From: Bernardo Innocenti <bernie@trinity.develer.com>
Date: Sun, 9 Sep 2007 19:07:45 +0000 (+0200)
Subject: Rename remaining instances.
X-Git-Tag: v2.0~10
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=64737bb01dc7cf5cb5759f7a077e8edbede2dbca;p=geekigeeki.git

Rename remaining instances.
---

diff --git a/geekigeeki.py b/geekigeeki.py
index e7001ab..99234c5 100755
--- a/geekigeeki.py
+++ b/geekigeeki.py
@@ -663,7 +663,7 @@ try:
     date_fmt = '%a %d %b %Y'
     datetime_fmt = '%a %d %b %Y %I:%M %p'
     show_hosts = True                       # show hostnames?
-    css_url = '../wikidata/pikiplus.css'    # stylesheet link, or ''
+    css_url = '../wikidata/geekigeeki.css'  # optional stylesheet link
     nonexist_qm = False                     # show '?' for nonexistent?
     post_edit_hook = './post_edit_hook.sh'
 
diff --git a/wiki_apache.conf b/wiki_apache.conf
index 0666594..a4725ef 100644
--- a/wiki_apache.conf
+++ b/wiki_apache.conf
@@ -1,5 +1,5 @@
 # Where the wiki should appear
-ScriptAlias /wiki /home/bernie/public_html/wiki/pikiplus.py
+ScriptAlias /wiki /home/bernie/public_html/wiki/geekigeeki.py
 
 # Path to gitweb scriopt to browse the wiki
 ScriptAlias /wikigit /home/bernie/public_html/wiki/gitweb.cgi