Merge branch 'master' of /git/dsa-wiki
authorMartin Zobel-Helas <zobel@draghi.debian.org>
Sat, 6 Jun 2009 21:31:32 +0000 (21:31 +0000)
committerMartin Zobel-Helas <zobel@draghi.debian.org>
Sat, 6 Jun 2009 21:31:32 +0000 (21:31 +0000)
1  2 
bin/update-wiki

diff --combined bin/update-wiki
@@@ -3,8 -3,8 +3,8 @@@
  set -e
  umask 0002
  
 -WC="/org/dsa.debian.org/dsa-wiki"
 -DEST="/org/dsa.debian.org/htdocs"
 +WC="/srv/dsa.debian.org/dsa-wiki"
 +DEST="/srv/dsa.debian.org/htdocs"
  URL="http://dsa.debian.org/"
  UPDATE=1
  
@@@ -21,6 -21,8 +21,8 @@@ env -i ikiwiki 
        --templatedir "$WC/templates" \
        --no-discussion \
        --rebuild \
+         --atom \
+         --rss \
        --plugin template \
        --plugin toggle \
        --plugin inline \