Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 110

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>linkmap</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />






<meta name="robots" content="noindex, follow" />



</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../ikiwiki.html">ikiwiki</a>/ 

<a href="../directive.html">directive</a>/ 

</span>
<span class="title">
linkmap

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p>The <code>linkmap</code> directive is supplied by the <a href="http://ikiwiki.info/plugins/linkmap/">linkmap</a> plugin.</p>

<p>This directive uses <a href="http://www.graphviz.org/">graphviz</a> to generate a
graph showing the links between a set of pages in the wiki. Example usage:</p>

<pre><code>[[!linkmap  pages="* and !blog/* and !*/Discussion"]]
</code></pre>

<p>Only links between mapped pages will be shown; links pointing to or from
unmapped pages will be omitted. If the pages to include are not specified,
the links between all pages (and other files) in the wiki are mapped. </p>

<p>Here are descriptions of all the supported parameters to the <code>linkmap</code>
directive:</p>

<ul>
<li><code>pages</code> - A <a href="../pagespec.html">PageSpec</a> of the pages to map.</li>
<li><code>height</code>, <code>width</code> - Limit the size of the map to a given height and width,
in inches. Both must be specified for the limiting to take effect, otherwise
the map's size is not limited.</li>
<li><code>connected</code> - Controls whether to include pages on the map that link to
no other pages (connected=no, the default), or to only show pages that
link to others (connected=yes).</li>
</ul>

<p>For best results, only a small set of pages should be mapped, since
otherwise the map can become very large, unwieldy, and complicated.
If too many pages are included, the map may get so large that graphviz
cannot render it. Using the <code>connected</code> parameter is a good way to prune
out pages that clutter the map.</p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">






<div id="backlinks">
Links:

<a href="../../plugins/linkmap.html">plugins/linkmap</a>

<a href="../../tips/ikiwiki_as_a_requirements_management_tool.html">tips/ikiwiki as a requirements management tool</a>


</div>






<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>