diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 12:53:49 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 12:53:49 -0400 |
commit | c453cfad478d4a00e9e84780d4738e84ac360d4d (patch) | |
tree | 6c201da3a649da6b747a54c91eb99901626b818e /README | |
parent | 30f758925a8fe9b11f8c7f8e8326836009a121d4 (diff) | |
download | hib-dlagent-c453cfad478d4a00e9e84780d4738e84ac360d4d.tar.gz hib-dlagent-c453cfad478d4a00e9e84780d4738e84ac360d4d.zip |
Rewording and reformatting in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -16,22 +16,22 @@ Installation and Usage ====================== This utility currently requires PhantomJS in order to extract links on Humble -Bundle webpages generated by JavaScript. It also uses 'display', part of +Bundle's dynamically generated webpages. It also uses 'display', part of ImageMagick, to handle any captchas. (It does not solve captchas for you, but -only displays a screenshot of the web page and asks you to enter the answer.) +only displays a screenshot of the web page and asks you to enter the answers.) +It uses curl to download the file, or can simply provide the URL needed to +download the file so a different HTTP downloader such a Wget can be used. -To run hib-dlagent without installating it, add parameters '-S. -c.', which tells -it to look for scripts and the configuration file in the current directory. +To run hib-dlagent without installating it, add parameters '-S. -c.', which +tells it to look for scripts and the configuration file in the current +directory. By default hib-dlagent assumes the .coffee scripts are installed in /usr/share/hib-dlagent, and the .json configuration file is installed in /etc/hib-dlagent. The provided install.sh will install files into these -locations. If they are installed in other locations, it is necessary -to either run hib-dlagent with the correct -S and -c parameters, or edit the -variables SCRIPT_PATH and CONFIG_PATH in hib-dlagent. - -The tool uses curl to download the file, or can simply provide the URL needed to -download the file so a different HTTP downloader such a Wget can be used. +locations. If they are installed elsewhere, it is necessary to either run +hib-dlagent with the corresponding -S and -c parameters, or edit the variables +SCRIPT_PATH and CONFIG_PATH in hib-dlagent. To use as a DLAGENT for the 'hib' scheme, you can modify makepkg.conf: DLAGENTS=(... |