diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-03-27 21:33:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:56:57 +0700 |
commit | 1466c9c9f8719924d1bb15a801a7494054e22059 (patch) | |
tree | 2a2ea02cc79e04c3a1d1aa8931ce82a8178b4af8 /network/plowshare/README | |
parent | 37085e7557cdc6e11f5a0af8299e24a0d401a465 (diff) |
network/plowshare: Updated for version 2.1.6 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/plowshare/README')
-rw-r--r-- | network/plowshare/README | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/network/plowshare/README b/network/plowshare/README index 8b4e3e16bc89..ed11f6037600 100644 --- a/network/plowshare/README +++ b/network/plowshare/README @@ -1,8 +1,19 @@ -Plowshare is a command-line downloader/uploader for some of the most popular -file-sharing websites. It presently supports Megaupload, Rapidshare, 2Shared, -4Shared, ZShare, Badongo, Divshare.com, Depositfiles, Mediafire, Netload.in, -Storage.to, Uploaded.to, Uploading.com, Sendspace, Usershare, X7.to and some -others. - -tesseract, js and PerlMagick are optional runtime dependecies for some sites. -See the plowshare website for details. +Plowshare is a set of command-line tools (written entirely in Bash shell +script) designed for managing file-sharing websites (aka Hosters). + +Plowshare itself doesn't support any websites. It's just the core engine. +Support for websites are added via modules. They are available separately +and it's recommended to be installed by the user rather than system-wide. +It can be installed/updated by the user to ~/.config/plowshare/modules.d/ +directory using: + +$ plowmod --install +$ plowmod --update + +However, if you'd like them system-wide, please see the plowshare-modules +SBo package. Modules will be installed to /usr/share/plowshare/modules/ + +Per INSTALL, either rhino or sunspider (the latter is not available on SBo) +are optional runtime dependencies. It is stated they are required for some +sites. However, I have not come across any that didn't work. Let me know +if it should become a required dependency. |