Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorChris Ball <cjb@thunk.(none)>2008-05-13 03:57:22 (GMT)
committer Chris Ball <cjb@thunk.(none)>2008-05-13 03:57:22 (GMT)
commit6f06602b38baddaaa4f9c72d42341574c79390ab (patch)
tree33c63e51105b458fdb50b80dffb236b639df2a8f /activity.py
parentf570d688146f260a9c29d8bd2eccb3aefb7b123b (diff)
Add static content; release.
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 56acdfe..c4b363f 100644
--- a/activity.py
+++ b/activity.py
@@ -32,7 +32,7 @@ from searchtoolbar import SearchToolbar
# Default settings.
HTTP_PORT = '8000'
WIKIDB = '40ormore.xml.bz2'
-HOME_PAGE = '/wiki/Peru'
+HOME_PAGE = '/static/index.html'
# Activity class, extends WebActivity.
class WikipediaActivity(webactivity.WebActivity):
@@ -56,4 +56,4 @@ class WikipediaActivity(webactivity.WebActivity):
def kill_server(self):
print "Stopping server...\n"
os.kill(self.server_pid, signal.SIGHUP)
- \ No newline at end of file
+