File: linkmap.mdwn

package info (click to toggle)
ikiwiki 3.20190228-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,904 kB
  • sloc: perl: 31,100; python: 428; sh: 185; makefile: 120
file content (14 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!template id=plugin name=linkmap author="[[Joey]]"]]
[[!tag type/meta]]
[[!tag type/widget]]
[[!tag type/slow]]

This plugin provides the [[ikiwiki/directive/linkmap]] [[ikiwiki/directive]].
It uses [graphviz](http://www.graphviz.org/) to generate a graph showing the
links between a set of pages in the wiki.

[[!if test="enabled(linkmap)" then="""
Here is an example link map, of the index page and all pages it links to:

[[!linkmap pages="index or (backlink(index) and !*.png)"]]
"""]]