mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
12 lines
610 B
Plaintext
12 lines
610 B
Plaintext
First, the files need to be splitted to many smaller ones, handling specific
|
|
things. Like select.c handling <select> stuff and menus (lying here already,
|
|
but I wasn't yet brave enough to commit it), forms stuff, frames stuff etc.
|
|
|
|
Then, the code needs also to be cleaned up massively, so it'll be clear to
|
|
mere mortal how it works and what it does actually :).
|
|
|
|
And then, it needs to be rewritten ;). This HTML engine will be kept in
|
|
parallel to the new one (ELusive, src/elusive/) until ELusive will be stable
|
|
enough and will contain complete superset of functionality of the current HTML
|
|
engine (Mikulas').
|