Joust to navigate Wiki ?
Hi, Has anybody tried to use Joust (http://www.ivanpeters.com/) to show the Wiki topic pages in a hierarchy ? I am aware of http://www.zope.org/Members/Ioan/WikiForum but it shows Wiki pages all at the same level in Joust, whereas I want to show the actual Wiki pages/nesting. Basically a global view of the wiki tree, just like the "contents" page in a ZWiki, like http://zwiki.org/FrontPage/map#FrontPage for example thanks, marcio
For those interested, I managed to put all relevant files in the right place, and the only thing missing is a way to serve a file, generateTree.js, which should look like this: function generateTree() { level1ID = theMenu.addEntry(-1, "Folder","FrontPage","FrontPage", "Navigate through wiki"); level2ID = theMenu.addChild (level1ID, "Document", "AnnoyingQuote","AnnoyingQuote", "Navigate through wiki"); level2ID = theMenu.addChild (level1ID, "Document", "UsingThisWiki","UsingThisWiki", "Navigate through wiki"); level2ID = theMenu.addChild (level1ID, "Folder", "ZWiki","ZWiki", "Navigate through wiki"); level3ID = theMenu.addChild (level2ID, "Folder", "HelpPage","HelpPage", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Folder", "JumpSearch","JumpSearch", "Navigate through wiki"); level5ID = theMenu.addChild (level4ID, "Document", "SearchPage","SearchPage", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Document", "RecentChanges","RecentChanges", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Folder", "RemoteWikiLinks","RemoteWikiLinks", "Navigate through wiki"); level5ID = theMenu.addChild (level4ID, "Document", "RemoteWikiURL","RemoteWikiURL", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Folder", "TextFormattingRules","TextFormattingRules", "Navigate through wiki"); level5ID = theMenu.addChild (level4ID, "Document", "StructuredTextRules","StructuredTextRules", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Document", "UserOptions","UserOptions", "Navigate through wiki"); level4ID = theMenu.addChild (level3ID, "Document", "WikiName","WikiName", "Navigate through wiki"); } Obviously I need to generate this dynamically, from the ZWiki page hierarchy. The code above was hand-crafted for testing purposes. If a kind soul knows how to gen the stuff above (dtml, whatever) please let me know. We could then build a zexp file people could import to have a Joust tree for a ZWiki. Otherwise I will have to try it myself, which may take a long time, as I am not familiar with this stuff. thx, marcio
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Marcio Marchini Sent: May 14, 2002 8:47 PM To: Zope Subject: [Zope] Joust to navigate Wiki ?
Hi,
Has anybody tried to use Joust (http://www.ivanpeters.com/) to show the Wiki topic pages in a hierarchy ?
I am aware of http://www.zope.org/Members/Ioan/WikiForum but it shows Wiki pages all at the same level in Joust, whereas I want to show the actual Wiki pages/nesting. Basically a global view of the wiki tree, just like the "contents" page in a ZWiki, like http://zwiki.org/FrontPage/map#FrontPage for example
thanks,
marcio
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"Marcio Marchini" <mqm@magma.ca> writes:
Has anybody tried to use Joust (http://www.ivanpeters.com/) to show the Wiki topic pages in a hierarchy ?
I'm not sure, but you may also find the recent http://zwiki.org/GeneralDiscussion of TouchGraph interesting. Regards -Simon
participants (2)
-
Marcio Marchini -
Simon Michael