From 877096c9f399e6a12c48f792f5896c04cf338acb Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 28 Feb 2007 17:51:46 +0000 Subject: Initial import git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0 --- README | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..0097953 --- /dev/null +++ b/README @@ -0,0 +1,48 @@ +GetHT - The Free Hinduism Today Digital Edition Fetcher + +Summary: +The nice people at Hinduism Today have recently begun freely distributing +their magazine in pdf format, so that anybody may read a copy for free. + +However, rather than provide links to the PDF files on their website, +they ask users to download their software which then downloads and opens +the PDFs itself. + +This unfortunately means those who are not using a Mac or Windows PC are +unable to download the new issues. + +This program is written to change all that. + +License: +htde is released under the GPL, see the file COPYING for details. +Basically this means that you are free to study the program, modify it, +and redistribute it however you see fit, provided you extend the same +freedom to others by releasing derivatives with the same license. + +Proxy Support: +GetHT supports HTTP, SOCKS4 & SOCKS5 proxys (though they haven't been +thoroughly tested - let me know if there are any problems). +Environmental variables (e.g. http_proxy) are used, but may be overridden +with the following lines in the config.ini file. Any lines which are not +needed (for example the authentication lines) should just be omitted. +The format of the options is: +proxy_type (http, socks4 or socks5) +proxy_address
+proxy_port +proxy_auth (none, basic, digest or ntlm) +proxy_user +proxy_pass + +Dependancies: +libxml2 To parse the contents and media files; ensure to compile + with zlib support +libcurl 7.7.2+ To download the necessary issues and periphery +Unless compiled with "make nogui": +fltk 2.0+ To draw and control the windows + +Install: +The project is too small to warrent autoconf or anything else complex, +so simply use the makefile provided to compile and install the software +from source. + +For more details see the included INSTALL file. -- cgit v1.2.3