Tagged Questions

1
vote
1answer
57 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 …
1
vote
3answers
319 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 …
0
votes
1answer
65 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 …
1
vote
1answer
222 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
272 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 …
6
votes
3answers
4k 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 …