Tagged Questions

2
votes
1answer
84 views

Peculiar Search Error in DokuWiki

Cross-posting this from the DokuWiki forums: So, I was making some modifications in order to allow for three things: Capitalization in page names, natural case sorting in the sidebar ToC, and case ...
1
vote
1answer
88 views

How to get blog entries from blog namespace show on a DokuWiki start page

A while back I even created a dokuwiki plugin. How do I get blog entries from the "blog" namespace shown on my start page? Does anyone know that?
1
vote
3answers
750 views

DocBook to DokuWiki

Is there a straightforward way to take docbook content and convert it into DokuWiki content? So far I've only found the DokuWiki plugin that will interpret docbook content and output it in XHTML, but ...
0
votes
1answer
80 views

How to highlight codechanges in geshi

I have a running dokuwiki and am working with code-blocks like: <code php> <?php function addOne($testparam) { global $test; $test = $test + $testparam; } ?> </code> I now ...
0
votes
2answers
59 views

RegEx: Count chars

I'm writing a PHP-Script which searches for particular headlines inside a dokuWiki-document. My current pattern looks like this: $pattern = "/.*=+ ". $header ." =+([^=]+)/m"; preg_match($pattern, ...
0
votes
1answer
67 views

dokuwiki: disabling versioning in dokuwiki

i need help regarding dokuwiki i want to remove versioning from wiki. any tip our help will be highly appreciated. Thanks in advance I have looked into this code but so far didnt get any idea `class ...
0
votes
1answer
58 views

RegEx: Extended or

I'm using RegEx to get specific parts of a file via PHP! Let me show you an input-example: === KEYWORD1 === CONTENT ==== ANOTHERKEYWORD ==== CONTENT2 === TESTKEYWORD === CONTENT3 My ReGex now ...
0
votes
1answer
111 views

Acces the raw wiki page contents in a Dokuwiki Render Plugin

I created a plugin and its basic functionalities are working well. It returns always testing as you can see in the method document_end(). But how can I access the plain, raw wiki page content? This ...
0
votes
2answers
267 views

Integrating Dokuwiki in a Drupal site

Does anyone have experience or suggestions on how to integrate Dokuwiki with a Drupal site? What I want to achieve is for a user to only have to log in only once with Drupal and be able to access the ...
0
votes
2answers
123 views

How to produce a merged RSS feed (from DokuWiki and Serendipity)

I've got an application developed on top of DokuWiki. I'd like to provide a 'News' page providing the latest updates from the internal RSS feed, some other feeds maintained in Serendipity and ...
0
votes
1answer
484 views

Custom RSS feed in Dokuwiki

I'm using Dokuwiki to populate a site with a known set of pages. Say, foo_1 through foo_9. The content of those pages will change, but the names and locations never will. I want to provide a ...