blob: 08b291e64498a50eea69ef520f9957d96794701c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
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)
|