Things you need:
 - httpd
 - php4 (php5 probably doesn't work)

checkout the entire website:
 - svn co http://svn.xfce.org/svn/www/www.xfce.org/branches/new/ website

Add (something like) this to httpd.conf:
============
Listen 80
<VirtualHost *:80>
    DocumentRoot "/home/nick/websites/www.xfce.org"

    <Directory "/home/nick/websites/www.xfce.org">
        RewriteEngine On
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME}index.html !-f
        RewriteRule ^(.*)$ index.php
    </Directory>
</VirtualHost>
============

Now you should be able to run the website yourself (no mysql needed or
something like that). Please send the tarball when you're finished,
because Auke is on a xmas holiday, so svn access will take some time
:-).

Greets,
Nick
_______________________________________________
Xfce-i18n mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-i18n

Reply via email to