summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-10-23 23:53:06 +0100
committerNick White <git@njw.me.uk>2010-10-23 23:53:06 +0100
commit75645602dd70f079ccf550bb5e90dffc21693429 (patch)
tree82131524085a56fc9b8ba340c98696c80e062eae /BUGS
parentb5fdff68dec57116a092b08a99f1f4504da8881c (diff)
Update to run in a function, lots of doc additions
- Updated readable to run from one function, so returns work nicely now, and things are generally cleaner. - Added a readme - Added a doap rdf file - Added webpage generation to the makefile
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUGS b/BUGS
deleted file mode 100644
index 9a44697..0000000
--- a/BUGS
+++ /dev/null
@@ -1,2 +0,0 @@
-At the moment we're returning without being in a function, which is wrong. Just want to stop execution of the script...
- consider wrapping in a function, and calling that from the bookmarklet (will this work with uzbl? - maybe we can do some sort of __main__() thing?)