From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nfszl-0004Mb-PN for qemu-devel@nongnu.org; Fri, 12 Feb 2010 05:43:33 -0500 Received: from [199.232.76.173] (port=41884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfszk-0004M2-U9 for qemu-devel@nongnu.org; Fri, 12 Feb 2010 05:43:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nfszj-0003k0-LP for qemu-devel@nongnu.org; Fri, 12 Feb 2010 05:43:32 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:57315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nfszj-0003jo-6n for qemu-devel@nongnu.org; Fri, 12 Feb 2010 05:43:31 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.71) (envelope-from ) id 1Nfszg-0002MH-Bo for qemu-devel@nongnu.org; Fri, 12 Feb 2010 11:43:28 +0100 Message-ID: <4B7530D0.1020400@mail.berlios.de> Date: Fri, 12 Feb 2010 11:43:28 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [RFC] Documentation: Create qemu-doc.html with makeinfo instead of html2texi 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: QEMU Developers 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. Regards, Stefan Weil