mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-25 02:39:16 +00:00
Calum Lind
ee354eb107
[WebUI] Keep debug js in packaging and fix script lookup
Packaging: - Decided that the debug files are useful for end-user so keep them in package installation. For debug script_type to be usable all debug file need to be avaialble so extjs debug files also included. Script type selection: - Fixed dev and debug request args to be properly decoded on Python 3, otherwise comparison would fail and allowed any case for values. - Modified the choosing of the script type to pick debug if specified as previously always choosing dev type if dev version was True. A rare scenario but useful but now debug is used if specified otherwise use dev. - Changed the order when looking for alternative script types to start with dev so that if debug is specified but missing it uses a similar script type as previously would fallback to normal which is likely undesired.
========================= 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
Description
Deluge BitTorrent client - Git mirror, PRs only
https://www.deluge-torrent.org
Languages
Python
75.6%
JavaScript
15.3%
CSS
8.3%
Shell
0.4%
NSIS
0.3%
Other
0.1%