2007-05-28 12:04:43 +02:00
|
|
|
TODO list
|
|
|
|
=========
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2021-08-24 13:53:21 +02:00
|
|
|
The ELinks TODO items are kept in GitHub <https://github.com/rkd77/elinks>;
|
2007-05-28 12:04:43 +02: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.
|
2005-09-15 15:58:31 +02:00
|
|
|
|
|
|
|
General goals:
|
|
|
|
|
2007-07-09 11:39:21 +03:00
|
|
|
- Rewrite HTML parser (see the SGML+DOM stuff: src/dom/ & src/document/dom)
|
|
|
|
|
2007-05-28 12:04:43 +02:00
|
|
|
- Write more documentation; docs, a lot of docs!
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2007-05-28 12:04:43 +02:00
|
|
|
- General code cleanup
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2007-05-28 12:04:43 +02:00
|
|
|
- Speed/memory optimizations
|