Handbook
Glossary
write-atom-feeds ( -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
»
Boilerplate support
Prev:
add-atom-feed ( title url -- )
Next:
with-boilerplate ( child master -- )
Vocabulary
html
.
templates
Word description
Writes a list of Atom feed links assembled from
add-atom-feed
calls by child templates. Usually called by the master template to emit a list of Atom feed links in the
<head>
tag of the resulting HTML page.
Definition
USING:
xml.writer
;
IN:
html.templates
:
write-atom-feeds
( -- )
get-atom-feeds
write-xml
;