Author: glen Date: Tue Sep 27 14:14:41 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - justify my packaging
---- Files affected: SOURCES: drupal.PLD (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/drupal.PLD diff -u /dev/null SOURCES/drupal.PLD:1.1 --- /dev/null Tue Sep 27 16:14:41 2005 +++ SOURCES/drupal.PLD Tue Sep 27 16:14:36 2005 @@ -0,0 +1,16 @@ +About Drupal PLD packaging. + +I've attempted to make drupal packages with security in mind that code and html +documents are separated. + +Therefore the files needed for web access are in separate htdocs/ directory and +as drupal is not designed itself with such layout in mind, there are symlinks +pointing to web root in modules dir. Could have accomplished this with +patching, but that would need too much research how the drupal works. + +With this packaging logic You can easily setup your Drupal instance with +non-Apache web server (like lighttpd) just pointing the document root to +/usr/share/drupal/htdocs. + +Only exception for now is tinymce module which creates alias to shared tinymce +package. but that single alias is easy to add at least in lighttpd. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
