Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Damien Churchill 4ab5c6d9de web: fix selecting the active tab
Fix selecting the active tab in the details panel, it seems that
the activeTab property wasn't working so explicitly call
setActiveTab after adding in the various panels.
2011-10-05 01:54:33 +01:00
deluge web: fix selecting the active tab 2011-10-05 01:54:33 +01:00
docs Fix `man deluged` not showing '-u' on its own line 2010-08-20 01:15:27 +10:00
win32 update bbfreeze script 2010-10-29 10:11:40 +01:00
.gitattributes Use the python diff for *.py 2010-03-27 18:51:50 -07:00
.gitignore Fix i18n sub-dir issue in gitignore 2011-07-28 22:56:22 +01:00
ChangeLog Merge branch 'master' into plugins-namespace 2011-06-03 17:48:22 +01:00
DEPENDS Add intltool to dependencies 2011-07-13 23:27:00 +01:00
LICENSE Update LICENSE in trunk too.. 2009-04-06 21:17:26 +00:00
MANIFEST.in exclude some more things from the sdist 2009-11-25 18:37:40 +00:00
README pixmaps and icons moved to ui/data, all necessary references changed. 2011-05-30 17:57:39 +01:00
check_glade.sh Localize the Desktop file 2011-07-13 21:49:25 +01:00
create_potfiles_in.py Localize the Desktop file 2011-07-13 21:49:25 +01:00
createicons.sh pixmaps and icons moved to ui/data, all necessary references changed. 2011-05-30 17:57:39 +01:00
ez_setup.py Update setuptools version in ez_setup 2011-06-02 21:50:38 +01:00
get_libtorrent.sh change default version to 0.15 2010-07-22 18:18:15 +01:00
gettextize.sh Localize the Desktop file 2011-07-13 21:49:25 +01:00
msgfmt.py Modify setup scripts to be executable 2011-05-21 18:54:15 +01:00
setup.cfg Add a 'build_docs' command to build the documentation 2009-07-22 23:04:48 +00:00
setup.py Fix path for desktop file 2011-07-29 20:56:48 -07:00

README

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

Homepage: http://deluge-torrent.org

Authors:
    Andrew Resch
    Damien Churchill

For past developers and contributers see: http://dev.deluge-torrent.org/wiki/About

==========================
License
==========================
Deluge is under the GNU GPLv3 license.
Icon ui/data/pixmaps/deluge.svg and derivatives in ui/data/icons are copyright
Andrew Wedderburn and are under the GNU GPLv3.
All other icons in ui/data/pixmaps are copyright Andrew Resch and are under
the GNU GPLv3.

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

We have two options available for support:

	Our Forum, at: http://forum.deluge-torrent.org
		or
	Our IRC Channel, at #deluge on Freenode: http://freenode.net

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

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

See: DEPENDS for a full list of dependencies.

First, make sure you have the proper build dependencies installed.  On a normal
Debian or Ubuntu system:

sudo apt-get install g++ make python-all-dev python-all python-dbus \
    python-gtk2 python-notify librsvg2-common python-xdg python-support \
    subversion libboost-dev libboost-python-dev \
    libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
    libssl-dev zlib1g-dev python-setuptools \
    python-mako python-twisted-web python-chardet python-simplejson

The names of the packages may vary depending on your OS / distro.

Once you have the needed libraries installed, build and install by running:

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

==========================
FAQ
==========================

How to start the various user-interfaces

    Gtk:
        deluge-gtk
    Console:
        deluge-console
    Web:
        deluge-web
        Go to http://localhost:8112/ default-password = "deluge"

Why is deluge still listed in my system tray even after I close it ?

    You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.

How do I start the daemon?

    deluged

How do I start the daemon with logging to console?

    deluged -d -L <log level>

I can't connect to the daemon from another machine

    * Configure the daemon to allow remote connections
    * Add a user to the auth file located in the config folder: ~/.config/deluge/auth
    * Restart the daemon.

I upgraded from 0.5 and plugin x is missing

    1.0 is a rewrite, all old 0.5 plugins have to be rewritten.

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