Last update: Wed, Sep 26, 2012 at 4:40 PM.
Setting the title of a blogpost
  • This came up in OPML Comments and will come up again and again.
  • I want to be able to set the title of a story, rather than accept the one that's used to reference the page.
  • For example, in the comment list, the comment is titled with the name of the author. But when you view it on its own page, the author name isn't a good title. The author should be able to say "When this is on its own page, use this title."
    • You do this by putting #title "My Title" in the text of the page.
    • The # must appear as the first character on the line.
    • Directives are more general. You can specify any value and it will be available at the time the page is rendered. It works like any other attribute, where ever it came from. You reference its value by putting it inside macro brackets -- <%name%>.
    • For the moment this feature is only on my server. It required some fairly deep surgery, and I want to make sure there wasn't any major breakage.
    • op.render.viewOutline
    • worldOutlineSuite.viewNodetype
    • string.getDirectiveValue