]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/attach.mdwn
Coding style change: Remove explcit vim folding markers.
[ikiwiki.git] / doc / plugins / contrib / attach.mdwn
index 5dadb01cff72535ee4db310364a901c13dbaca65..f44125b101b6e4684451bab6ad9de24a1018e861 100644 (file)
@@ -1,3 +1,5 @@
+[[!template id=plugin name=attach author="[[Ben]]"]]
+
 **Note: This plugin is currently pending upload. It is also most assuredly beta.**
 
 Most of this plugin's functionality is configured in the IkiWiki setup file (`ìkiwiki.setup`, by default), in an `attach` block. A minimum configuration looks something like this:
 **Note: This plugin is currently pending upload. It is also most assuredly beta.**
 
 Most of this plugin's functionality is configured in the IkiWiki setup file (`ìkiwiki.setup`, by default), in an `attach` block. A minimum configuration looks something like this:
@@ -42,4 +44,4 @@ An administrator may wish to only allow users to attach files to pages which he
 
 An attachment is simply a non-source file located in the source directory of the IkiWiki. The directory in which the file is located determines which page it is attached to. For example, to attach _song.ogg_ to the _music_ page, an administrator would simply create a _music_ sub-directory of the source directory, if it doesn't already exist, and move _song.ogg_ inside of it.
 
 
 An attachment is simply a non-source file located in the source directory of the IkiWiki. The directory in which the file is located determines which page it is attached to. For example, to attach _song.ogg_ to the _music_ page, an administrator would simply create a _music_ sub-directory of the source directory, if it doesn't already exist, and move _song.ogg_ inside of it.
 
-Files attached in this manner are not subject to any of the validation procedures. They can be of arbitrary size and type.
\ No newline at end of file
+Files attached in this manner are not subject to any of the validation procedures. They can be of arbitrary size and type.