Parents: | webapps |
Tags: | web |
Class | Superclass | Slots |
blogs | dispatcher | |
comment | entity | parent |
entity | tuple | id author date content |
post-state | entity | title comments |
Word | Stack effect |
entity-url | ( entity -- url ) |
can-administer-blogs? |
Word | Stack effect |
<blogs> | ( -- dispatcher ) |
<comment> | ( parent id -- post ) |
<delete-author-action> | ( -- action ) |
<delete-comment-action> | ( -- action ) |
<delete-post-action> | ( -- action ) |
<edit-post-action> | ( -- action ) |
<list-posts-action> | ( -- action ) |
<list-posts-feed-action> | ( -- action ) |
<new-comment-action> | ( -- action ) |
<new-post-action> | ( -- action ) |
<post-feed-action> | ( -- action ) |
<post-state> | ( id -- post ) |
<posts-by-action> | ( -- action ) |
<posts-by-feed-action> | ( -- action ) |
<view-post-action> | ( -- action ) |
authorize-author | ( author -- ) |
delete-post | ( id -- ) |
do-post-action | ( -- ) |
list-posts | ( -- posts ) |
list-posts-url | ( -- url ) |
post | ( id -- post ) |
posts-by-url | ( author -- url ) |
reverse-chronological-order | ( seq -- sorted ) |
validate-author | ( -- ) |
validate-comment | ( -- ) |
validate-post | ( -- ) |
view-comment-url | ( parent id -- url ) |
view-post-url | ( id -- url ) |
Word | Stack effect |
blogs? | ( object -- ? ) |
comment? | ( object -- ? ) |
entity? | ( object -- ? ) |
post-state? | ( object -- ? ) |