On Feb 6, 2008 8:41 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > > Hello, > There has been recent conversation on debian doc mailing list about > converting moinmoin pages to html,txt,pdf etc. > http://lists.debian.org/debian-doc/2008/02/msg00004.html > > They are using xslt transformation and render as docbook functionality > that moinmoin has to create any format you want. > > This website has a code and explanation: > http://wiki.debian.org/DebianReference > > Maybe somebody might be interested in changing the make file to > turbogears.org specific doc pages. > > http://trac.turbogears.org/ticket/1646 > > Lucas
Since the source is all in reStructured text, one could also use docutils to do this docutils can output html and plain text directly, and then can output latex, which can be changed to PDF using pdflatex/latex2pdf This was the main reason we chose reST to begin with. Kevin Horn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

