DokuWiki is an Open-Source wiki software written in PHP
1
vote
0answers
16 views
Logging into DokuWiki using Perl's RPC::XML::Client (or alternately how can I remotely post pages to a DokuWiki instance)
I'm trying to use the Perl module RPC::XML::Client to handle the XMLRPC API of Dokuwiki. In another SO post, the XMLRPC API of Dokuwiki was suggested as a way to programmatically post pages..
I'm not ...
0
votes
0answers
24 views
DokuWiki Facebook Login not working
I am using dokuwiki on my website under a subdirectory domain.co.uk/subdir/. I have installed the 'fblogin' plugin. I am using the latest version of both.
The plugin is installed, and the app id, ...
0
votes
0answers
13 views
htaccess not behaving for rewrite rules
I use Dokuwiki for my website. I have a quick question about htaccess rewrite rules. I have the following configuration. The suggestions come from the Dokuwiki help.
Options -Indexes -MultiViews ...
0
votes
1answer
31 views
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?
0
votes
1answer
22 views
Is there a way to get a permanent link (permalink) to the current version of a DokuWiki page?
Is there a way to generate a permanent link to the current version of a page? I can get a link to previous versions (for example https://www.dokuwiki.org/faq:support?rev=1354115567) by clicking Old ...
0
votes
1answer
29 views
Include jquery on dokuwiki page
I'm trying to add a html/javascript page, into our dokuwiki.
I saw the tag works fine for the body of the page and to run simple javascript.(alert())
But our javascript works with Jquery, and I ...
0
votes
0answers
42 views
How to allow user to use either their username or their email address to login in DokuWiki
I am new in DokuWiki and my client wants to access via username email address inputs. How can I achieve this?
I am searching on the net but nothing found.
Please help me.
Thanks
0
votes
2answers
64 views
jQuery form.id vs form.id.value
I'm working on dokuwiki plugin and I've found interesting think about how js stores element id. I'm not sure what is going on... So I have a code from dokuwiki linkwiz.js file which is using to ...
0
votes
1answer
144 views
Upload file using curl command line in dokuwiki
I am trying to find a way to do this.
So far I have been able to access pages thanks to the cookie parameter:
curl -v --cookie cookies.txt --cookie-jar cookies.txt --user-agent Mozilla/4.0 --data ...
0
votes
0answers
38 views
Create multiple links automatically with a loop in Dokuwiki?
I was trying to find a way to create multiple links automatically in Dokuwiki.
I tried enabling php and using the following code:
<php>
for ( $counter = 1; $counter <= 3; $counter += 1) {
...
1
vote
1answer
22 views
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.
0
votes
1answer
51 views
Pulling wiki to html using php and javascript
I would like to change wiki syntax to html using these techniques mentioned here.
http://www.ladyada.net/library/software/wiki.html
Here is the source code of my php page which seems to work fine. ...
0
votes
1answer
53 views
How can I make dokuwiki shown as PC mode not mobile mode?
I have installed dokuwiki to my server.
It shows in mobile mode when I access to it with Android or iPhone.
But I want to show it as PC mode.
How can I?
1
vote
2answers
46 views
dokuwiki authentication from java
Here is the scenario:
I want to use docuwiki to show help and other content to users. The users are grouped by to organization. Each organization gets their own content that should be private to ...
1
vote
0answers
186 views
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, ...
0
votes
1answer
46 views
preventing from the site any external links
I am using DokuWiki and as we've tried to secure it as much as possible the best security for us to keep it's location on our server secret. Therefore we want to make sure no link can be clicked on ...
0
votes
1answer
85 views
Automatically namespace a page in Dokuwiki
Is it possible to automatically namespace the links in a page (with the pagename), in Dokuwiki?
i.e., If I create a page [[projects]] in the global namespace, and put any further links inside it
...
1
vote
0answers
74 views
Internal links in DokuWiki with markdownextra plugin to match Trunbk Notes syntax
I want to use DokuWiki as a desktop frontend to wiki files generated with the iOS app
Trunk Notes. I have installed the markdownextra plugin hoping to make DokuWiki compatible with Trunk Notes.
My ...
2
votes
2answers
204 views
Deploy Website using Git with multiple committers
I want to run a dokuwiki.org on my server. I'm using the file-based setting so there's no external database involved.
I want to setup a git repository with contains dokuwiki's data directory so ...
0
votes
2answers
143 views
how to rewrite the url if needed with apache .htaccess
I am running a dokuwiki under http://blabla.com/ and now I have the additional url http://wiki.com/
What I want is to redirect users who request http://blabla.com/test/gna or anything else to ...
0
votes
1answer
98 views
I'm trying to use dokuwiki parser engine in my website
I'm developing some website and I want to put the dokuwiki engine as a text editor,
instead of some javascript-based wysiwyg engine.
I copied the code from the link below and tried with it.
...
3
votes
2answers
479 views
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 <code>bla</code> puts code on it's ...
0
votes
1answer
176 views
How can I link from a dokuwiki wiki article to a mantis ticket?
I would like to link from a dokuwiki article to a mantis ticket and an overview of tickets
I have the latest versions of mantisbt, dokuwiki and the mantis plugin for doku wiki. Also I have integrated ...
0
votes
1answer
39 views
How to add a default group to a logged user in dokuwiki?
I have a CAS DB and installed phpCAS with CAS plugin for my wiki.
I want to add a default group to all logged users through CAS (group: user) for managing the ACL.
Does anyone know how to do it ?
...
0
votes
0answers
74 views
Dokuwiki + IIRF appends multiple _do_ commands to URL
I'm using IIRF with Dokuwiki to make the URLs pretty. But I'm having problems! Any time I go to a URL which has a "do=" query string, the resultant page then appends this to the URL. For example:
...
1
vote
1answer
169 views
DokuWiki integration with mantis fails
I try to integrate dokuwiki with mantis. -> DokuWiki Integration
I use mantis 1.1.6 and the latests dokuwiki(angua). These applications runs on apache 2.2.14, which is integrated in xampp 1.7.4
My ...
1
vote
0answers
167 views
DokuWiki - Latex - libjpeg.8.dylib requires a newer version?
I'm trying to use the LaTex-Plugin for DokuWiki. When I run the LaTeX troubleshooter I get this error:
dyld: Library not loaded: /opt/local/lib/libjpeg.8.dylib
Referenced from: ...
1
vote
1answer
371 views
dokuwiki with LDAP authentification
I've setup dokuwiki in my workplace.
I'd like to set the authentification to LDAP but I don't manage to get it to work.
My company is using OpenLDAP.
I'm not sure if it's even possible since I ...
2
votes
1answer
169 views
Options to update dokuwiki page contents programmatically
SOers!
I am having some issues with DokuWiki in the terms of content modification automatiozation. My need is to update page programmatically, in my case the data source would be text file, that ...
0
votes
1answer
260 views
PHP parse_ini_file with slashes in WINDOWS PHP 5.3.0
I am using the wiki software: dokuwiki and since installing the template: http://www.dokuwiki.org/template:monobook
I have been getting this error when testing locally using WAMP on windows 7 64bit:
...
0
votes
1answer
103 views
Disable inaccessible links in Dokuwiki?
Is there any way in Dokuwiki to make links to inaccessible articles (due to insufficient access rights) appear disabled?
I would prefer such a link to be gray and inactive, with perhaps a lock icon, ...
1
vote
3answers
431 views
Single sign-on for multiple dokuwiki installations
I have a server on which I am using dokuwiki to host both a homepage as well as a wiki. The server is available under www.domain.com and the wiki is available under wiki.domain.com. Internally both ...
0
votes
1answer
127 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
...
1
vote
1answer
187 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
411 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
230 views
CMS with flat system [closed]
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
207 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
182 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
440 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 ...
2
votes
2answers
525 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 ...
0
votes
2answers
403 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
110 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
174 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) ...
1
vote
1answer
594 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
114 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 ...
0
votes
1answer
622 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
1answer
523 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.
...
2
votes
1answer
194 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
227 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 ...
0
votes
1answer
65 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 ...