aboutsummaryrefslogtreecommitdiff
path: root/underlays
Commit message (Collapse)AuthorAge
...
* move example backJoey Hess2008-09-11
|
* move example back to pluginJoey Hess2008-09-11
|
* reorg from will's changesJoey Hess2008-09-11
| | | | | | | | The info about the cron job was lost (!), as was a paragraph about what pages the calendar links to. The CSS docs seems to fit better in the plugin page than the directive page, moved it back.
* add more note about cron jobJoey Hess2008-09-11
|
* move demo back to plugin pageJoey Hess2008-09-11
| | | | | | | We don't want expensive demos in the directives pages. Add an example of its use instead. Also, some minor rewording.
* mention the cron jobJoey Hess2008-09-11
|
* add underlay files for listdirectivesWilliam Uther2008-09-11
| | | | | | | | | | | As was noted, 'listdirectives' didn't include the underlay files that make it really worthwhile. I've just gone through all the plugin documentation, modified it to remove installation information and renamed the files to match the directives rather than the plugins. This can now serve as useful underlay. I've only gone through plugins in the 'plugins' dir. I did not go through the 'contrib' dir.
* rename preprocessordirective to directiveJoey Hess2008-08-25
| | | | | | | | | Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-)
* add to basewikiJoey Hess2008-07-02
|
* The search interface now allows searching for a page by title ("title:foo"), ↵Joey Hess2008-06-04
| | | | as well as for pages that contain a given link ("link:bar").
* Add robots noindex,follow to redirection pagesmartin f. krafft2008-03-11
| | | | | | | It makes no sense to have robots index these pages, so inform them that they should not. We still tell them to follow the links, obviously. Signed-off-by: martin f. krafft <madduck@madduck.net>
* Merge branch 'master' into prefix-directivesJoey Hess2008-02-05
|\
| * updatesJoey Hess2008-01-29
| |
* | Add new preprocessor directive syntax¸ using a '!' prefix.Josh Triplett2008-01-27
|/ | | | | | | | 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.
* updatesJoey Hess2007-12-08
|
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * Support for looking in multiple directories for underlay files.joey2007-08-28
* Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files.