summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2010-04-03 19:25:50 +0100
committerSean B. Palmer <sbp@aldebaran.local>2010-04-03 19:25:50 +0100
commitb45c1e94f7355418b432eef84ae70a4d0c7d1ada (patch)
tree50958fa3209935a86bac25eb91e158d5807c063f
parentb4c7019d53eea1e642579fa87f5b0b0431e4aa6a (diff)
downloadbot-b45c1e94f7355418b432eef84ae70a4d0c7d1ada.tar.gz
bot-b45c1e94f7355418b432eef84ae70a4d0c7d1ada.tar.bz2
bot-b45c1e94f7355418b432eef84ae70a4d0c7d1ada.zip
Updated the oblique, web services, manifest link.
-rw-r--r--Makefile4
-rwxr-xr-xmodules/oblique.py3
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0e02111..c53623a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,11 @@
# Licensed under the Eiffel Forum License 2.
archive: ;
- hg archive -t tbz2 phenny-hg.tar.bz2
+ # hg archive -t tbz2 phenny-hg.tar.bz2
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
- hg ci
+ # hg ci
git commit -a && git push origin master
log: ;
diff --git a/modules/oblique.py b/modules/oblique.py
index 835862a..26b9256 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -10,8 +10,7 @@ http://inamidst.com/phenny/
import re, urllib
import web
-# definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions'
-definitions = 'http://wiki.github.com/nslater/phenny-ws/'
+definitions = 'http://wiki.github.com/nslater/oblique/'
r_item = re.compile(r'(?i)<li>(.*?)</li>')
r_tag = re.compile(r'<[^>]+>')