DokuWiki

DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.

Read the DokuWiki Manual to unleash the full power of DokuWiki.

Download

DokuWiki is available at http://download.dokuwiki.org/

Read More

All documentation and additional information besides the syntax description is maintained in the DokuWiki at www.dokuwiki.org.

About DokuWiki

Installing DokuWiki

Using DokuWiki

Customizing DokuWiki

DokuWiki Feedback and Community

Interesting DocuWiki plugins

  • :ADD::WARN: header – enables formatting in headers (post1, post2, post3, post4)
  • numberedheadings – generate multi-level numbers for headers – seems to be included into header plugin
  • :ADD: code2 – powerful extension of build-in code
  • :ADD: note – allows you to create nice note boxes
  • styler, note – enable more block formatting possibilities, like <quote>, <epigraph>, <verse>, <note>
  • :ADD::WARN: folded – folding the contents, similar to outliner
  • math and latex – embedded formulas support
  • :ADD: mllist – support of linebreaks for lists
  • :WARN: linkext (does not work, core should be patched) – adding letters following the link to the link
  • phpinc, source – include PHP/HTML files into the page
  • :ADD: dlcount – adds download counters to download links
  • :ADD: authchained – delegates the authentication to the authentication plugin, which first returns true when checking username and password
  • :ADD: searchtext – plugin searches pages rendered as text instead of raw wiki
  • :ADD: indexmenu, indexmenu2, pageindex – representing namespaces/pages as a JS menu or list
  • :ADD: codemirror – DokuWiki editor with syntax highlighting
  • flowplay – integrates the flowplayer to stream video to an embedded flash applet (like on YouTube)
  • google maps (was rewritten, see google_maps)
  • isbn – create links to amazon by ISBN number
  • gallery – generates a list of images from a given namespace as thumbnails
  • files – nice implementation of handling of media resources; the analog of mediamanager
  • pagemove – administration plugin to enable renaming and moving of pages
  • refnots – maintains reference database (e.g. literature list)
  • select – creates a drop-down list with pages to jump to
  • smblink – create correct links to shared resources
  • spellcheck – spellchecker (obsolete)
  • uparrow – generate “Go to the top of the page” link where requested
  • userannotations – allows users to associate misc annotations with the page
  • userpoll – create a poll
  • vcard – generates a vCard

ToDo List

Blogging

  • :YES: blog – main blog functionality
  • :YES: tag – tags for pages (see also tagentry to edit tags)
  • :YES: cloud – displaying the cloud of tags
  • :YES: discussion – discussion threads for blog pages
  • :HELP: feedmod – extended HTML feed for blog pages
  • :YES: include – include one page into another
  • :YES: pagelist – refer the other page information and include it
  • :YES: captcha – anti spam measures

Questions answered

How to convert all pages from URL-encoded to UTF8?

Why PNG images with transparency are not displayed correctly with IE?

Indeed, IE 5.5 & 6 do not support PNG images with full alpha channel transparency (should be fixed in IE7). See here and here for more details and solution for the problem, which is based on IE-specific ability to apply custom filters to images:
img {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

Why rounded borders are not correctly rendered in IE?

IE version 7 and earlier do not support border-radius CSS attribute. See here and here for more information & fix (which is based on VML sublayers).

What is a workaround for unsupported min-height/max-height in IE?

See here.

2004-2015 © Andreas Gohr andi@splitbrain.org1) and the DokuWiki Community

The DokuWiki engine is licensed under GNU General Public License Version 2. If you use DokuWiki in your company, consider donating a few bucks ;-).

Not sure what this means? See the FAQ on the Licenses.

1) Please do not contact me for help and support – use the mailinglist or forum instead
wiki/dokuwiki.txt · Last modified: 2010/10/18 14:55 by dmitry
 
 
Recent changes RSS feed Driven by DokuWiki