diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-19 05:05:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-19 05:05:02 +0000 |
commit | 63edea27bc71c3bdf1837f994fb7effdd93fb2dd (patch) | |
tree | f060d006dc27b5162c3bdc6f680afb2829fb801f /doc/ikiwiki.setup | |
parent | 02e4b42034e62cacaf4c4a6bb7ca296e7dc8528d (diff) | |
download | ikiwiki-63edea27bc71c3bdf1837f994fb7effdd93fb2dd.tar ikiwiki-63edea27bc71c3bdf1837f994fb7effdd93fb2dd.tar.gz |
* Add first draft at a Restructured Text (rst) plugin, by Sergio
Talens-Oliag. Note that this has many known issues -- see the caveats on
the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 678dece23..bf1aa3703 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -81,7 +81,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{meta tag pagecount brokenlinks search smiley # wikitext camelcase pagestats htmltidy fortune - # sidebar map}], + # sidebar map rst}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber}], } |