mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Fixup old wiki links
This commit is contained in:
parent
878ba2254a
commit
1d37de7061
3 changed files with 15 additions and 13 deletions
|
@ -21,6 +21,7 @@ The [libtorrent](http://www.libtorrent.org) library is a huge part of Deluge and
|
|||
## What about features?
|
||||
|
||||
Deluge has a wide-array of features, including:
|
||||
|
||||
* Core/UI split allowing Deluge to run as a daemon
|
||||
* Connect remotely to the Deluge daemon
|
||||
* Web UI
|
||||
|
@ -42,4 +43,4 @@ Deluge has a wide-array of features, including:
|
|||
* Other [libtorrent features](http://www.rasterbar.com/products/libtorrent/features.html)
|
||||
* And much more!
|
||||
|
||||
['Download'] the latest release and give it a try!
|
||||
[Download](/download) the latest release and give it a try!
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
* [Forum](http://forum.deluge-torrent.org) - Forum for support and discussion
|
||||
|
||||
* [irc://irc.libera.chat/deluge IRC] - IRC chat in **#deluge** on **irc.libera.chat**
|
||||
* [IRC](irc://irc.libera.chat/deluge) - IRC chat in **#deluge** on **irc.libera.chat**
|
||||
|
||||
* [Deluge-Dev Mailing List](http://groups.google.com/group/deluge-dev) - Development Mailing List
|
|
@ -8,14 +8,14 @@
|
|||
|
||||
Common startup errors with solutions:
|
||||
|
||||
`ImportError: No module named libtorrent`::
|
||||
You need to install [libtorrent-rasterbar](http://www.rasterbar.com/products/libtorrent/).
|
||||
* `ImportError: No module named libtorrent`
|
||||
* You need to install [libtorrent-rasterbar](http://www.rasterbar.com/products/libtorrent/).
|
||||
|
||||
`gobject.GError: Unrecognised image file format`::
|
||||
You need to install SVG support. On !Debian/Ubuntu, the package is `librsvg2-common`.
|
||||
* `gobject.GError: Unrecognised image file format`
|
||||
* You need to install SVG support. On !Debian/Ubuntu, the package is `librsvg2-common`.
|
||||
|
||||
Windows OS: `Deluge not starting` or `Error:14001 side-by-side configuration`::
|
||||
Install *vcredist_x86.exe*: [Visual C++ 2008 SP1 Redistributable Package](https://www.microsoft.com/en-us/download/details.aspx?id=26368)
|
||||
* Windows OS: `Deluge not starting` or `Error:14001 side-by-side configuration`
|
||||
* Install *vcredist_x86.exe*: [Visual C++ 2008 SP1 Redistributable Package](https://www.microsoft.com/en-us/download/details.aspx?id=26368)
|
||||
|
||||
**For any other issues not solved here see** [Bug Reporting](/contributing/bugreporting) **and follow the detailed steps.**
|
||||
|
||||
|
@ -29,10 +29,11 @@ Otherwise make sure you've followed the [thin client userguide](/userguide/thinc
|
|||
|
||||
See [Bug Reporting](/contributing/bugreporting)
|
||||
|
||||
```comment
|
||||
<!--
|
||||
This is currently not the case.
|
||||
|
||||
~~If you are on Windows, the debug logs are located in your [wiki:Faq#WheredoesDelugestoreitssettings settings folder] under the names `deluged.log` and `deluge.log`.~~
|
||||
```
|
||||
--->
|
||||
|
||||
If you are pasting the log on the forums, please use the `[code][/code]` tags.
|
||||
|
||||
|
@ -71,9 +72,8 @@ There is a bug in the way GTK sets language on Windows but there are several wor
|
|||
Save the file as `Deluge.cmd` in the same folder as `Deluge.exe`. Create a shortcut to the .cmd file and use it to start Deluge.
|
||||
|
||||
* To force the use of English only, delete the following language files from Deluge program folder:
|
||||
`C:\Program Files\Deluge\deluge-1.3.x-py2.x.egg\deluge\i18n`
|
||||
|
||||
`C:\Program Files\Deluge\share\locale`
|
||||
* `C:\Program Files\Deluge\deluge-1.3.x-py2.x.egg\deluge\i18n`
|
||||
* `C:\Program Files\Deluge\share\locale`
|
||||
|
||||
# Deluge Version
|
||||
|
||||
|
@ -120,6 +120,7 @@ deluge -L <loglevel> -l <logfile>
|
|||
```
|
||||
|
||||
## Available Log levels
|
||||
|
||||
* `none`
|
||||
* `critical`
|
||||
* `error`
|
||||
|
|
Loading…
Add table
Reference in a new issue