Updated the oblique, web services, manifest link.
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,11 +3,11 @@
|
|||||||
# Licensed under the Eiffel Forum License 2.
|
# Licensed under the Eiffel Forum License 2.
|
||||||
|
|
||||||
archive: ;
|
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
|
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
|
||||||
|
|
||||||
ci: ;
|
ci: ;
|
||||||
hg ci
|
# hg ci
|
||||||
git commit -a && git push origin master
|
git commit -a && git push origin master
|
||||||
|
|
||||||
log: ;
|
log: ;
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ http://inamidst.com/phenny/
|
|||||||
import re, urllib
|
import re, urllib
|
||||||
import web
|
import web
|
||||||
|
|
||||||
# definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions'
|
definitions = 'http://wiki.github.com/nslater/oblique/'
|
||||||
definitions = 'http://wiki.github.com/nslater/phenny-ws/'
|
|
||||||
|
|
||||||
r_item = re.compile(r'(?i)<li>(.*?)</li>')
|
r_item = re.compile(r'(?i)<li>(.*?)</li>')
|
||||||
r_tag = re.compile(r'<[^>]+>')
|
r_tag = re.compile(r'<[^>]+>')
|
||||||
|
|||||||
Reference in New Issue
Block a user