blob: 8f01eec9603c88b7047029439113cd175e2bdb57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
before 1.0: fix http bugs, package for osx & windows
# other todos
bug in get() & post(): if the \r\n\r\n after http headers is cut off between recv buffers
in getgbook, check that downloaded page doesn't match 'page not available' image; if so delete (as may be redownloadable later, perhaps even then with different cookies)
package for osx - https://github.com/kennethreitz/osx-gcc-installer
add djvu convert script
use something smarter than update in gui to stop freezing
add https support to get (getabook can use it everywhere, others cannot)
write some little tests
create 'pad' file (like a stupid version of doap), to get windows shareware folks in
http://pad.asp-software.org/
http://padsites.asp-software.org/
http://pad.asp-software.org/repository/user/submit.php?Home=user
note that it must include all fields, with irrelevant ones being self-closed
(mostly there, needs cleaning and automating and self-closed crap)
|