mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-27 05:01:57 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
115299c427
commit
b046d0d5f4
0
pwiki/plugins/README
Executable file
0
pwiki/plugins/README
Executable file
27
pwiki2.js
27
pwiki2.js
@ -6,6 +6,14 @@
|
|||||||
* to reproduce:
|
* to reproduce:
|
||||||
* await p.pwiki.get('/test/wikiword').text
|
* await p.pwiki.get('/test/wikiword').text
|
||||||
* ..as-is, seems not to deal well with tags...
|
* ..as-is, seems not to deal well with tags...
|
||||||
|
* ...also might be a good idea to try and moke wiki-word generation
|
||||||
|
* a DOM thing instead of a filter, this seems logical as we might
|
||||||
|
* need it only within a UI and I do not think I'll be working on
|
||||||
|
* a non DOM interface (curses, ...) any time soon...
|
||||||
|
* XXX add action to reset overloaded (bootstrap) pages...
|
||||||
|
* - per page
|
||||||
|
* - global
|
||||||
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* XXX ROADMAP:
|
* XXX ROADMAP:
|
||||||
@ -80,16 +88,11 @@
|
|||||||
* -
|
* -
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* TODO:
|
* TODO?:
|
||||||
* - <page>.then() -- resolve when all pending write operations done ???
|
* - <page>.then() -- resolve when all pending write operations done ???
|
||||||
* - an async REPL???
|
* - an async REPL???
|
||||||
* - custom element???
|
* - custom element???
|
||||||
*
|
* - might be a good idea to try signature based security:
|
||||||
*
|
|
||||||
*
|
|
||||||
***********************************************************************
|
|
||||||
*
|
|
||||||
* XXX might be a good idea to try signature based security:
|
|
||||||
* - sign changes
|
* - sign changes
|
||||||
* - sign sync session
|
* - sign sync session
|
||||||
* - refuse changes with wrong signatures
|
* - refuse changes with wrong signatures
|
||||||
@ -103,21 +106,11 @@
|
|||||||
* - in this view a user in the system is simply a set of keys and
|
* - in this view a user in the system is simply a set of keys and
|
||||||
* a signature (a page =))
|
* a signature (a page =))
|
||||||
*
|
*
|
||||||
* XXX pages into lib/page ???
|
|
||||||
*
|
|
||||||
* XXX add action to reset overloaded (bootstrap) pages...
|
|
||||||
* - per page
|
|
||||||
* - global
|
|
||||||
*
|
|
||||||
* XXX need to think about search -- page function argument syntax???
|
* XXX need to think about search -- page function argument syntax???
|
||||||
*
|
*
|
||||||
* XXX might need to get all the links (macro-level) from a page...
|
* XXX might need to get all the links (macro-level) from a page...
|
||||||
* ...would be useful for caching...
|
* ...would be useful for caching...
|
||||||
*
|
*
|
||||||
* XXX .__paths__(..) may be a bottleneck...
|
|
||||||
* need to either think of a way around it or cache the path index
|
|
||||||
* in a sync way...
|
|
||||||
*
|
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user