Tagged Questions

DokuWiki is an Open-Source wiki software written in PHP

learn more… | top users | synonyms

19
votes
4answers
15k views

Converting XML to plain text using XSLT — how should I ignore/handle whitespace in the XSLT?

I'm trying to convert an XML file into the markup used by dokuwiki, using XSLT. This actually works to some degree, but the indentation in the XSL file is getting inserted into the results. At the ...
7
votes
3answers
1k views

What's a good Wiki that works on Google App Engine

I'm interested in using Google App Engine to host a wiki. I've already seen the question here: http://stackoverflow.com/questions/478760/what-cms-runs-on-google-app-engine about what's a good cms. ...
7
votes
4answers
1k views

Can DokuWiki & jQuery play together?

I'm having some trouble getting jQuery to play nice with DokuWiki - has anyone already done this successfully? At the moment, including jQuery reuslts in all sorts of JS functionality breaking, and ...
4
votes
2answers
511 views

JavaDoc to (Doku)Wiki conversion / doclet

Our company has a very large public Java API which is currently being released standalone and online using (of course) JavaDoc. It is surrounded by product documentation which links into the API. We ...
2
votes
2answers
146 views

Two-staged approval process for wiki articles

I'm trying to configure a wiki to allow a two staged approval process. The basic work flow requires something like: A group of users submits a short form After admin approval, a larger form becomes ...
2
votes
1answer
82 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 ...
2
votes
2answers
120 views

HTML usability question - (double) clicking to select text

As you well know, double clicking on a word in a browser selects it, triple clicking selects the entire paragraph. I'm tweaking a wiki, where signatures for anonymous users are created automatically ...
1
vote
1answer
183 views

Using wget to download dokuwiki pages in plain xhtml format only

I'm currently modifying the offline-dokuwiki[1] shell script to get the latest documentation for an application for automatically embedding within instances of that application. This works quite well ...
1
vote
2answers
62 views

Mercurial command to identify files that match filespec and have changed since last update

Ideally, I'm looking for a stateless way to do this since I'm using a batch file. The scenario is that I have a repository on a server that receives pushes from users. The repo is also a working ...
1
vote
1answer
95 views

DokuWiki Downloader

I am using this framework, which has Documentation in DokuWiki. The developers of this framework warned that the documentation will disappear, thus forcing users to switch to the new version of the ...
1
vote
1answer
121 views

how to use Dokuwiki for creating a common user manual

I am trying to use Dokuwiki for creating a software user manual, given that i have to create 3 user manual for the same product in different platform and the changes is very less. Is there any way in ...
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
1answer
1k views

How can I display my logo on my DokuWiki's title?

I have a DokuWiki and I'd like to place a logo on the title bar at the top of the page? How can I do this? Note that I am not referring to the title bar at the top of the browser, but rather the title ...
1
vote
3answers
749 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
0answers
56 views

Drawing graphs for graphviz code output

I want to draw some basic graphs in Dokuwiki with Graphviz plugin (thus, I need to insert the graphiz code into the wiki syntax). I need a GUI (Linux - compatible, or Java) program for drawing some ...
0
votes
0answers
48 views

DokuWiki nested lists regexp

How can i replace DokuWiki nested list string with using one or two regexps in Ruby? For example, if we have this string: * one * two * three * four we should get this HTML: one two ...
0
votes
1answer
28 views

Inserting current timestamp when editing a page in Dokuwiki

Is it possible to insert the current timestamp while editing a page in Dokuwiki? I am looking for some macro (for e.g. ~TIMESTAMP~), which will be replaced with the current timestamp when the page ...
0
votes
1answer
74 views

Dokuwiki and Javascript

Recently I saw this post about a "Go Top" button of this user that uses Jquery and want it converted to Mootools. I think this would be a nice feature for the free templates I'm writting to contribute ...
0
votes
2answers
72 views

CMS with flat system

I'm building a website and I'm trying to choose a CMS. My requirements are little: 1 - Simple and SECURE 2 - Database in txt files (it as to be in flat system) I'm exploring dokuwiki and so far I ...
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
2answers
101 views

DokuWiki with SVN: how and what should be under source control

I want to store my documentation under SVN source control. In DokuWiki settings there is Directory for saving data '.../apps/dokuwiki/data' DokuWiki stores all data inside text files ...
0
votes
2answers
177 views

FAST Search for Sharepoint Crawler issue with Dokuwiki pages

My level of frustion is maxxing out over crawling Dokuwiki sites. I have a content source using FAST search for SharePoint that i have set up to crawl a dokuwiki/doku.php site. My crawler rules are ...
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
76 views

DokuWiki and SQL code

I recently installed DokuWiki on my domain and ran in one nasty problem. I am trying to enter such code: CREATE TABLE LOOM( ID INT NOT NULL, KIIP_ID INT NOT NULL, NIMI VARCHAR(50) ...
0
votes
1answer
245 views

How to integrate a wiki with Mantis bug tracker

I have read the original and updated guides in the Mantis Wiki on how to integrate DokuWiki, but when I follow those instructions now it gives me a number of errors. While doing so I noticed that a ...
0
votes
0answers
41 views

Log viewer integrated with dokuwiki?

I'm looking for log viewer plugin for dokuwiki with capability configure multi log's path paging for big log (gigabytes) optional search option We use dokuwiki for managing documenation and ...
0
votes
1answer
205 views

URL rewrite with IIRF makes dokuwiki slow

EDIT: the IIRF.ini code was not the problem in this case, the performance issues with dokuwiki were in fact permissions related, and the introduction of URL re-writing was not the cause of the issue. ...
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
286 views

Syntax highlighting in the Dokuwiki editor?

Is there any way to have syntax highlighting in the "editor" of dokuwiki? By this I mean to have syntax highlighting in the actual editing window (in real time) just like using a text editor. I ...
0
votes
1answer
155 views

How to use IndexMenu?

I have installed the indexMenu plugin, in my sidebar I have created a menu like this: ... {{indexmenu>.#1|js#kde.png}} and I want to hide one entry in my menu: Thanks for your help.
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
1answer
69 views

jQuery script for clickNshow on a dokuwiki page

I am making a dokuwiki for our company, but because the documents tend to get very large, I want to collapse the sections and only show the headers. The sections should appear when the header has been ...
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
283 views

Intergating dokuwiki and jquery

Dokuwiki us prototype, my site use Jquery. If there is another way to alter Dokuwiki javascript, instead using jQuery.noConflict(), or/and var $j = jQuery on my jQuery? I open all .js files on ...
0
votes
2answers
129 views

How best to deploy DokuWiki within my Rails application?

I would like to install DokuWiki within my Rails application at domain.com/wiki Would it be best to unzip and install it in public/wiki? I don't want to have to commit/push/pull DokuWiki pages every ...
0
votes
1answer
92 views

Wiki with good support for page moves?

We use DokuWiki to manage our internal documentation but the page renames / moves are not supported very well (there is no built-in way other than messing with raw files manually and the third-party ...
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 ...