Dies ist eine alte Version des Dokuments!
This pages replaces beckisownwiki
This manual presumes that you saved a copy of the original config files with the extension .org
before you made any changes!
merge <file> old/<file>.org old/<file>
lib/images/interwiki
lib/images/smileys
newDokuwiki/
recursively to root:root
newDokuwiki/conf
, newDokuwiki/data
and newDokuwiki/lib
recursively to the ID of your webserver eg. apache:apache
cp -a oldDokuwiki/data/attic/* newDokuwiki/data/attic cp -a oldDokuwiki/data/pages/* newDokuwiki/data/pages cp -a oldDokuwiki/data/media/* newDokuwiki/data/media cp -a oldDokuwiki/data/meta/* newDokuwiki/data/meta
See also Upgrading Configuration Files with a three-way File Merge & http://www.dokuwiki.org/install:diffupgrade
Move content from beckisownwiki to here!
dokuwiki/conf/interwiki.conf
dokuwiki/lib/images/interwiki
. Possible formats: .gif and .png, but not .ico (Tested with version 2007-06-26b)rm -rf dokuwiki/data/cache/*
See also http://www.dokuwiki.org/interwiki
Still necessary?
Just install the linebreak plugin. No additional config is necessary.
Make sure that .htaccess file is respected with
<Directory /path/to/dokuwiki> AllowOverride All </Directory>
or
<Directory /var/www/htdocs> AllowOverride All </Directory>
in /etc/apache/httpd.conf
Uncomment everything beginning with #Rewrite…
in /var/www/htdocs/dokuwiki/.htaccess
, but not the line #RewriteBase /dokuwiki
.
Enable rewriting in admin config menu by setting it to type 1
See also: wiki:rewrite
lib/tpl/default/design.css — 2007-01-06 17:16
diff design.css.org design.css
465a466 > color: darkblue;