[Docs] Fixes for spelling
Running on Ubuntu Xenial results in spelling warnings so update wordlist.
This commit is contained in:
parent
c1ba403d4e
commit
3365201011
|
@ -61,7 +61,8 @@ which is adhered to with [Black].
|
||||||
pylint deluge
|
pylint deluge
|
||||||
pylint deluge/plugins/\*/deluge/
|
pylint deluge/plugins/\*/deluge/
|
||||||
|
|
||||||
- Using the [pre-commit] app can aid in identifying issues while creating git commits.
|
- Using the [pre-commit] application can aid in identifying issues while
|
||||||
|
creating git commits.
|
||||||
|
|
||||||
#### Strings and bytes
|
#### Strings and bytes
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@ a `curl.cfg` files and put the following contents in it:
|
||||||
|
|
||||||
To pretty-print the JSON result see: <https://stackoverflow.com/q/352098/175584>
|
To pretty-print the JSON result see: <https://stackoverflow.com/q/352098/175584>
|
||||||
|
|
||||||
## Login to Web UI
|
## Log in to Web UI
|
||||||
|
|
||||||
Login to the Web UI and get session cookie:
|
Log in to the Web UI and get session cookie:
|
||||||
|
|
||||||
curl -d '{"method": "auth.login", "params": ["deluge"], "id": 1}' -K curl.cfg
|
curl -d '{"method": "auth.login", "params": ["deluge"], "id": 1}' -K curl.cfg
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
- Sub-directories correspond to _major.minor_ version e.g. all `2.0.x` patch
|
- Sub-directories correspond to _major.minor_ version e.g. all `2.0.x` patch
|
||||||
releases are stored in `source/2.0`.
|
releases are stored in `source/2.0`.
|
||||||
- Change release version in `version` files.
|
- Change release version in `version` files.
|
||||||
- Run `trigger-deluge` to sync OSUOSL ftp site.
|
- Run `trigger-deluge` to sync OSUOSL FTP site.
|
||||||
- Create packages (Ubuntu, Windows, OSX).
|
- Create packages (Ubuntu, Windows, OSX).
|
||||||
- Ubuntu: <https://code.launchpad.net/~deluge-team/+recipe/stable-releases>
|
- Ubuntu: <https://code.launchpad.net/~deluge-team/+recipe/stable-releases>
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ Download the latest git code to local folder.
|
||||||
### Create Python virtual environment
|
### Create Python virtual environment
|
||||||
|
|
||||||
Creation of a [Python virtual environment] keeps the development isolated
|
Creation of a [Python virtual environment] keeps the development isolated
|
||||||
and easier to maintain and tox has an option to make this process easier:
|
and easier to maintain and Tox has an option to make this process easier:
|
||||||
|
|
||||||
tox -e denv3
|
tox -e denv3
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Activate virtual environment:
|
||||||
|
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
Deluge will be installed by tox in _develop_ mode which creates links back
|
Deluge will be installed by Tox in _develop_ mode which creates links back
|
||||||
to source code so that changes will be reflected immediately without repeated
|
to source code so that changes will be reflected immediately without repeated
|
||||||
installation. Check it is installed with:
|
installation. Check it is installed with:
|
||||||
|
|
||||||
|
|
|
@ -26,3 +26,17 @@ auth
|
||||||
hostlist
|
hostlist
|
||||||
hostname
|
hostname
|
||||||
filesystem
|
filesystem
|
||||||
|
libtorrent
|
||||||
|
Multi
|
||||||
|
multi
|
||||||
|
username
|
||||||
|
whitelist
|
||||||
|
systemd
|
||||||
|
launchd
|
||||||
|
plugin
|
||||||
|
plugins
|
||||||
|
app
|
||||||
|
tarball
|
||||||
|
tarballs
|
||||||
|
Umask
|
||||||
|
online
|
||||||
|
|
Loading…
Reference in New Issue