Parents: | webapps |
Tags: | web |
Authors: | Slava Pestov |
Class | Superclass | Slots |
blog | tuple | id name www-url feed-url |
planet | dispatcher | |
planet-admin | dispatcher | |
posting | entry | id |
can-administer-planet? |
Word | Stack effect |
<blog> | ( id -- todo ) |
<delete-blog-action> | ( -- action ) |
<edit-blog-action> | ( -- action ) |
<edit-blogroll-action> | ( -- action ) |
<new-blog-action> | ( -- action ) |
<planet-action> | ( -- action ) |
<planet-admin> | ( -- responder ) |
<planet-feed-action> | ( -- action ) |
<planet> | ( -- responder ) |
<posting> | ( entry name -- entry' ) |
<update-action> | ( -- action ) |
blogroll | ( -- seq ) |
deposit-blog-slots | ( blog -- ) |
fetch-blogroll | ( blogroll -- entries ) |
fetch-feed | ( url -- feed ) |
postings | ( -- seq ) |
sort-entries | ( entries -- entries' ) |
start-update-task | ( db -- ) |
update-cached-postings | ( -- ) |
validate-blog | ( -- ) |
Word | Stack effect |
blog? | ( object -- ? ) |
planet-admin? | ( object -- ? ) |
planet? | ( object -- ? ) |
posting? | ( object -- ? ) |
Vocabulary | Summary |
webapps.planet.icons |