1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/scripting/lua/TODO
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

19 lines
1.1 KiB
Plaintext

Internal lua scripting support still looks a lot like a temporary hack:
* internal scripting support should be independent on actual language (it would
be nice to support ie. perl as well, with minimal code duplication)
* there should be some generic options interface exported by ELinks
* there should be some better hooking mechanism.. on load-time, it should be
possible to register any functions to any hooks, not only having one function
per hook (thus making the whole thing much more flexible and making it
possible to finally generalize hooks.lua)
Lua scripting is considered as additional feature, so probably anything
regarding it won't be ever release goal; however, the proper support is still
very important for ELinks, it only means that reworking it may occur and will
be accepted at almost any point in ELinks development process; so, if you want
to help us with ELinks and look for some really separated part where you can
let your invention do almost anything it want and easily rebuild the interface
from the scratch (or you can just hack it, it's up to you), this is your place!
:-)