From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN8gD-0000NR-O1 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:42:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN8gC-0006lY-1t for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:42:25 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:51412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN8gB-0006kB-NA for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:42:24 -0500 Message-ID: <4CF3F408.70008@mail.berlios.de> Date: Mon, 29 Nov 2010 19:42:16 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] texi2wiki? References: <4CF3BBBB.10303@codemonkey.ws> In-Reply-To: <4CF3BBBB.10303@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel Am 29.11.2010 15:42, schrieb Anthony Liguori: > Does anyone know of a tool that convert texi to wiki syntax or know > enough about texi parsing that something could be rigged up? > > Even if it takes a couple steps, like texi2xml, then xml->wiki, that > would be workable. I'm willing to do some leg work but I don't want > to write a texi parser from scratch. > > Thanks for any suggestions, > > Anthony Liguori > > texi2html has some mediawiki support. Try a current version like this: texi2html --init-file /usr/share/texi2html/mediawiki.init ... I tested it on Ubuntu. The result is readable, but does not really look pretty: see demo output at http://wiki.qemu.org/TexiDemo PDF files in the download section and links to the documentation in html format seem to be a better way to provide online documentation. Regards, Stefan Weil