[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Texinfo for use inside a wiki system
From: |
Patrice Dumas |
Subject: |
Re: GNU Texinfo for use inside a wiki system |
Date: |
Fri, 9 Nov 2007 18:32:28 +0100 |
User-agent: |
Mutt/1.5.16 (2007-06-09) |
On Fri, Nov 09, 2007 at 11:49:58AM +0100, Thomas Schwinge wrote:
> Hello!
>
> I'm currently working on writing a plugin for the ikiwiki wiki engine
> (<http://ikiwiki.info/>; largely written and maintained by Joey Hess), to
> support editing pages which have been written in the GNU Texinfo format
> and have them rendered within the wiki system.
>
> I put up my snippets at <http://ikiwiki.info/plugins/contrib/texinfo/>.
> Some problems showed up, the bits relevant to Texinfo are maked with
> ``(?)'' signs. Would someone of the Texinfo team be interested in
> helping?
I am not exactly sure, I haven't understood exactly in which language you
were converting to, but for such conversion, another possibility could
be to use texi2html instead of makeinfo, with an init file. Since you seem
to be a perl programmer this shouldn't be too hard. You can have a look at
example/mediawiki.init (which can be used to convert to mediwiki markup) and
example/makeinfo.init which leads to some html with the makeinfo formatting
style.
--
Pat