Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/flickwoo/notesmine/lib/plugins/delicious/syntax.php on line 78
Dokuwiki
Keyboard Shortcuts
Update Notices
Dokuwiki Information
Put ?do=check at the end of your dokuwiki URL.
Example: http://www.notesmine.com/?do=check
Cheat Sheets
Plugins
Plugins are pretty easy, but they require patience, and it's sometimes difficult to locate the current web site for particular plugins. For example, these two sites for the “Tag” plugin look virtually identical, yet one is more up to date than the other:
I think that the “splitbrain.org” site is the place to start searching for plugins and their documentation.
Installing
You might want to try using the “Manage Plugins” link to install the plugin. See here:
My web server didn't allow me to do this. The solution was:
- ssh to the web server
- CD to
<dokuwiki directory>/lib/plugins - Use wget to get the tar.gz files from whatever site the plugin is on.
- un-tar/gzip the file, and make sure there's a new directory in the /lib/plugins directory.
- See dokuwiki tags for an example.
Tag Plugin
PageList
Feed
(What does feed do?)
Clean URLs
I asked about how to do this on Site5 in this thread
http://forums.site5.com/showthread.php?t=15227&highlight=dokuwiki
Summary
I got clean URLs to work, and with little effort. http://wiki.splitbrain.org/wiki:rewrite
I followed the instructions in the 'Apache' section.
The line that says:
RewriteBase /dokuwiki
I changed to:
RewriteBase /
Because my dokuwiki sits in very root of where my web site points.
Hope this helps someone else.
See Also
My Delicious Dokuwiki Bookmarks
- DokuWiki User Forum (dokuwiki groups)
- month [splitbrain.org] (dokuwiki awards webdesign)
- mailinglist [DokuWiki] (dokuwiki mailing-lists)
- tips:blogging [DokuWiki] (dokuwiki plugins blogs)
- plugin:include [DokuWiki] (dokuwiki plugins)
- template:usable [DokuWiki] (todo templates dokuwiki)
- template:backpack [DokuWiki] (todo templates dokuwiki)
- devel:css [DokuWiki] (dokuwiki customizations stylesheets css)
- EZPDO " DokuWiki + WordPress = dwBliki (dokuwiki wordpress)
- plugin:delicious [DokuWiki] (delicious dokuwiki)
- Marcin Mierzejewski // Photoblog / mmClean (templates dokuwiki)
- plugin:delicious [DokuWiki] (dokuwiki delicious plugins)
- wiki:install:permissions [DokuWiki] (dokuwiki security permissions)
- wiki:tpl:templates [DokuWiki] (dokuwiki templates)
- plugin:tag [DokuWiki] (dokuwiki tags)
Backup Script
See Also
| Page | Description | Tags |
|---|---|---|
| Allowing File Types in Dokuwiki | If you want to allow other file types to be uploaded onto your Dokuwiki site, check here: <http://wiki.splitbrain.org/wiki:mime?rev=1193351002> You should che… | dokuwiki |
| Dokuwiki | dokuwiki keyboard * <http://wiki.splitbrain.org/wiki:update_check> Put ?do=check at the end of your dokuwiki URL. Example: <http://www.notesmine.com/?do=… | dokuwiki, dokuwiki |
| Dokuwiki Cloud Plugin | Dokuwiki Cloud shows a “cloud” of frequently used words on your site From <http://www.wikidesign.ch/en/plugin/cloud/start> You can exclude words from the … | dokuwiki, cloud |
| Dokuwiki Cloud Stopwords | The following words are what I use as my /conf/stopwords.txt file for use by the cloud plugin on dokuwiki. This might help other users of the cloud plugin. Ju… | dokuwiki, cloud |
| Dokuwiki Delicious Plugin | I would like to have a page on my Dokuwiki about Perl. I would also like this page to display all my Delicious bookmarks that are tagged with Perl. I'm trying… | dokuwiki, delicious, opensource |
| Dokuwiki Keyboard Shortcuts | I'm so glad I found keyboard shortcuts for dokuwiki. See <http://wiki.splitbrain.org/wiki:accesskeys> Keys are different on Mac/PC. * On PC/Firefox 2, use… | dokuwiki |
| Dokuwiki Pagelist Plugin | This dokuwiki plugin allows you to list pages which match certain criteria. I use it to list pages which have certain dokuwiki tags. Show pages tagged with do… | dokuwiki, plugins, tagging |
| Dokuwiki Tags | <http://www.wikidesign.ch/en/plugin/tag/start> You can categorize pages in Dokuwiki using tags. A “tag” is just a word that you assign to a page, to descr… | dokuwiki, tagging, dokuwiki, tagging, tags |
| Dokuwiki Templates | <http://www.dokuwiki.org/namespace_templates> Notesmine External dokuwiki | dokuwiki |
| Dokuwiki Todo | * Set up a favicon * Try IndexMenu plugin. * <http://wiki.splitbrain.org/plugin:indexmenu> * Can show namespaces, all pages, etc. Try these template… | dokuwiki, todo |
| Syntax Highlighting in Dokuwiki | Dokuwiki can use different colors to display code on its pages. You use the <code ruby></code> tags to do this. You can specify other languages besides ruby (… | dokuwiki, syntax-highlighting, plugins |