No description
Find a file
2016-05-24 21:10:52 +02:00
deluge [UI] Reduce ui.client log verbosity 2016-05-24 21:10:52 +02:00
docs [Docs] Autogenerate module docs with apidoc 2016-05-22 12:11:41 +01:00
packaging [#2828] [Packaging] Fix ImportError with setuptools version > 18.8 2016-05-19 17:21:19 +01:00
.gitattributes
.gitignore [Docs] Autogenerate module docs with apidoc 2016-05-22 12:11:41 +01:00
.pylintrc
.travis.yml [Tox] [Travis] Fixes to test config 2016-05-22 12:11:41 +01:00
AUTHORS
ChangeLog
DEPENDS
gen_web_gettext.py [WebUI] Update gettext script to find any missed marked-up text 2016-05-14 11:16:28 +01:00
generate_pot.py
LICENSE
MANIFEST.in
minify_web_js.py [WebUI] Print error if minify script encounters error with closure 2016-05-19 15:47:15 +01:00
msgfmt.py
README.rst
setup.cfg [Lint] Use a shorter line length for isort 2016-05-18 10:55:01 +01:00
setup.py [Docs] Autogenerate module docs with apidoc 2016-05-22 12:11:41 +01:00
tox.ini [Tests] Update comments in tox.ini 2016-05-22 12:43:07 +01:00
version.py

=========================
 Deluge BitTorrent Client
=========================

|build-status| |docs|

Homepage: http://deluge-torrent.org

Authors:
    Andrew Resch
    Damien Churchill

For contributors and past developers see: 
    AUTHORS

==========================
Installation Instructions:
==========================

For detailed instructions see: http://dev.deluge-torrent.org/wiki/Installing/Source

Ensure build dependencies are installed, see DEPENDS for a full listing.

Build and install by running::

    $ python setup.py build
    $ sudo python setup.py install

================
Contact/Support:
================

:Forum: http://forum.deluge-torrent.org
:IRC Channel: #deluge on irc.freenode.net

===
FAQ
===

For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq

How to start the various user-interfaces:
    Gtk::

        deluge or deluge-gtk

    Console::

        deluge-console

    Web::

        deluge-web
        Go to http://localhost:8112/ default-password = "deluge"

How do I start the daemon?:
    deluged

I can't connect to the daemon from another machine:
    See: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient


.. |build-status| image:: https://travis-ci.org/deluge-torrent/deluge.svg
    :target: https://travis-ci.org/deluge-torrent/deluge

.. |docs| image:: https://readthedocs.org/projects/deluge/badge/?version=develop
    :target: https://readthedocs.org/projects/deluge/?badge=develop
    :alt: Documentation Status