Trace: » ocw_in_motion_revolution » other_projects » blog » plugin_list
Plugins
Main Plugin: OCWINMOTION
| plugin | description |
| rssimporter | creates a set of wikipages from a OCW rss course feed |
| needs: | all mandatory plugins described here: BLOG, CLOUD, DISCUSSION and TASK |
| http://www.ocwinmotion.com | rssimporter_19700101.zip |
Mandatory Plugins
BLOG
| plugin | description |
| blog | include a blog-style wikipage |
| needs: | Feed 1.0, Include 2.1 and Pagelist 1.0 or higher |
| http://wiki.splitbrain.org/plugin:blog | blog_20090312.zip |
{{blog>[namespace]?[number]&[flags]}}
CLOUD
| plugin | description |
| cloud | include a cloud of tags where you write the order; you can say the max numbers of words using :number |
| http://wiki.splitbrain.org/plugin:cloud | cloud_20090312.zip |
~~CLOUD~~ or ~~CLOUD:number~~
DISCUSSION
| plugin | description |
| discussion | create a discussion-style wiki page for public discussion |
| needs: | Feed 1.0 and Pagelist 1.0 or higher |
| http://wiki.splitbrain.org/plugin:discussion | discussion_20090312.zip |
~~DISCUSSION~~ ~~DISCUSSION:off~~ ~~DISCUSSION:closed~~
TASK
| plugin | description |
| task | create a list of taks in wikipages |
| needs: | Feed 1.0 and Pagelist 1.0 or higher |
| http://wiki.splitbrain.org/plugin:task | task_20090312.zip |
{{tasks>[namespace]?[view]&[flags]}}
example: {{tasks>tecnicas_multimedia:task}}
{{tasksfeed>[namespace]}} provides a feed for subscription to be notice about task
optional plugins
BACKUP
| plugin | description |
| backup | create a backup of your plugin/template/configuration and data files |
| http://tatewake.com/wiki/projects:backuptool_for_dokuwiki | backup_20090312.zip |
To use this plugin, go to the admin page and click on the “backup tools” link. Then select the items you want to backup.
NOTE
| plugin | description |
| note | create a graphic alert with a note (important, tip, warning or default) |
| http://wiki.splitbrain.org/plugin:note | note_20090312.zip |
<note> Please, take care about... Remember it !! </note>
<note important> Warning ! Do not overpass this page </note>
<note tip> See the graphics carefully. </note>
<note warning> Remember test day!! </note>
POLL
| plugin | description |
| userpoll | create a poll |
| http://wiki.splitbrain.org/plugin:userpoll | userpoll_20090312.zip |
<userpoll [id]> [question] * [option] * [option] * ... </userpoll>
GALLERY
| plugin | description |
| gallery | create a gallery of media stored in a namespace |
| http://wiki.splitbrain.org/plugin:gallery | gallery_20090312.zip |
{{gallery>namespace}}
{{gallery>namespace?150x150}}
{{gallery>namespace?6}}
{{gallery>namespace?showname}}
{{gallery>namespace?reverse}}
{{gallery>namespace?direct}}
{{gallery>namespace?lightbox}}
{{gallery>namespace?150x150&6&showname}}
{{gallery>namespace?lightbox&500X400}}
ACTION LINK
| plugin | description |
| actionlink | lets you use actionlinks in your wiki syntax |
| http://wiki.splitbrain.org/plugin:actionlink | actionlink_20090312.zip |
{{actionlink>[action]|[title]}}
You should {{actionlink>login|login}} to edit this page
actions:
* edit - edit/create/show
* history - old revisions
* recent - recent changes
* login - login/logout - if ACL enabled
* index - the index
* admin - admin page - if enough rights
* top - a 'back to top' link
* back - a 'back to parent' link - if available
* backlink - list of backlinks
BOX
| plugin | description |
| box | lets you use boxes to remark text |
| http://wiki.splitbrain.org/plugin:boxes | box_20090312.zip |
A simple box:
<box> the box contents </box>
Some more complex boxes
<box 80% round orange|a title> the box contents</box> <box 50% left blue>the box contents</box|a caption>
The full syntax:
<box width classes | title text> contents text </box>
- width — any legal CSS width value
- classes — any number of classes which use the styles in your template or the plugin's own stylesheet to determine the look of the box. The box plugins comes with the following classes already defined:
- round — box will have rounded corners
- blue — blue colour scheme
- red — red colour scheme
- green — green colour scheme
- orange — orange colour scheme
- left — float the box left within the wiki page
- right — float the box right within the wiki page
if no classes are specified the default styles will be used, that is square corners in a colour scheme based on the default Dokuwiki colour scheme.
- title text — text (including dokuwiki markup) displayed above the box contents, with distinct style.
- caption text — text (no markup allowed) displayed below the box contents, with distinct style.
The opening <box … > including the title must all appear on one line. The box contents can appear over as many lines as are needed.
See the plugin in action here. The sample page shows all the styles available with the plugin.
BOOKMARKME
| plugin | description |
| bookmarkme | displays a syndication toolbar |
| http://wiki.splitbrain.org/plugin:bookmarkme | bookmarkme_20090312.zip |
use: {{bookmarkme:on|off}}
configure it using the configuration admin
configure your dokuwiki
- be sure that you allows html embebbed by clicking a mark in “html embebbed” at general configuration page.
- you can use monobook template (it fits well to the dokuwiki style and uses some plugins you need, like ”displaywikipage.”
You are here: wiki:start » wiki » plugin_list