====== userannotations plugin ====== ---- plugin ---- description: Create annotations below the regular wiki text. Each user creates his own annotation and can decide for himself if other users can read them or not. author : Gabriel Birke email : birke@d-scribe.de type : action lastupdate : 2009-02-23 compatible : 2007-06-26b similar : note tags : annotations, users ---- This plugin enables users to create annotations and comments for each wiki page. The annotations reside in a special namespace that mirrors the regular namespace structure. //Example//: Annotations for the page ''wiki:formatting_syntax'' are stored in ''annotations:user1:wiki:formatting_syntax'' for user1 and ''annotations:user2:wiki:formatting_syntax'' for user2. The contents of the annotation pages are displayed below the text of ''wiki:formatting_syntax'' - together with an "edit" link and a comment on whom they belong. Visibility of the annotations can be influenced with the regular ACLs inside the annotations namespace. The annotations can be styled on a general or on a per-user basis. **Warning:** This plugin uses the DirectoryIterator from the SPL library (included in PHP 5) and is not compatible with PHP 4. ===== Download ===== Download the plugin here (manually or via Plugin Manager): [[http://www.d-scribe.de/webtools/userannotations.zip]] ===== Release history ===== * **2009-02-23** Fixed a bug with permissions. With the right permissions now even anonymous users can post. German translation thanks to Axel Werner. More sourcecode comments. * **2008-02-21** Fixed a bug that made the plugin incompatible with DokuWiki 2007-06-26b * **2008-02-18** First release ===== Discussion ===== * When I installed this plugin into DokuWiki 2009-12-25c, the normal footer disappeared. Disabling the plugin restores the normal behavior.