mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1fd467f375
commit
76f322a482
@ -382,6 +382,7 @@ object.Constructor('BasePage', {
|
|||||||
match: relProxy('match'),
|
match: relProxy('match'),
|
||||||
delete: relProxy('delete'),
|
delete: relProxy('delete'),
|
||||||
|
|
||||||
|
// XXX how should this handle functions as values???
|
||||||
get: function(path, referrer){
|
get: function(path, referrer){
|
||||||
return this.clone({
|
return this.clone({
|
||||||
location: path,
|
location: path,
|
||||||
@ -753,6 +754,8 @@ var WIKIWORD_PATTERN =
|
|||||||
// XXX experiments and testing...
|
// XXX experiments and testing...
|
||||||
|
|
||||||
|
|
||||||
|
// NOTE: in general the root wiki api is simply a page instance.
|
||||||
|
// XXX not yet sure how to organize the actual alient -- UI, hooks, .. etc
|
||||||
module.pwiki =
|
module.pwiki =
|
||||||
Page('/', '/',
|
Page('/', '/',
|
||||||
Object.assign(
|
Object.assign(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user