Skip to content

Commit aa933fe

Browse files
author
Matt George
committed
added some more information to the README
1 parent 7571535 commit aa933fe

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.markdown

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyRes - a Resque clone
1+
Pyres - a Resque clone
22
======================
33

44
[Resque](http://github.com/defunkt/resque) is a great implementation of a job queue by the people at github. It's written in ruby, which is great, but I primarily work in python. So I took on the task of porting over the code to python and PyRes was the result
@@ -16,6 +16,23 @@ Because of some differences between ruby and python, there are a couple of place
1616
3. Run nose: `$ nosetests` Or more verbosely: `$ nosetests -v`
1717

1818

19+
##Mailing List
20+
21+
To join the list simply send an email to <[email protected]>. This
22+
will subscribe you and send you information about your subscription,
23+
include unsubscribe information.
24+
25+
The archive can be found at <http://librelist.com/browser/>.
26+
27+
28+
## Information
29+
30+
* Code: `git clone git://github.com/binarydud/pyres.git`
31+
* Home: <http://github.com/binarydud/pyres>
32+
* Docs: <http://binarydud.github.com/pyres/>
33+
* Bugs: <http://github.com/binarydud/pyres/issues>
34+
35+
1936
## TODO
2037

2138
Stabalize the api.

0 commit comments

Comments
 (0)