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