Questions tagged [dokuwiki]

DokuWiki is an Open-Source wiki software written in PHP

DokuWiki is open-source wiki software written in PHP. It's available free of charge under the GNU General Public License Version 2.

The install package is portable software. It also includes a web server that can be downloaded and customized for personal or single-user use only.

DokuWiki works on plain-text files and thus needs no database. It has a simple but powerful syntax, designed to ensure that its data files remain readable outside the software itself.

Plugin:

In DokuWiki you can use and create custom plugins. The community has made available a tools to simplify the creation.

204 questions
40
votes
2 answers

Inline Code in DokuWiki

I'm looking for a way to include code as part of a paragraph in DokuWiki like I can by adding backtick escapes in StackOverflow like _so_. Simply adding bla puts code on it's own line.
Alan Turing
  • 12,223
  • 16
  • 74
  • 116
36
votes
4 answers

Converting XML to plain text - 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 moment, I have two choices: abandon this XSLT…
PotatoEngineer
  • 1,572
  • 3
  • 20
  • 26
19
votes
4 answers

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 bar on the website itself. I tried inserting the…
samoz
  • 56,849
  • 55
  • 141
  • 195
8
votes
4 answers

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 I'm having trouble tracking down the source of the…
Wilco
  • 32,754
  • 49
  • 128
  • 160
6
votes
8 answers

dokuwiki: how can I hide media manager link from non logged in users

In dokuwiki how can I hide "media manager" link or any other link on the top, from non logged in users?
sivann
  • 2,083
  • 4
  • 29
  • 44
6
votes
2 answers

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 are moving our static documentation to DokuWiki -…
gamma
  • 1,902
  • 1
  • 20
  • 40
5
votes
1 answer

DokuWiki: Highlight Part in code Block?

I want to highlight/emphasize a part in a code block in dokuwiki. I could not find a hint in the docs: https://www.dokuwiki.org/wiki:syntax#code_blocks But maybe I am missing something. Background: I am not searching for syntax highlighting. I want…
guettli
  • 25,042
  • 81
  • 346
  • 663
5
votes
2 answers

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 and they look like: --- // // The…
Flavius
  • 13,566
  • 13
  • 80
  • 126
4
votes
1 answer

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 framework. It is imposible to me to switch to new…
Cleankod
  • 2,220
  • 5
  • 32
  • 52
4
votes
2 answers

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 manuals for the same product in different platform and the changes is very less. Is there any way in Dokuwiki to create a common user manual that can…
user609811
  • 49
  • 3
4
votes
0 answers

DokuWiki Media upload size limits effectless

With various DokuWiki installations (XAMPP on Windows, Std Ubuntu 14.04 Apache, Bitnami DokuWiki VM) I found the media upload limits completely effectless. Regardless of my setting for upload_max_filesize and post_max_size in php.ini, I can upload…
Stephan Wiehr
  • 166
  • 1
  • 7
4
votes
1 answer

Getting 404 error when attempting to use Apache rewrite on dokuwiki

I am building a wiki using dokuwiki, and am using the nice URL feature which uses url rewriting through Apache on the webserver, to get rid of the ugly php urls. My problem is that I seem to be only getting 404 Not Found errors when searching for…
victo050
  • 51
  • 2
4
votes
1 answer

Why won't these HTML form buttons display inline?

I am trying to get form buttons to display inline in a row. I am using CSS to style HTML output from someone else's script, so I have to understand the structure in HTML. I can't change it to something I do understand. See the code below. What are…
Ryan Schram
  • 129
  • 1
  • 1
  • 7
4
votes
1 answer

How to disable built-in code box when using Syntaxhighlighter3?

I'm using Dokuwiki and want to get rid built-in code box (boxes with grey outline) when using Syntaxhighlighter3. Appreciate if anyone know how to do this.
yuwono95
  • 237
  • 3
  • 11
4
votes
0 answers

How to choose namespace and page names in dokuwiki, so that indexmenu and pagenav play nicely with useheading?

am about to move a user manual that previously lived in a pdf to dokuwiki. Before I start moving all the content, I want to make sure I can get the following components to interact nicely: indexmenu, useheading, pagenav, bookcreator. In my small…
1
2 3
13 14