As you will notice, most topics are clickable when touched by the mouse, through clientside areamaps. (Only Web* system topics are not linked).
%WEBMAP% somewhere on the page to display a map of the entire web.
%WEBMAP{web="web" excludesystem="1" lr="1"}% web="web" gives a map of the given web. Default 'this web'.
excludesystem="1" ignore TWiki system topics (WebNotify and friends). Default OFF
lr="1" orient graph left to right. Default orient graph top to bottom
size="2,1" maximum size of graph in inches (92dpi). For i.e. a maximum of ~800x600 use "8.5,6.5"
%TOPICMAP% somewhere on the page to display links for the given topic, to a given radius.
%TOPICMAP{web="web" topic="topic" links="2" backlinks="1" excludesystem="1" lr="1"}% web="web" gives a map of the given web. Default 'this web'.
topic="topic" gives a map of the given topic. Default 'this topic'.
links="number" set the length of chain linking FROM the given topic. If not given, then take LINKS plugin setting, then 2.
backlinks="number" set the length of chain linking TO the given topic. If not given then take links then BACKLINKS plugin setting, then LINKS plugin setting, then 1.
excludesystem="1" ignore TWiki system topics (WebNotify and friends). Default OFF
lr="1" orient graph left to right. Default orient graph top to bottom
size="2,1" maximum size of graph in inches (92dpi). For i.e. a maximum of ~800x600 use "8.5,6.5"
%<plugin>_<setting>%, i.e. %INTERWIKIPLUGIN_SHORTDESCRIPTION%
2 if not set here) 1 if not set here) 8.5,6.5 if not set here, translates to ~800x600 pixels) data/debug.txt) DirectedGraphWebMapPlugin.zip in your twiki installation directory. Content: | File: | Description: |
|---|---|
data/TWiki/DirectedGraphWebMapPlugin.txt | Plugin topic |
lib/TWiki/Plugins/DirectedGraphWebMapPlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/DirectedGraphWebMapPlugin/sample.png | Sample WebMap |
lib/TWiki/Plugins/DirectedGraphWebMapPlugin/SampleMainWebMap.png | Sample WebMap |
configure in your TWiki installation, and enable the plugin in the {Plugins} section.
%TOPICMAP{links="1"}%
| Plugin Author: | TWiki:Main.MagnusLewisSmith |
| Plugin Version: | 19 Apr 2006 (V1.020) |
| Change History: | |
| 19 Apr 2006: | Updated doc, enabled debug (now writes generated dot graph in verbatim if debug is enabled) (TWiki:Main.SteffenPoulsen) |
| 16 Apr 2006: | Added max size parameter, updated doc (TWiki:Main.SteffenPoulsen) |
| 04 Jul 2005: | Initial version |
| TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 |
| CPAN Dependencies: | none |
| Other Dependencies: | DirectedGraphPlugin |
| Perl Version: | 5.005 |
| License: | GPL (GNU General Public License) |
| TWiki:Plugins/Benchmark: | GoodStyle nn%, FormattedSearch nn%, DirectedGraphWebMapPlugin nn% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/DirectedGraphWebMapPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/DirectedGraphWebMapPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/DirectedGraphWebMapPluginAppraisal |
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| | DirectedGraphWebMapPlugin.md5 | manage | 0.3 K | 18 Apr 2006 - 23:34 | SteffenPoulsen | md5 checksums |
| | DirectedGraphWebMapPlugin.tgz | manage | 44.7 K | 18 Apr 2006 - 23:34 | SteffenPoulsen | Untar and run the installer script, if there is one |
| | DirectedGraphWebMapPlugin.zip | manage | 46.3 K | 18 Apr 2006 - 23:34 | SteffenPoulsen | unzip, correct the permissions, and run the installer script, if there is one |
| | SampleMainWebMap.png | manage | 26.4 K | 16 Apr 2006 - 23:55 | SteffenPoulsen | Sample of a WebMap - the Main web |