Updated the oblique, web services, manifest link.

This commit is contained in:
Sean B. Palmer
2010-04-03 19:25:50 +01:00
parent b4c7019d53
commit b45c1e94f7
2 changed files with 3 additions and 4 deletions

View File

@@ -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'<[^>]+>')