From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnIYf-0004FI-NQ for qemu-devel@nongnu.org; Thu, 04 Mar 2010 16:26:13 -0500 Received: from [199.232.76.173] (port=52913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnIYf-0004F2-42 for qemu-devel@nongnu.org; Thu, 04 Mar 2010 16:26:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnIYb-0002bn-PV for qemu-devel@nongnu.org; Thu, 04 Mar 2010 16:26:12 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:55625) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnIYa-0002ay-3V for qemu-devel@nongnu.org; Thu, 04 Mar 2010 16:26:09 -0500 Message-ID: <4B902562.7040706@mail.berlios.de> Date: Thu, 04 Mar 2010 22:25:54 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Documentation: Create qemu-doc.html with makeinfo instead of html2texi References: <4B7530D0.1020400@mail.berlios.de> <20100228190141.GT10291@volta.aurel32.net> In-Reply-To: <20100228190141.GT10291@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Anthony Liguori , QEMU Developers Aurelien Jarno schrieb: > On Fri, Feb 12, 2010 at 11:43:28AM +0100, Stefan Weil wrote: >> Hello, >> >> today, html documentation is created using texi2html. >> >> makeinfo can also create html output which looks different. >> I think it looks better, but try it yourself: >> >> texi2html (old): >> http://wiki.qemu.org/download/qemu-doc.html >> >> makeinfo (new): >> http://www.weilnetz.de/qemu-doc.html (single file) >> http://www.weilnetz.de/qemu-doc/ (split in many files) >> >> The new qemu-doc.html is smaller than the old one, >> so it loads a little faster. >> >> If the new format is accepted, I can provide a patch. >> > > I agree the makeinfo single file version looks better, but it would be > nice to have the opinion of other developers. > Antony Liguori agrees, too. So the minimum of 3 positive votes was reached, and I sent the patch :-) Regards, Stefan