[Xfce-i18n] Translating the new website

Nick Schermer nickschermer at gmail.com
Wed Dec 13 14:29:27 CET 2006


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



More information about the Xfce-i18n mailing list