OPML Editor/Server
River
Howtos
Worknotes
EC2/Poets
S3/Poets
Frontier
Dave
Top
>
August 2011
8/20/11 by DW
This is where
Dave Winer
narrates his development work.
headerFont in worldoutline
New attributes, if, instead of a headerGraphic, you set the (new) headerText attribute.
1. headerFont -- which of the Google Web Fonts do we use for the header text.
2. headerFontSize -- what's the font size, in pixels.
There's a new style in the default template, .divGraphic h1. If you want to use this feature on an existing website, you must copy this into your template, just after .divGraphic img.
This page has a headerText attribute of
and it displays it in Lobster 64px.
A new macro <%googleFontsLink%> -- generates a <link> element that includes the font you're using for the header. This macro must be placed in the <head> section of your template.
What changed: worldOutlineSuite.initUser, worldOutlineSuite.main, worldOutlineSuite.data.virgin.template.
Pumped up the worldoutline startup doc