Handbook
Glossary
<posts-by-action> ( -- action )
Vocabulary
webapps
.
blogs
Inputs
None
Outputs
action
an
object
Definition
USING:
accessors
furnace.actions
html.forms
;
IN:
webapps.blogs
:
<posts-by-action>
( -- action )
<page-action>
"author"
>>rest
[
validate-author
list-posts
"posts"
set-value
]
>>init
{
blogs
"posts-by"
}
>>template
;