User Tools

Site Tools


about
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
about [2011/09/22 00:48] – [Customizations] dblume
Line 1: Line 1:
 +===== About This Wiki =====
 +
 +This wiki was originally installed to compare different wiki implementations.  I found that dokuwiki is my favorite, and I'll probably not uninstall this.
 +
 +===== Terms =====
 +
 +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.)
 +
 +===== Customizations =====
 +
 +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.\\
 +Finally, it was ported to "Rincewind RC1" 2011-04-22. (Installed into a new location and just the data files moved over.)\\
 +From that point on, I'll upgrade this way: [[doku>install:upgrade]].
 +
 +
 +Here are which changed I made, and which plugins I used to create this wiki:
 +
 +  * The [[doku>plugin:sidebarng|sidebarng plugin]]. With certain CSS improvements: I made the sidebar units ems and set a constant width to the sidebar in ems.  Now user sizing is better supported, and expanding the width of the page doesn't waste space in the sidebar.  Also, had to remove the css clear attribute from some other elements (H1, %%TOC%%, etc.) )
 +    * Note: I originally used this [[http://wiki.jalakai.co.uk/dokuwiki/doku.php|Sidebar Template]] and [[sidebar:sidebar-css-bug|made adjustments]].
 +  * Added the image in the [[doku>tips:image-in-the-upper-right-corner|corner]] of the page.
 +    * Had to adjust an .htaccess in the path to the logo.png.
 +  * Added a [[http://blog.slucas.fr/en/oss/dokuwiki-arctic-mobile|mobile style]], which meant adding a style to lib/tpl/sidebar, and the following lines in main.php:
 +
 +<file html>
 +    <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" />
 +</file>
 +
 +  * Using the [[doku>plugin:indexmenu]] plugin.
 +  * Got rid of the licenseok warning in inc/html.php
 +
 +design.css had the **ordered lists style** changed:
 +
 +<code css>
 +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}
 +</code>
 +
 +**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:
 +
 +<code>
 +RewriteRule ^sitemap.xml.gz$          doku.php?do=sitemap  [L]
 +</code>
 +
 +~~NOTOC~~
  
about.txt · Last modified: 2023/04/13 00:07 by dblume