Dies ist eine alte Version des Dokuments!
Tips and Howtos for installation, update and modifications on web based applications. Targeted mainly for a LAMP system.
Check
All is done on Drupal 6.9 / information source (screencast) / General info
Content (and optionally Number, Option widgets & Text for later usage)Calendar, Date, Date API & Date TimezoneViews & Views UIDate: Date Content: Datum (field_datum value)Node: Title (remove date field)Content: Datum (field_datum value) ascNode: TitleContent: Datum (field_datum value) ShortNode: Published YesDate: Date Content: Datum (field_datum value) >= nowREADME.TXT of the Module Administer → Modulesfckeditor access permissions for user with story/page write access (eg. self-created role authors) and authenticated usersAdminister → FCKeditor, allow authors to use the advanced profile and optionally authenticated users to use the default profileAdminister → Input formats Filtered HTML the default format<p> <br /> to the list of allowed HTML tags in Filtered HTML Full HTMLFCKConfig.ProcessHTMLEntities = false; to the file /sites/all/modules/fckeditor/fckeditor.config.js (Source: REAMDE of fckeditor drupal module)The image module is easy to use and allows to add one image per node. See Attaching images to other nodes.
drwxr-sr-x instead of drwxr-xr-xregister_globals being illegally on. You can check this by creating a file containing „<?php phpinfo(); ?>“ inside the drupal directory on your server. You can switch to PHP5 by adding the line „AddHandler php-fastcgi5 .php .php5“ to the file .htaccess in the drupal directory.Obsolete instructins for drupal 5.2:
@localhost in the SQL statement mysql.user.Host)Update: It seems to be better to select the default language at installation (Drupal 6.9) — 2009-01-19
This refers to Drupal 6.2:
Some modules need to be triggered periodically. This is done by calling the script /drupal/cron.php with lynx. Therfore add a hourly conjob. With Slackware this is achieved by simply creating and making runnable /etc/cron.hourly/drupal whith the following content:
#!/bin/bash lynx -source http://localhost/drupal/cron.php
This paragraph is obsolete!
Download tinymce module and follow the instructions in INSTALL.txt and optionally at the Drupal Handbook
Notes:
Views exporterlib/images/interwikilib/images/smileysnewDokuwiki/ recursively to root:rootnewDokuwiki/conf, newDokuwiki/data and newDokuwiki/lib recursively to the ID of your webserver eg. apache:apachecp -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
cd oldDokuwiki diff -u $file.org $file > $file.diff cp $file.diff newDokuwiki cd newDokuwiki patch < $file.diff
dokuwiki/conf/interwiki.confdokuwiki/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;
Webadmin is a simple Web-based file manager (with text edit function).
I tweaked the text editor part to suit better to my requierements. I needed:
The following steps are required:
Serarch for „charset“ and replace all charsets to UTF-8
textarea an replace
from off to on
case: edit and 
Possible untested alternatives to webadmin are ide.php, Ve-EDIT, codepress, ecco
Search („web based“ OR webbased OR „web-based“ OR online) AND 1) editor OR ide)