+ dup posting-title write
+ "- " write
+ dup posting-author write bl
+
+ "Read More..." write
+
+
dup posting-body write-html
+posting-date format-date write
; + +: print-postings ( postings -- ) + [ print-posting ] each ; + +: browse-webapp-source ( vocab -- ) + vocab-link browser-link-href =href a> + "Browse source" write + ; + +SYMBOL: default-blogroll +SYMBOL: cached-postings + +: update-cached-postings ( -- ) + default-blogroll get fetch-blogroll sort-entries + [<% cached-postings get 20 head print-postings %> | +
+ + planet-factor is an Atom/RSS aggregator that collects the + contents of Factor-related blogs. It is inspired by + Planet Lisp. + ++ This webapp is written in Factor. + <% "webapps.planet" browse-webapp-source %> + +Blogroll+ <% default-blogroll get print-blogroll %> ++ If you want your weblog added to the blogroll, just ask. + + |
+