]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/polygen.mdwn
simplified plugin definitions
[git.ikiwiki.info.git] / doc / plugins / polygen.mdwn
1 [[template id=plugin name=polygen author="Enrico Zini"]]
2 [[tag type/fun]]
4 This plugin allows inserting text generated by polygen into a wiki page.
5 For example:
7         \[[polygen grammar="genius"]]
9 It's also possible to specify a starting nonterminal for the grammar by
10 including `symbol="text"` in the directive.
12 [[if test="enabled(polygen)" then="""
13 ----
15 Here are a few notes about ikiwiki, courtesy of polygen:
17 Ikiwiki is internally based on a [[polygen grammar="designpatterns"]]
18 coupled to a [[polygen grammar="designpatterns"]], as described in
19 "[[polygen grammar="paper"]]" by [[polygen grammar="nipponame"]] of
20 [[polygen grammar="boyband"]].
22 Ikiwiki reviews:
23 <ul>
24 <li>[[polygen grammar="reviews"]]</li>
25 <li>[[polygen grammar="reviews"]]</li>
26 <li>[[polygen grammar="reviews"]]</li>
27 </ul>
29 """]]