This is an old revision of the document!
This wiki was originally installed to compare different wiki implementations. I found that dokuwiki is my favorite, and I'll probably not uninstall this.
To be able to add or edit pages, you have to register. To register, please send an email to wiki-registration@dlma.com with your preferred username, and I'd be happy to add you. (I used to have self-registration enabled, but began having a problem with spammers.)
This wiki was originally made with the DokuWiki 2006-02-08 developer release.
Then it was updated in place to the DokuWiki 2006-11-06 release.
Then it was ported to “Rincewind RC1” 2011-04-22. (Installed into a new location and just the data files moved over.)
Then it was ported to “Angua” 2012-01-25. (Upgraded at a new location, due to Media Manager changes.)
tpl_button('media')
to main.phpFrom that point on, I'll upgrade this way: install:upgrade.
Here are which changed I made, and which plugins I used to create this wiki:
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" /> <link rel="stylesheet" media="only screen and (max-device-width: 599px)" type="text/css" href="<?php echo DOKU_TPL?>arctic_mobile.css" />
design.css had the ordered lists style changed:
ol {list-style-type: decimal} ol ol {list-style-type: upper-alpha} ol ol ol {list-style-type: lower-alpha} ol ol ol ol {list-style-type: lower-roman}
Note: Older versions of IE don't support the -greek styles.
In order for robots to be able to find sitemap.xml.gz at the top level, I added the following rule to .htaccess:
RewriteRule ^sitemap.xml.gz$ doku.php?do=sitemap [L]