Questions tagged [dokuwiki]

DokuWiki is a standards-compliant Wiki based on PHP.

DokuWiki is a Wiki based on PHP. It has its own formatting syntax. It has a reasonably thriving add-in community and is fairly simple to write add-ins for.

All of the wiki data is stored in text files so no database is required and files can be edited by external scripts or applications if required.

18 questions
16
votes
3 answers

How to convert Markdown files to Dokuwiki, on a PC

I'm looking for a tool or script to convert Markdown files to Dokuwiki format, that will run on a PC. This is so that I can use MarkdownPad on a PC to create initial drafts of documents, and then convert them to Dokuwiki format, to upload to a…
Clare Macrae
  • 1,909
7
votes
1 answer

IIS blocks certain keywords in DokuWiki

When I try to use DokuWiki to create some pages with SQL examples, if the SQL statement has stuff like select drop table and some other certain keywords, trying to save the page returns a connection reset error and doesn't save the page. The only…
4
votes
2 answers

DokuWiki - How to show the edit buttons on section headers

In DokuWiki, is there any plugin compatible with the latest stable release (2009-02-14), that can show the edit buttons on section headers (like Wikipedia or MediaWiki) instead of showing them at the end of the section's text. The default way is…
3
votes
1 answer

How to change Apache to serve a subdirectory by default

I have a vanilla install of DokuWiki on CentOS 6.4 with Apache. The internal URL is http://wiki/dokuwiki How do I go about configuring Apache/DokuWiki to not require the /dokuwiki part? I want users just to be able to go to: http://wiki in their…
Dave
  • 66
2
votes
1 answer

How safe is my private DokuWiki hosted on a web server?

I used to use xampp for self hosting a private wiki, but found the hassle of having to start the server, then stop the server really tiring. My next option has been to host a DokuWiki installation on a webhost plan at http://www.siteground.com/ I…
Joseph
  • 867
2
votes
1 answer

How To Get Vim to follow DokuWiki Links

I enjoy using CTags to quickly jump to a file and back using CTRL-] and CTRL-T. I would like to have something similar when editing DokuWiki files. In other words I have something like this in file 'start.txt': [[link]] I would like to jump to…
Daeden
  • 311
  • 3
  • 11
2
votes
1 answer

Dokuwiki on Raspbian “wheezy” (Raspberry Pi)

I've installed the dokuwiki via apt-get. The first call to http://localhost/dokuwiki give me "403 Forbidden" as response: Achtung! HTTP/1.1 403 Forbidden You don't have permission to access /dokuwiki on this server. In the log filee…
2
votes
1 answer

Dokuwiki on a stick - how to put microapache server in background

Does anyone know, while using DokuWiki on stick, how to put the Apache microserver in the background, that is remove it from the taskbar without actually shutting it down. I wish to be able to access the Wiki via localhost, but don't want to have an…
Rook
  • 24,289
2
votes
1 answer

dokuwiki, nginx and farms

I am attempting to setup multiple dokuwiki's but I am really struggling... I can set up one with relative ease but I would like to make use of the farm concept ( https://www.dokuwiki.org/farms ). The downside is it is written for apache not nginx…
Naib
  • 264
1
vote
1 answer

Changing the font for printing

After upgrading DokuWiki to Adora Belle, the font used for printing has changed to something terrible (looks like Times New Roman). I do my printing using the browsers print command, i.e. File > Print. I have tried to print under Windows and Mac…
1
vote
0 answers

How to export DokuWiki without machine login

I need a plugin to export the whole DokuWiki, PDF preffered. I tried bookcreator, dw2pdf and an epub plugin which all do not fit my requirements. It would be nice if internal links are replaced with clickable document-links... Thanks &…
JavaIsMyIsland
  • 133
  • 1
  • 1
  • 5
1
vote
0 answers

How to find out what is causing DokuWiki to be unable to save after edit?

This is happening only with one single page, even when only adding/removing a single character. All other pages can be edited & saved. localhost is Apache on Windows, if that matters. How can I debug it? Can I turn on debugging in DokuWiki? Does it…
Mawg
  • 4,603
1
vote
1 answer

Locked out of DokuWiki on localhost

I set up DokuWiki on localhost just to collect some notes. Alas, I am locked out, can't remmember my password and sending a recovery email doesn't work. Since I will only use this locally, I need only one user, with admin rights, and no password…
Mawg
  • 4,603
1
vote
0 answers

How to debug failures to find page titles in dokuwiki?

After an upgrade to dokuwiki 2017-02-19a "Frusterick Manners" the search function no longer finds the complete set of pages, e.g. if I search for linux it shows programs:zfs_on_linux in the search results, but not programs:linux. How could I debug…
Kalle Richter
  • 2,472
  • 6
  • 44
  • 64
0
votes
1 answer

Customizing a single element in a Dokuwiki page

Is it possible to customize the style of a single element in a dokuwiki page? For example, I'd like to change the background colour of a single block, on a single page. It seems that I can add a class myClass to the element like this:
Andrew Wood
  • 1,309
1
2