slitaz-forge rev 439

Small tipo and update to README
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 20 23:58:34 2014 +0100 (2014-01-20)
parents 190b0c888e7a
children d86180a82d8f
files README tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/README	Mon Jan 20 23:48:53 2014 +0100
     1.2 +++ b/README	Mon Jan 20 23:58:34 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  These repos provide all files, themes and custom packages used by the SliTaz 
     1.5  network.
     1.6  
     1.7 +
     1.8   * doc    : Use Dokuwiki
     1.9   * forum  : Use BBpress
    1.10 - * labs   : Use Redmine
    1.11   * scn    : Use Wordpress
    1.12   * people : Own php/html code
    1.13   * boot   : Own php/html code
    1.14 + * bugs   : Own CGI/SHell code aka TazBug
    1.15 +
    1.16  
    1.17  To update or fix a theme, please test it well before committing and then 
    1.18  notify <pankso at slitaz.org> who will update the modified theme.
     2.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Mon Jan 20 23:48:53 2014 +0100
     2.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Mon Jan 20 23:58:34 2014 +0100
     2.3 @@ -148,7 +148,7 @@
     2.4  
     2.5  # tinycm.slitaz.org - TinyCM official website
     2.6  #
     2.7 -$HTTP["host"] =~ "tiny\.slitaz\.org$" {
     2.8 +$HTTP["host"] =~ "tinycm\.slitaz\.org$" {
     2.9    server.document-root = "/home/slitaz/www/tinycm"
    2.10    server.errorlog = "/var/log/lighttpd/tinycm.slitaz.org-error.log"
    2.11    accesslog.filename = "/var/log/lighttpd/tinycm.slitaz.org-access.log"