|
|
admin:plugins [2008/08/21 20:50] mohammad |
admin:plugins [2015/05/27 02:06] |
====== Installed Plugins ====== | |
Plugins can only be installed by wiki admins. For a list of plugins see | |
[[http://wiki.splitbrain.org/wiki:plugins?pluginsort=c | dokuwiki plugins]]. | |
| |
| |
==== Multimedia ==== | |
* [[http://wiki.splitbrain.org/plugin:youtube | youtube]] | |
<code> | |
Same alignment rules as media | |
{{youtube>link:CODE}} \\ | |
{{youtube>small:CODE}} \\ | |
{{youtube>large:CODE}} | |
</code> | |
| |
\\ | |
* [[http://wiki.splitbrain.org/plugin:autoviewer | autoviewer ]]: requires [[http://www.airtightinteractive.com/projects/autoviewer|Autoviewer]] installation. | |
<code> | |
<aviewer (max-width) (max-height) (left/right/noalign)> | |
...Image list or namespaces of image files. | |
</aviewer> | |
</code> | |
| |
\\ | |
* [[ http://www.dokuwiki.org/plugin:gallery | gallery ]]: Gallery of images. | |
<code> | |
{{gallery>namespace?showname&reverse&direct&lightbox ...}} | |
OR | |
{{gallery>namespace:filename.jpg}} | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:mp3play | mp3play ]] | |
<code> | |
{{mp3play>namespace:audiofile.mp3?autostart&loop}} | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:flashplayer | flashplayer ]] | |
<code> | |
<flashplayer> | |
file=http://www.someurl...mp3 | |
</flashplayer> | |
</code> | |
| |
| |
\\ | |
| |
==== Text & Boxes ==== | |
* [[http://www.dokuwiki.org/plugin:divalign | divalign]]: Alignment of text | |
<code> | |
Align Left: | |
#;; | |
This would be aligned left. | |
#;; | |
Align Right: | |
;;# | |
This is aligned right. | |
;;# | |
Align Center: | |
;#; | |
This is aligned center. | |
;#; | |
</code> | |
| |
\\ | |
* [[http://wiki.splitbrain.org/plugin:boxes | boxes]]: Generating fancy colored text boxes | |
<code> | |
<box width classes colours | title text> contents text </box> | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:note | Note ]]: Enable "Allow embedded HTML" from | |
configuration setting. | |
<code> | |
<note> or <note important> or <note tip> or <note warning> | |
Your notes... | |
</note> | |
</code> | |
| |
| |
\\ | |
==== User Interaction ==== | |
* [[http://wiki.splitbrain.org/plugin:discussion | discussion]] | |
<code> | |
~DISCUSSION~~ | |
~DISCUSSION:off~~ | |
~DISCUSSION:closed~~ | |
| |
OR | |
| |
{{threads>[namespace]&[flags]}} | |
[namespace] The namespace for which you want a discussion thread list; | |
: is the top namespace, | |
. is the same namespace as the page lies in, | |
* the whole wiki. | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:blog | blog]] | |
<code> | |
{{blog>[namespace]?[number]&[flags]}} | |
{{archive>[namespace]?[month]&[flags]}} | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:poll | poll]] | |
<code> | |
<poll [id]> | |
[question] | |
| |
* [option] | |
* [option] | |
* ... | |
</poll> | |
</code> | |
| |
| |
\\ | |
==== Misc./ Admin. ==== | |
* [[http://www.dokuwiki.org/plugin:include | include]]: include other wiki pages | |
<code> | |
{{page>psa:home}} | |
</code> | |
| |
\\ | |
* [[http://tatewake.com/wiki/projects:backuptool_for_dokuwiki | backuptool]]: Backup wikipages | |
| |
\\ | |
* [[http://tatewake.com/wiki/projects:google_analytics_for_dokuwiki | googleanalytics]] | |
| |
\\ | |
* [[http://wiki.splitbrain.org/plugin:task | task]] | |
<code> | |
~~TASK:user?[YYYY-MM-DD][priority]~~ | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:iframe | iframe]]: put frames with html content & existing | |
webpages. | |
<code> | |
{{url>someurl [ width , height ] | alternate-text }} | |
</code> | |
| |
\\ | |
* [[http://www.dokuwiki.org/plugin:google_cal | Google_Cal]]: Google Calendar | |
<code> | |
{{cal>kite@puzzlers.org[614,640]|Kite's Test}} | |
</code> | |
| |
| |
| |
\\ | |
===== Considerable ===== | |
* [[http://wiki.splitbrain.org/plugin:color | color]] | |
* [[http://wiki.splitbrain.org/plugin:math | math ]] | |
* [[http://www.dokuwiki.org/plugin:flowplay | flowplay ]] | |
* [[http://wiki.splitbrain.org/plugin:googlemaps | googlemaps]] | |
* [[http://wiki.splitbrain.org/plugin:googlesearch | googlesearch]] | |
* [[http://wiki.splitbrain.org/plugin:gcalendar | gclanedar]] | |
* [[http://wiki.erazor-zone.de/doku.php?id=wiki:projects:php:dokuwiki:plugins:latex | latex]] | |
* [[http://danjer.doudouke.org/tech/dokutexit | Dokutexit ]]: Convert wiki page to Tex and PDF documents. | |
* [[http://wiki.splitbrain.org/plugin:pdfex | pdfex]] | |
* [[http://wiki.splitbrain.org/plugin:contact | contact]] | |
* [[http://wiki.splitbrain.org/plugin:form | form]] | |
* [[http://wiki.splitbrain.org/plugin:statistics | statistics]] | |
* [[http://www.isection.co.uk/doku.php | pagemove]]: Not very stable. | |
* [[http://wiki.splitbrain.org/plugin:slideshow | slideshow]] : Use autoviewer for more professional look. | |
<code> | |
<slideshow 300 230 Slides CCFF99 RIGHT> | |
<slide> | |
<image url='{{namespace:image.jpg|caption}}'/> | |
<link><area url='[[sep:people]]'/></link> | |
</slide> | |
</slideshow> | |
</code> | |
| |