diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/remove.mdwn | 7 | ||||
-rw-r--r-- | doc/plugins/rename.mdwn | 7 | ||||
-rw-r--r-- | doc/plugins/write.mdwn | 3 |
3 files changed, 16 insertions, 1 deletions
diff --git a/doc/plugins/remove.mdwn b/doc/plugins/remove.mdwn new file mode 100644 index 000000000..be382e1d8 --- /dev/null +++ b/doc/plugins/remove.mdwn @@ -0,0 +1,7 @@ +[[!template id=plugin name=remove core=0 author="[[Joey]]"]] +[[!tag type/useful]] + +This plugin allows pages or other files to be removed using the web +interface. + +Users can only remove things that they are allowed to edit or upload. diff --git a/doc/plugins/rename.mdwn b/doc/plugins/rename.mdwn new file mode 100644 index 000000000..f5433ca65 --- /dev/null +++ b/doc/plugins/rename.mdwn @@ -0,0 +1,7 @@ +[[!template id=plugin name=rename core=0 author="[[Joey]]"]] +[[!tag type/useful]] + +This plugin allows pages or other files to be renamed using the web +interface. + +Users can only rename things that they are allowed to edit or upload. diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 22bd5d114..12bd33662 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -635,4 +635,5 @@ when imported, populate `$IkiWiki::Setup::raw_setup` with a reference to a hash containing all the config items. By the way, to parse a ikiwiki setup file, a program just needs to -do something like `use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)` +do something like: +`use IkiWiki::Setup; my %setup=IkiWiki::Setup::load($filename)` |