RE: Wiki - docs?
"Bauer, Georg" <[email protected]> Thu, 11 Mar 2004 16:35:21 +0100
| Newsgroups | gmane.comp.python.pyds.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! > leads me to ask a question: Is there any docs for the Wiki tool? As much documentation as for the rest of PyDS ;-) > Wiki ;-) And I'm looking forward to using that, I've really > gotten into > the idea of Wiki/Weblog integration due to my writing habits. The wiki in PyDS actually is only restructured text documents. The only speciality added is that you can use restructured text links that you don't resolve locally in the page and the MeshTool will help to resolve those links. So you just write reST stuff and happily link along, just leave out the .. _XXX: stuff. MeshTool will traverse the pages in several tools (all that are hooked up to the MeshTool - you can see them in the MeshTool index page) and check wether one of them can resolve the page name. It first checks the current tool and then all tools in order of their level. If no tool can find a match for an idea, it checks all tools in the same order for a 404-page-handler that catches this page as long as there is no match. If you later add a page, all pages that link a 404-page-handler will be rerendered so they can find the new page and correct their links. bye, Georg