Menu
  • HOME
  • TAGS

Ruby XMLRPC localhost Runtime Error : Wrong Size

ruby-on-rails,ruby,xml-rpc,dokuwiki

So this localhost connection was messing up with the cookie. Apparently, even the ruby library doesn't know why, and the "Wrong size" comes from this unexpected string [random string]=deleted added at the beginning of the cookie. Unless someone can explain WHY such a string is added, I will accept my...

Lighttpd rewrite rule from .htaccess equivalent

apache,.htaccess,lighttpd,dokuwiki

After some trial and error... here is the answer for anyone running into this thread url.rewrite-once = ( "^/dw2/doku.php/(.+)?" => "/dw2/doku.php/$1?do=export_xhtml" ) I am not 100% sure that this is completely correct but it appears to deliver the desired result - appending do=export_xhtml to the supplied url....

DokuWiki Installation on Windows server 2003 using IIS problems

php,iis,permissions,windows-server-2003,dokuwiki

Browse to the dokuwiki/ directory and Check the properties of the data/ folder. Ensure that the Internet Guest Account(IUSR), the appropriate web server account or Server Group(IIS_IUSRS) has Folder level “Write” permissions to the data/ folder. Browse to the dokuwiki/ directory and Check the properties of the conf/ folder. Ensure...

CSS: splitup fields in two columns

html,css,css-float,dokuwiki

Because you didn't specified how many items you want to place in one column, I can advice on taking advantage of column-count css3 property. What it does is it will make browser to evenly distribute the content of element in exactly that number of columns. So in your case I...

how to enable MACRO feature in the Dokuwiki block

macros,dokuwiki

Looking at the code of Dokuwiki, we see that the <code> mode doesn't accept any other mode. Hence it's not possible to use another plugin inside a <code> block....