diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-01 20:52:09 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-01 20:52:09 +0000 |
commit | 81678dccf21c91030afd48a505e93f2c728bb387 (patch) | |
tree | 2d5ad0b0125b890ae34852c232918db8ad47b9a5 | |
parent | d89d6c9b5bdc96a88648adb8fdba92e33c1ff765 (diff) |
web commit by joey
-rw-r--r-- | doc/todo/plugin.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 9e8704ec0..284ed7a06 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -7,7 +7,7 @@ A plugin system should ideally support things like: * [[todo/sigs]] * [[pageindexes]] * Wiki stats, such as the total number of pages, total number of links, most linked to pages, etc, etc. -* +* etc Considering ikiwiki plugins, one idea I have is to make the [[PreProcessorDirective]]s be a plugin. A setting in the config file would enable various plusins, which are perl modules, that each provide one or more preprocessor directives. |