Dokupress is a Wordpress plugin written by Tiago Bilou. Dokupress allows me to create content easily on my blog using the DokuWiki syntax, like if I was creating a page on a Wiki. You can browse the source code of the plugin here.

Example

I shall add here two or three examples of beautiful formatted pages to show the power of using Dokupress.

Installation

Download the latest version from wp-plugins.org:

svn co http://svn.wp-plugins.org/dokuwiki-markup/ dokupress/
  • Copy the dokupress directory into the wordpress plugins directory
cp -R /path/to/dokupress /path/to/wordpress/wp-content/plugins
  • Append the dokupress css to the wordpress theme’s css.
cat /path/to/wordpress/wp-content/plugins/dokupress/doku-style.css >>
     /path/to/wordpress/wp-content/themes/current-theme/style.css
  • Create the links to the smilies and images directories
 cd /path/to/wordpress
 ln -s /path/to/wordpress/wp-content/plugins/dokupress/smileys .
 ln -s /path/to/wordpress/wp-content/plugins/dokupress/media .
  • Copy all images in dokupress/images to /path/to/wordpress/wp-content/themes/current-theme/images/