mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-08 02:55:36 +00:00
Initial commit of WebUI support for 0.6. The WebUI revision is 187.
You can start the webui by doing: $ deluge --ui web
This commit is contained in:
parent
e65d720890
commit
a5d3444fd8
100 changed files with 11463 additions and 5 deletions
13
setup.py
13
setup.py
|
@ -173,7 +173,18 @@ setup(
|
|||
"data/pixmaps/logo.svg",
|
||||
"plugins/*.egg",
|
||||
"i18n/*.pot",
|
||||
"i18n/*/LC_MESSAGES/*.mo"]},
|
||||
"i18n/*/LC_MESSAGES/*.mo",
|
||||
"ui/webui/webui_plugin/LICENSE",
|
||||
"ui/webui/webui_plugin/scripts/*",
|
||||
"ui/webui/webui_plugin/ssl/*",
|
||||
"ui/webui/webui_plugin/static/*.css",
|
||||
"ui/webui/webui_plugin/static/images/*.png",
|
||||
"ui/webui/webui_plugin/static/images/*.jpg",
|
||||
"ui/webui/webui_plugin/static/images/tango/*.png",
|
||||
"ui/webui/webui_plugin/templates/deluge/*",
|
||||
"ui/webui/webui_plugin/templates/advanced/*.html",
|
||||
"ui/webui/webui_plugin/templates/advanced/static/*"
|
||||
]},
|
||||
data_files = [('/usr/share/icons/scalable/apps', [
|
||||
'deluge/data/icons/scalable/apps/deluge.svg']),
|
||||
('/usr/share/icons/hicolor/128x128/apps', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue