1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `linkmap` directive is supplied by the [[!iki plugins/linkmap "
22 "desc=linkmap]] plugin."
27 "This directive uses [graphviz](http://www.graphviz.org/) to generate a graph "
28 "showing the links between a set of pages in the wiki. Example usage:"
33 msgid "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
38 "Only links between mapped pages will be shown; links pointing to or from "
39 "unmapped pages will be omitted. If the pages to include are not specified, "
40 "the links between all pages (and other files) in the wiki are mapped."
45 "Here are descriptions of all the supported parameters to the `linkmap` "
50 msgid "`pages` - A [[ikiwiki/PageSpec]] of the pages to map."
55 "`height`, `width` - Limit the size of the map to a given height and width, "
56 "in inches. Both must be specified for the limiting to take effect, otherwise "
57 "the map's size is not limited."
62 "`connected` - Controls whether to include pages on the map that link to no "
63 "other pages (connected=no, the default), or to only show pages that link to "
64 "others (connected=yes)."
69 "For best results, only a small set of pages should be mapped, since "
70 "otherwise the map can become very large, unwieldy, and complicated. If too "
71 "many pages are included, the map may get so large that graphviz cannot "
72 "render it. Using the `connected` parameter is a good way to prune out pages "
73 "that clutter the map."
78 msgid "[[!meta robots=\"noindex, follow\"]]\n"