diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
commit | 77d2929512ff62e421e9bfee659cc86973fc7df7 (patch) | |
tree | eaeaee2b6f7ef7498cc5aa12b340b11cb125638b /plugins/MirOTR/ekhtml/TODO | |
parent | 665935b0f99a4b9585f9afe9c9730931a3c94f85 (diff) |
files structure reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/ekhtml/TODO')
-rw-r--r-- | plugins/MirOTR/ekhtml/TODO | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/MirOTR/ekhtml/TODO b/plugins/MirOTR/ekhtml/TODO deleted file mode 100644 index 6a0ddaff19..0000000000 --- a/plugins/MirOTR/ekhtml/TODO +++ /dev/null @@ -1,24 +0,0 @@ -- Give more information in callbacks, such as when the beginning and - end braces of a tag occurred (offset in the stream) - -- Provide a way to parse entity-refs. This will be handy for usertrack - in that we can then just specify a &USERTRACK; entity anywhere, and - have it substituted with the session ID. - -- Make sure comments and <!FOO tags are processed directly. Provide the - option of either passing them through as raw data or as actual structures - -- Possibly make the return value of a flushing operation more usable by - external programs. I.e. usertrack's callbacks simply pass the brigade, - and really have no way of returning any result information back up the - stack and out of a feed or flush operation. - -- Perhaps speed up some of the charmap lookup operations by making a 64k - table, and comparing short values. - -- Put some goto's in the starttag parsing to immediately jump between - some of the state transitions. - -- Maybe make starttag registering return an integer, representing the - tag that is requested. That way callbacks won't have to strcmp, and - can just use the integer. |