For the web2py spanish documentation wiki (btw using web2py-wiki) we are working in several features, including wyswyg editing and pdf output, to organize and translate some kind of manual (and other minor updates to make the wiki more user friendly).
To convert html to reST, using html2rst.py seems to work (but some minor fixes are needed with preformated blocks). And, here in Argentina, rst2pdf was used to make the pdf from the translated official python tutorial (who is in reST): - http://docs.python.org.ar/tutorial/contenido.html - http://python.org.ar/pyar/Tutorial?action=AttachFile&do=get&target=TutorialPython.pdf Indeed, the spanish python tutorial was finally printed (in paper with a soft cover) as a nice and cheap book. IMHO, a user-friendly wiki is a good way to do this work, and fixing web2py-wiki is a must. Regards Mariano Reingart On Mon, Feb 8, 2010 at 11:08 PM, mdipierro <[email protected]> wrote: > Perhaps the wiki should be in latex. ;-) > > On Feb 8, 7:43 pm, Jonathan Lundell <[email protected]> wrote: >> On Feb 8, 2010, at 5:33 PM, mdipierro wrote: >> >> > I just tried pandoc (latex->rst>latex) and I end up with something >> > that does not look at all like the original. >> >> It's the Second Law of Thermodynamics. Latex and rst (or html) are not >> equivalent, and conversions in either direction are lossy (unless you manage >> to use only the compatible intersection of their features). >> >> You couldn't convert your PDF back to Latex, either, without losing a lot. >> >> >> >> > On Feb 8, 7:22 pm, Jonathan Lundell <[email protected]> wrote: >> >> On Feb 8, 2010, at 4:58 PM, mdipierro wrote: >> >> >>> If people know of a good tool to convert latex to wiki format and vice >> >>> versa, I could use that. >> >> >>http://hutchinson.belmont.ma.us/tth/lookslike the best bet for latex to >> >>html; you could probably get from there to wiki. Back again? I could be >> >>wrong, but I think you're dreaming.... >> >> > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

