On 2/7/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: > In theory yes, but in practice you would need to re-implement a good part of > the wiki logic, if we want to get intra-wiki links to work correctly in > standalone HTML/PDF versions.
Fred has a preliminary script for a downloadable HTML version somewhere in Trac. Converting those to page/section links WOULD be a lot of work, but I'd also have to do a good bit of styling and hacking anyway to get the output looking good. This is one of those 'when we "finish" 1.0 and branch to 1.1' type projects. > [1] examples: numbered lists, headings, any syntax that makes heavy usage of > angle brackets is a nightmare (esp. on German keyboards). I'd imagine the whole thing is a disaster (alongside most programming languages) on anything except US keyboards. If you're doing editing in Vim, I'd be willing to write up a set of snippets to work with rst. I'll probably write them up for my own use at some point regardless... That being said, using # for the numbered lists helps and the headings are simple enough in Vim (if nothing else). > [2] Why are first-level unordered lists not indented, while other > block-constructs are? No kidding, I always screw lists up and indent them. At one point I had my own writer that dropped the outer list if it was empty just to correct this. It also did CSS-based style hints instead of the abomination that was the "html4" writer at the time. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Docs" 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-docs?hl=en -~----------~----~----~----~------~----~------~--~---
