File: TODO

package info (click to toggle)
links 0.96.20020409-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,540 kB
  • ctags: 3,800
  • sloc: ansic: 30,344; sh: 2,095; makefile: 269; awk: 81; perl: 34
file content (79 lines) | stat: -rw-r--r-- 1,863 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
TODO list for links (sorted approximatelly by priority):


	Resuming of downloads (URGENT)

	Strip spaces from the end of the URL

	Each header file should include full path in anti-reinclude #define

	Support for <xmp>

	Better support for vlink - we have to update already rendered document

	When no WWW_HOME is set, optionally pop up goto dialog upon startup

	Use terminfo instead of hardwired ANSI control sequences

	Improve keybinding so that it works more universally

	Mouse buttonbinding ;)

	User interface for keys rebinding

	User interface for options changing

	Reorganization of user interface

	When calling external viewer on files, assign temporary files the
suffix appropriate to the file type.

	Cookies manager

	HTTPS proxy support

	HTTP-proxy-auth support

	Take info about proxies from env variables (?)

	Possibility to read HTML source from stdin

	Passing url to external command (possibly make alt+[0-9] to pass
current link to external command).

	Terminal-specific MIME associations.

	Something like indicator-bar, simple letter-flags indicating current
state of browser, or changeable thru Lua.

	Possibility to use commandline-driven interface instead of BFU
optionally.

	A mechanism that does not overwrite filenames: If two files are to be
saved in the same dir with the same name links should do someting like wget,
which adds .1, .2 ... on the filename and does not overwrite the file that
existed first.

	Insert should toggle insert/overwrite mode.



	Multiple windows in one console

	Generic code cleanup

	Write some more documentation

	Disk cache (?)

	Rewrite html parser (?)

	EcmaScript (?) (http://home.worldcom.ch/~jmlugrin/fesi/)

	Then, support for proxy autoconfiguration
(http://www.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html).

	CSS (?)


$Id: TODO,v 1.21 2002/04/02 21:51:08 pasky Exp $