WP-Dokuwiki development update

I've decided to move the development of WP-Dokuwiki over to the official WordPress plugins repository. Why did I do this? This page explains it all.

The source for the plugin can now be found at http://dev.wp-plugins.org/browser/wp-dokuwiki/. Please use the bug tracker to for bugs. If you want to test the bleeding edge code, you can track the trunk:

$ cd /path/to/wp-content/plugins
$ svn co http://svn.wp-plugins.org/wp-dokuwiki/trunk/wp-dokuwiki

I will continue to host the tar-balls for each version. Meanwhile you can always download the plugin directly from dev.wp-plugins.org, or get a Zip file from RedAlt's WordPress plugin download interface.

  1. WP-Dokuwiki
  2. WP-Dokuwiki
  3. WP Dokuwiki 0.3
  4. WP-Dokuwiki 0.2
  5. input plugin weirdness
This entry was posted in Uncategorized and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

4 Comments

  1. Posted March 31st, 2006 at 2:55 am | Permalink

    I am glad I found this news. I have been looking for a dokuwiki plug in for wordpress! :)

  2. Posted March 31st, 2006 at 10:01 am | Permalink

    *@clair*: Any suggestions/feedback most welcome!

  3. sorin
    Posted August 18th, 2006 at 1:00 am | Permalink

    Currently I’m using dokuwiki and I’m looking for switching to WordPress because i need:
    - categories (tree), (dw namespaces are too hard to work with)
    - comments with management

    Your plugin was the solution, but I’ve discovered that is slowing the page loading a LOT. I can’t use it because I need speed (page loadtime un 1000ms). Currently It can take up to 7 seconds with your plugin (0.3) and wordpress (2.0.4). Disabling it will make WP work normaly. Still my personal copy of wordpress is very fast.

    Do you have any ideea on what should I do to make it work normaly?

  4. Posted August 19th, 2006 at 10:27 am | Permalink

    *@sorin*: Glad you found use for the plugin. Yes, the Dokuwiki parser is not the fasted, and since the parser is invoked _several_ times to generate each page, this can really take quite a while.

    There are a couple of things you can do:
    - use WP-Cache 2 (http://mnm.uib.es/gallir/wp-cache-2/). I succesfully use wp-cache2 with really large expiration time-outs, and that helps a lot.
    - don’t write short posts (like Aside) using the Wiki markup — just let them through RAW html or something.
    - reduce the amount of “true” dynamic content on your webpage (for instance, feeds pulled in from last.fm or del.icio.us may break the caching at times).

    Let me know if that helps you.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>