1
0
Fork 0
elinks/TODO

19 lines
545 B
Plaintext
Raw Normal View History

2007-05-28 10:04:43 +00:00
TODO list
=========
2021-08-24 11:53:21 +00:00
The ELinks TODO items are kept in GitHub <https://github.com/rkd77/elinks>;
2007-05-28 10:04:43 +00:00
look for the bugs with 'enhancement' severity. More general goals are
still kept here, though, to be more visible to developers. ;-) Finally,
the code contains several (greppable) "FIXME" and "TODO" notes regarding
smaller fixes and enhancements.
General goals:
- Rewrite HTML parser (see the SGML+DOM stuff: src/dom/ & src/document/dom)
2007-05-28 10:04:43 +00:00
- Write more documentation; docs, a lot of docs!
2007-05-28 10:04:43 +00:00
- General code cleanup
2007-05-28 10:04:43 +00:00
- Speed/memory optimizations