mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 10:30:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7009052f85
commit
eda30ab087
@ -8,11 +8,18 @@
|
|||||||
* XXX CACHE need to explicitly prevent caching of some actions/pages...
|
* XXX CACHE need to explicitly prevent caching of some actions/pages...
|
||||||
* XXX the parser should handle all action return values, including:
|
* XXX the parser should handle all action return values, including:
|
||||||
* - lists -- XXX
|
* - lists -- XXX
|
||||||
* - iterators -- XXX
|
|
||||||
* - strings -- DONE
|
* - strings -- DONE
|
||||||
* - numbers -- DONE
|
* - numbers -- DONE
|
||||||
* - misc:
|
* - misc:
|
||||||
* dates -- ???
|
* dates -- ???
|
||||||
|
* note that an action returning a list is not the same as a list
|
||||||
|
* stoted in <data>.text -- since we can't identify what an action
|
||||||
|
* returns without calling it, and we only call actions on
|
||||||
|
* .raw/.text/.parse(..), we can't iterate over such results.
|
||||||
|
* Q: can we make a list reder as a list of pages??
|
||||||
|
* ...likely no...
|
||||||
|
* ...would depend on where we iterate pages and on whether
|
||||||
|
* we can/should reach that spot from within the parser...
|
||||||
* XXX FEATURE tags and accompanying API...
|
* XXX FEATURE tags and accompanying API...
|
||||||
* - add tags to page -- macro/filter
|
* - add tags to page -- macro/filter
|
||||||
* - <page>.text -> <page>.tags (cached on .update(..))
|
* - <page>.text -> <page>.tags (cached on .update(..))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user