== Browsing == Click on sdl.wiki == Creating the mirror == ./mirror_refresh.sh build == Refreshing the mirror from the source wiki's RSS feed == ./mirror_refresh.sh refresh == Installing the browser == aptitude install libapache2-mod-python cd /var/www/ ln -s prog/mirror_view.py . echo "IgnoreIndex data" >> .htaccess In /etc/apache2/sites-availables/default AddHandler mod_python .wiki #PythonHandler mod_python.publisher PythonHandler mirror_view PythonDebug On