diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlowX5C5dCp9CmqRAUSMhjaRcDEqZrLZ5M <loveneet@web> | 2015-01-10 02:38:26 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-10 02:38:26 -0400 |
commit | 8b659301274ab0127b9a8e76b70c788cafe929ac (patch) | |
tree | 6e41923a3b78936a6f3f5098010ebfe969e17479 /doc | |
parent | 65e4862c5c8779ba56a90691c027b7c4ca6ddc62 (diff) | |
download | ikiwiki-8b659301274ab0127b9a8e76b70c788cafe929ac.tar ikiwiki-8b659301274ab0127b9a8e76b70c788cafe929ac.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/attachment.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/attachment.mdwn b/doc/plugins/attachment.mdwn index 29e945a32..7cf7da6b4 100644 --- a/doc/plugins/attachment.mdwn +++ b/doc/plugins/attachment.mdwn @@ -1,8 +1,7 @@ [[!template id=plugin name=attachment core=0 author="[[Joey]]"]] [[!tag type/web]] -This plugin allows files to be uploaded to the wiki over the web[.](http://www.mommyliciousmaternity.com/collections/plus-size-maternity-dresses) - +This plugin allows files to be uploaded to the wiki over the web For each page `foo`, files in the subdirectory `foo/` are treated as attachments of that page. Attachments can be uploaded and managed as part of the interface for editing a page. @@ -23,5 +22,6 @@ Bear in mind that if you let anyone upload a particular kind of file If you enable this plugin, be sure to lock it down, via the `allowed_attachments` setup file option. This is a special [[enhanced_PageSpec|ikiwiki/pagespec/attachment]] using tests provided by -the [[filecheck]] plugin. That plugin will be automatically enabled when +the [[filecheck]][.](http://www.mommyliciousmaternity.com/collections/plus-size-maternity-dresses) + plugin. That plugin will be automatically enabled when this plugin is enabled. |