From bde13cdc2247feb65414c2353e681370e96c0be2 Mon Sep 17 00:00:00 2001 From: Stephen Sugden Date: Mon, 5 Apr 2010 00:56:00 -0700 Subject: [PATCH] Add README and ignore build dir --- .gitignore | 1 + README.markdown | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 README.markdown diff --git a/.gitignore b/.gitignore index 1881ada..e67a7db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.[hm]-e +build diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..d3adca8 --- /dev/null +++ b/README.markdown @@ -0,0 +1,23 @@ +Chocolate Rain +=========== + +A Cocoa based remote front-end for rTorrent, I started this after getting extremely frustrated with wxPython on OS X while building [wrTc] + +Requires eczarny's [XMLRPC.Framework][xmlrpc] to build. + +Planned Features +------------- + - Those already implemented by [wrTc] + - Torrent File Handling + - Loading torrent from disk and sending raw data to rTorrent + - Remote Filesystem browsing + - Scheduled updates of displayed torrents + - New features + - Starting/Stopping/Removing torrents + - Filtering the torrent list (done) + - Detail view for individual torrent + +...I think the name is funny. + +[xmlrpc]: http://github.com/eczarny/xmlrpc +[wrtc]: http://github.com/grncdr/rtorrent-client