aboutsummaryrefslogtreecommitdiff
path: root/doc/templates
Commit message (Collapse)AuthorAge
...
* * Add all=no option to conditional, can be used to form conditionals that dojoey2007-05-09
| | | | | not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
* Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying onjoey2007-05-08
| | | | | | | | implicit glob detection. This is necessary because when this page is being built standalone, the TMPL_VAR will not be expanded, and is instead treated as two globs, and the globlist is then invalid and produces build errors. Using glob() causes it to treated as a single glob, avoiding this problem.
* web commit by JoshTriplett: Remove leading slash from the plugin pagespec ↵joey2007-05-08
| | | | itself...
* web commit by JoshTriplett: Remove leading slash from sourcepage.joey2007-05-08
|
* web commit by JoshTriplett: Fix page reference in backlink to avoid leading ↵joey2007-05-08
| | | | slash.
* web commit by JoshTriplett: Add line for "included in goodstuff", using ↵joey2007-05-08
| | | | backlink(/plugins/goodstuff).
* web commit by JoshTriplett: s/parens/square brackets/joey2007-04-02
|
* * Add a templates page to the basewiki. It will automatically list alljoey2007-03-31
| | | | | | | | available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables.
* remove old discussion page (since it's currently being included into thejoey2007-03-31
| | | | | basewiki as a template..)
* web commit by JoshTriplett: Automatically add the tag `type/core` if passed ↵joey2007-02-14
| | | | the `core` parameter.
* move the release template to the softwaresite examplejoey2007-02-14
|
* web commit by JoshTriplett: Typo.joey2007-02-14
|
* web commit by JoshTriplett: Response; please move to softwaresite example.joey2007-02-14
|
* web commit by http://joey.kitenet.net/joey2007-02-13
|
* web commit by JoshTriplett: Use a specific ID for the changelog toggleable, ↵joey2007-02-13
| | | | to avoid conflicting with any other toggleable on the same page as an instantiation of the release template.
* web commit by JoshTriplett: Add template for ikiwiki releasesjoey2007-02-13
|
* simplified plugin definitionsjoey2007-02-13
|
* web commit by JoshTriplett: (included in ikiwiki) xor (third-party plugin)?joey2007-02-13
|
* * Allow plugins to add new types of tests that can be used in PageSpecs.joey2007-02-12
| | | | | | | | | * Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki.
* web commit by http://joey.kitenet.net/joey2006-11-22
|
* web commit by http://choffee.co.uk/: How to modify templates?joey2006-11-21
|
* some fixes for note layoutjoey2006-08-23
|
* fixjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.