README: Remove whitespace

This commit is contained in:
Thomas Perl 2017-12-29 16:03:15 +01:00
parent 29baea278f
commit f2e005a78e
1 changed files with 12 additions and 12 deletions

View File

@ -39,12 +39,12 @@ install local copies of podcastparser and mygpoclient into "src/" from
PyPI. With this, you get a self-contained gPodder CLI codebase. PyPI. With this, you get a self-contained gPodder CLI codebase.
### GTK3 UI - Additional Dependencies ### GTK3 UI - Additional Dependencies
- [PyGObject](https://wiki.gnome.org/PyGObject) 3.22.0 or newer - [PyGObject](https://wiki.gnome.org/PyGObject) 3.22.0 or newer
### Optional Dependencies ### Optional Dependencies
- Bluetooth file sending: gnome-obex-send or bluetooth-sendto - Bluetooth file sending: gnome-obex-send or bluetooth-sendto
- Size detection on Windows: PyWin32 - Size detection on Windows: PyWin32
@ -56,19 +56,19 @@ PyPI. With this, you get a self-contained gPodder CLI codebase.
(webkit2gtk, webkitgtk4 or gir1.2-webkit2-4.0 packages). (webkit2gtk, webkitgtk4 or gir1.2-webkit2-4.0 packages).
### Build Dependencies ### Build Dependencies
- help2man - help2man
- intltool - intltool
### Test Dependencies ### Test Dependencies
- python-minimock - python-minimock
- python-coverage - python-coverage
- desktop-file-utils - desktop-file-utils
## Testing ## Testing
To run tests, use... To run tests, use...
@ -140,17 +140,17 @@ download directory directly on a MP3 player or USB disk:
export GPODDER_HOME=/media/usbdisk/gpodder-data/ export GPODDER_HOME=/media/usbdisk/gpodder-data/
## OS X Specific Notes ## OS X Specific Notes
- default GPODDER_HOME="$HOME/Library/Application Support/gPodder" - default GPODDER_HOME="$HOME/Library/Application Support/gPodder"
- default GPODDER_DOWNLOAD_DIR="$HOME/Library/Application Support/gPodder/download" - default GPODDER_DOWNLOAD_DIR="$HOME/Library/Application Support/gPodder/download"
These settings may be modified by editing the following file of the .app : These settings may be modified by editing the following file of the .app :
/Applications/gPodder.app/Contents/MacOSX/_launcher /Applications/gPodder.app/Contents/MacOSX/_launcher
Add and edit the following lines to alter the launch environment on OS X : Add and edit the following lines to alter the launch environment on OS X :
export GPODDER_HOME="$HOME/Library/Application Support/gPodder" export GPODDER_HOME="$HOME/Library/Application Support/gPodder"
export GPODDER_DOWNLOAD_DIR="$HOME/Library/Application Support/gPodder/download" export GPODDER_DOWNLOAD_DIR="$HOME/Library/Application Support/gPodder/download"
@ -177,7 +177,7 @@ and the downloads in ~/Podcasts/. If GPODDER_DOWNLOAD_DIR is not set,
$GPODDER_HOME/Downloads/ will be used if it is set. $GPODDER_HOME/Downloads/ will be used if it is set.
## Logging ## Logging
By default, gPodder writes log files to $GPODDER_HOME/Logs/ and removes By default, gPodder writes log files to $GPODDER_HOME/Logs/ and removes
them after a certain amount of times. To avoid this behavior, you can set them after a certain amount of times. To avoid this behavior, you can set
@ -209,4 +209,4 @@ check if the bug still appears to see if an extension causes the bug.
- Homepage: http://gpodder.org/ - Homepage: http://gpodder.org/
- Bug tracker: https://github.com/gpodder/gpodder/issues - Bug tracker: https://github.com/gpodder/gpodder/issues
- Mailing list: http://freelists.org/list/gpodder - Mailing list: http://freelists.org/list/gpodder
- IRC channel: #gpodder on irc.freenode.net - IRC channel: #gpodder on irc.freenode.net