repo.or.cz
/
my-sputnik-extensions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modifyied blog content type
[my-sputnik-extensions.git]
/
sputnik
/
node_defaults
/
blog.lua
blob
62882edb5e93ed232a7a7e6b064fb08724ce3ef6
1
module
(...,
package
.
seeall
)
2
3
NODE
= {
4
title
=
"Blog"
,
5
content
=
""
,
6
child_defaults
=
[[
7
any='prototype="@BlogEntry"'
8
]]
,
9
actions
=
[[
10
show = "blog.show_blog"
11
reload = "wiki.reload"
12
]]
,
13
}
14