From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic Ferrier Newsgroups: gmane.emacs.devel Subject: Re: "modern" doc viewer for info/html Date: Sat, 02 Aug 2014 13:26:07 +0100 Message-ID: <87fvhfjcww.fsf@ferrier.me.uk> References: <87wqarkbrw.fsf@ferrier.me.uk> <83wqarqthc.fsf@gnu.org> <87tx5vjo3j.fsf@ferrier.me.uk> <83r40zqmcp.fsf@gnu.org> <87iomb2q2b.fsf@gmx.us> <83oaw3qj3q.fsf@gnu.org> <87oaw3jgca.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406982397 10137 80.91.229.3 (2 Aug 2014 12:26:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2014 12:26:37 +0000 (UTC) Cc: Eli Zaretskii , Rasmus , Emacs-Devel devel To: lennart.borgman@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 02 14:26:29 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XDYOJ-00038x-2A for ged-emacs-devel@m.gmane.org; Sat, 02 Aug 2014 14:26:27 +0200 Original-Received: from localhost ([::1]:44064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDYOI-000554-Ju for ged-emacs-devel@m.gmane.org; Sat, 02 Aug 2014 08:26:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDYOB-00054y-UB for emacs-devel@gnu.org; Sat, 02 Aug 2014 08:26:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDYO7-0002MJ-26 for emacs-devel@gnu.org; Sat, 02 Aug 2014 08:26:19 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:56954 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDYO1-0002L1-Pp; Sat, 02 Aug 2014 08:26:09 -0400 Original-Received: from nicferrier-dell-xps (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTPA id 9FF0DAC09CE; Sat, 2 Aug 2014 14:38:15 +0200 (CEST) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id 0241560411; Sat, 2 Aug 2014 13:26:08 +0100 (BST) In-Reply-To: (lennart borgman's message of "Sat, 2 Aug 2014 13:18:20 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.46.66.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173383 Archived-At: lennart.borgman@gmail.com writes: > On Sat, Aug 2, 2014 at 1:12 PM, Nic Ferrier wrote: > >> Eli Zaretskii writes: >> >> >> There is some more info here: >> >> >> >> https://github.com/nicferrier/gnudoc-js/ >> > >> > Thanks, but I asked about features and functionality, not about the >> > implementation details. >> >> That's the main difference between info and this. Info is a finished >> product, this is just a demo of what could be done. >> >> >> > How about search engines, Nic? > > Yes, I know it is not a finished product, but what are your thoughts about > it. Google, for example, want a plain html page for indexing. And I guess > other search engines wants that too. There's nothing about the architecture of this that would stop it being indexed. And indexing and presenting a different UI are two different concerns. As I said before, this just proxies existing GNU documentation. The existing documentation is very good for indexing and it's still there. I'm not replacing it. I'm just making a "better" UI for it. Nic