Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL 

 1) copy config.pl tjo 'tjo.pl', setup everything as wanted
 2) ?
 3) ? 
 4) ?

SAMPLE APACHE CONFIG

Remember to add correct path, also for ErrorLog, CustomLog and RewriteLog - otherwise apache will fail to restart!

 <VirtualHost *>
        ServerName local.handgranat.org
        DocumentRoot /var/www/handgranat
        # plz lat sta :3
        ErrorLog /home/wiki/logs/wiki-error.log
        CustomLog /home/wiki/logs/wiki-access.log combined
        Options All ExecCGI
        AddHandler cgi-script .cgi .pl
        AddType application/ogg .ogg
        AddType application/rdf+xml .rdf
        AddType application/x-bittorrent .torrent
        AddCharset ISO-8859-1 .html
        DirectoryIndex wiki.pl
        RewriteEngine On
        RewriteLog /home/wiki/logs/handgranat-rewrite.log
        RewriteLogLevel 0
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !.*nowiki.*
        RewriteCond %{REQUEST_FILENAME} !.*wiki.pl*
        RewriteRule ^/(.+) /wiki.pl?$1
 </VirtualHost>

<Directory /var/www/handgranat>
 Options all
</Directory>


TODO

 * Complete translation to english 
 

About

Handgranat is a yet another wiki system based on five minute hacks of oddmuse and UseModWiki

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages