diff --git a/docs/about.md b/docs/about.md index 38c5e3f04..465667426 100644 --- a/docs/about.md +++ b/docs/about.md @@ -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! \ No newline at end of file +[Download](/download) the latest release and give it a try! \ No newline at end of file diff --git a/docs/contactus.md b/docs/contactus.md index 6c46b2426..2bba8803a 100644 --- a/docs/contactus.md +++ b/docs/contactus.md @@ -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 \ No newline at end of file diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 8e546fd1b..d20c14db8 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 + 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 -l ``` ## Available Log levels + * `none` * `critical` * `error`