git instead of subversion
add # in cgi file 
diff --git a/src/site/apt/developers/publishing-site.apt b/src/site/apt/developers/publishing-site.apt
index 7b43730..7b229f5 100644
--- a/src/site/apt/developers/publishing-site.apt
+++ b/src/site/apt/developers/publishing-site.apt
@@ -38,9 +38,9 @@
 
   To edit and publish the site, do the following:
 
-    [[1]] Checkout the source code from Subversion (if you follow the
-          instructions in {{{./building.html} Building Archiva}}, you will
-          already have it.
+    [[1]] Checkout the source code from Git (if you follow the
+          instructions in {{{./building.html} Building Archiva}}, you know
+          how to have it.
 
     [[2]] Make edits and check them using <<<mvn site>>> or <<<mvn
           site:run>>> until satisfied.
diff --git a/src/site/resources/download.cgi b/src/site/resources/download.cgi
index 495cde1..20d30e5 100755
--- a/src/site/resources/download.cgi
+++ b/src/site/resources/download.cgi
@@ -1,4 +1,5 @@
 #!/bin/sh
 # Just call the standard mirrors.cgi script. It will use download.html
 # as the input template.
+#
 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file
diff --git a/src/site/resources/index.cgi b/src/site/resources/index.cgi
index a92be9b..924a78d 100755
--- a/src/site/resources/index.cgi
+++ b/src/site/resources/index.cgi
@@ -1,2 +1,3 @@
 #!/bin/sh
+#
 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file