push @stylesheets, "/common.css";
our \$favicon = '/assets/favicon.png';
# default is 25, cuts off descriptions.
-our $projects_list_description_width = 40;
+our \$projects_list_description_width = 40;
# a bit superflous since they are all me
-our $omit_owner = true;
+our \$omit_owner = true;
# highlight scripts with no extension, uses a patch
# that is on it's way upstream.
-our $highlight_force = 1;
+our \$highlight_force = 1;
EOF
apache-site - $domain <<EOF