aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
Commit message (Expand)AuthorAge
* polishing notifyemailJoey Hess2012-03-28
* changemail: New plugin, sends emails about changed pages.Joey Hess2012-03-28
* trail: new plugin (3rd attempt)Simon McVittie2011-11-09
* Revert change adding a huge, unformatted, unmaintainable, and basically•••useless set of every variable in every template file. This reverts commit 39d37c7c1be6b8bd4ac48aa7f0f4fc04c86aa310. Joey Hess2011-02-25
* (no commit message)justint2011-02-23
* typoJoey Hess2011-01-14
* more reorgJoey Hess2011-01-14
* wordingJoey Hess2011-01-14
* further improvementJoey Hess2011-01-14
* slight reorgJoey Hess2011-01-14
* add section heading for clarityJoey Hess2011-01-14
* First cut at the revert plugin.Peter Gammie2010-09-29
* Fix a couple of grammar errors.Jonas Smedegaard2010-07-16
* fix linksJoey Hess2010-06-14
* add links to mentioned directives•••Using the !iki shortcut, since the directive pages may not be included in the basewiki. Joey Hess2010-06-14
* spelingJoey Hess2010-06-13
* typoJoey Hess2010-06-13
* edittemplate: Look for template pages under templates/ like everything else (...Joey Hess2010-06-12
* patch hidden field setting code•••Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3 Joey Hess2010-05-07
* consistently drop NAME= in templates•••also add template syntax smoke test Joey Hess2010-05-05
* no more misc.tmpl•••* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise a single template, page.tmpl. * misc.tmpl will, however, still be read if a locally modified version exists. This is to avoid forcing users to update page.tmpl right now. Joey Hess2010-05-05
* wordingJoey Hess2010-04-24
* updateJoey Hess2010-04-24
* updateJoey Hess2010-04-24
* reword, reorg, add exampleJoey Hess2010-04-24
* wordingJoey Hess2010-04-24
* add test case to ensure all templates are documentedJoey Hess2010-04-23
* template docu reorg•••Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. Joey Hess2010-04-23
* move template documentation to the template directive•••allow new templates to be created via the inline that lists them Joey Hess2010-04-23
* template: Search for templates in the templatedir, if they are not found as p...Joey Hess2010-04-02
* fix linksJoey Hess2008-09-14
* fix broken link in basewikiJoey Hess2008-09-11
* squash redundant text•••A lot of text was copies from templates to directive/template. Remove most of it and have each page link to the other. Joey Hess2008-09-11
* fix exampleJoey Hess2008-08-25
* template: Add support for a BASENAME variable.Joey Hess2008-07-10
* Tell robots to noindex,follow basewiki pages•••Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net> martin f. krafft2008-03-11
* remove link to wikitemplates•••this page is in the basewiki, and so it should not link to pages that are not Joey Hess2008-02-29
* improve wordingJoey Hess2008-02-24
* web commit by http://hendry.iki.fi/: clearer to avoid the mistake i didJoey Hess2008-02-19
* Add new preprocessor directive syntax¸ using a '!' prefix.•••Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. Josh Triplett2008-01-27
* * template: Remove bogus htmlize pass added in 2.16.•••* template: Htmlize template variables, but also provide a raw version via `<TMPL_VAR raw_variable>`. Joey Hess2008-01-09
* incomplate edittemplate pluginJoey Hess2007-12-12
* formattingjoey2007-05-19
* move template documentation into the basewiki, in the templates pagejoey2007-05-19
* web commit by JoshTriplett: Fix bad if nesting.joey2007-05-02
* Check for enabled(inline) before using inline.joshtriplett2007-04-09
* improvejoey2007-03-31
* * Add a templates page to the basewiki. It will automatically list all••• 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. joey2007-03-31
* * Add "template" option to inline plugin to allow for use of customised••• templates. joey2007-03-02
* * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins. joey2006-10-08