diff options
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | README.md | 22 |
2 files changed, 19 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 7edc5e9..11e8123 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,9 @@ # Object files and libraries *.o *.a + +# Target binaries +btpd/btpd +cli/btcli +info/btinfo + diff --git a/README.md b/README.md index 438da71..797bb4e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ BitTorrent Protocol Daemon * [Upgrade from old versions](#upgrade-from-old-versions) * [Pre exit mode](#pre-exit-mode) * [Using both IPv6 and IPv4](#using-both-ipv6-and-ipv4) +5. [Contact](#contact) ## Introduction @@ -69,14 +70,12 @@ don't have to keep the torrent file once you've added it. The up- and download progress can be followed by using the `btcli stat` command. Both the list and stat commands use the following indicators to display the state of a torrent: -``` -+ the torrent is starting. This may take time if btpd needs to test - the content of this torrent or one started before it. -- the torrent is being stopped. -I the torrent is inactive. -S btpd is seeding the torrent. -L btpd is leeching the torrent. -``` + +* `+` - the torrent is starting. This may take time if btpd needs to test the content of this torrent or one started before it. +* `-` - the torrent is being stopped. +* `I` - the torrent is inactive. +* `S` - btpd is seeding the torrent. +* `L` - btpd is leeching the torrent. You can stop an active torrent with `btcli stop` and, of course, start an inactive torrent by using `btcli start`. @@ -208,7 +207,7 @@ possible clues. ### Requirements -You should have a *BSD, Linux or sufficiently similar system. +You should have a BSD, Linux or sufficiently similar system. Make sure you have recent versions of the following software: * OpenSSL - Get at http://www.openssl.org/ @@ -251,3 +250,8 @@ used in favour of the IPv4 one. In order to fix this problem, the IP version options should be changed to be per torrent, in some future version of btpd. + +## Contact + +If you wish to get in touch to get help, contribute or just say hi, don't +hesitate to come to our IRC channel [#btpd on freenode](irc://chat.freenode.net/%23btpd). |