There is usually one in the top menu, click the 'Browser' option between 'Home" and 'News'.
You may also click the activeRenderer link in the status center section on the right.
Alternatively, you can bring the Radio application to the front of your desktop, then select the Tools / activeRenderer / Preferences... menu option.
Step 2: enable one of the two outlining modes.
Checking 'Outline publication dates', then clicking 'Save' will add wedges to each date title on your weblog's pages.
This is activeRenderer's basic outline style.
Posts published on the same date are grouped into one outline node. The most recent date node is expanded. All the other nodes are collapsed.
This way, the latest and freshest information stands out.
Checking 'Outline individual posts', then clicking 'Save' will add wedges to each post title on your weblog's pages.
This is activeRenderer's 'extreme' outline style.
All date paragraphs are expanded. Post paragraphs matching the most recent publication date are expanded. Earlier posts are collapsed, only the post titles are listed.
If you post without providing titles (you shouldn't :-), activeRenderer will try to make up one by taking the first sentence (as delimited by a 'dot') of your post. Since you may be using dots besides their role as periods, this sometimes leads to queer results.
Step 3: add the 'Latest' widget to your home page.
Checking 'Display Latest widget' and clicking 'Save' will add a 'calendar' like feature which expands and collapses posts in your weblog's home page according to which date you click.
This widget makes browsing through your collapsed posts easier.
Step 4: re-publish your home page.
You may either submit a new post from your Desktop home page, or bring Radio to the front and select the Radio / Publish / Weblog Home Page menu option.
If you are satisfied with the result, you may have to re-publish some category or archive pages as well, check Radio's Radio / Publish menu option.
Step 5: customize, customize !
Customize your weblog's presentation.
activeRenderer performs the outline style trick by backing up the current #dayTemplate.txt and #itemTemplate.txt files from Radio's www folder, and replacing them with activeRendered versions.
The backups are located in www/activeRenderer/local/backup. They are restored to www when you turn the outline style off in the preferences, or uninstal activeRenderer.
If the activeRendered templates do not fit your weblog's theme perfectly, you're welcome to customize them further using any text editor.
Your modifications will be saved and safe over time, provided you raise each template's version number (in the top comment tag) by a significant offset. My customized templates start at version 100.
The 'Latest' widget is inserted into your #homeTemplate.txt file by the daySwitch Usertalk macro call.
By default, the macro is inserted just above the 'calendar' widget, you may wish to place it somewhere else in the template. You can do so with a text editor, by cutting and pasting the daySwitch line.
Customize your CSS as well.
activeRenderer's default templates links to the /activeRenderer/activerenderer.css file.
This file has the definitions of all the styles used to render paragraphs, indentations, and links.
There's nothing preventing you from modifying it to suit your needs.
First study the source code for some of your rendered pages, to locate the proper classes.
Then locate the matching definition in activerenderer.css and work on it.
Remember to update the version number on your customized version, to prevent it from being wiped out by an automatic update.
Since styles defined directly in the page overrule styles defined in a stylesheet, it is probably a better idea to redefine your customized RSS rules in the #homeTemplate.txt file, in the header section, rather than modify the default styles in the stylesheet.
Outlining your weblog's home page is a good way of packing more content on limited screen real estate while keeping the whole layout simple and easy to read. Another way of reaching the same goal is to take advantage of outlining's transclusion (aka inclusion) property: check out part 7.
A quick note: the new upstreaming scheme provided with Radio's Uptreaming Beta will break the normal automatic upstreaming of outlines saved in 'outlines' or 'opml' folders under Radio's root folder ('www') or any Radio category folder.
I have a fix ready in activeRenderer version 2.5.2, but other features of 2.5.2 are not quite ready for release yet.
I'll announce vs 2.5.2 soon on the ar-announce list.
In the meantime, any beta-tester who wants the fix right now can get a pre-release aR 2.5.2 update by dropping me a line directly.
While they are not using Radio Userland as their publication tool, they've made a great use of the public activeRenderer web service and its XML-RPC API to create outlined show notes for their podcasts.
[image] Thanks to the audio transcluding feature of activeRenderer 2.5 built into the web service, you can listen to their podcasts directly inside the show note page by clicking the small 'loudspeaker' wedge icon in the 'MP3 File' paragraph.
Starting with version 2.5, activeRenderer provides a way to include part of the outline's content into the URL specifying a transcluding link.
If you think this is gibberish...
You're probably right.
A small example will probably make things clearer, at least if you are reading this directly on the activeRenderer News site.
Click on the 'page' wedge icon to the left of the next paragraph to learn what MSDN can report about activeRenderer. activeRenderer The URL of the link attached to the previous node looks like this: http://beta.search.msn.com/results.aspx?q=##self## ##self## is a link macro that references the current node's textual content.
Link macros come in several flavors besides ##self##.
They are useful as search requests arguments to specify richer outline links.
Learn more about link macros in activeRenderer's Tutorial 9.
I can prepare a post using a full featured browser based outliner, then press the 'post to weblog' icon to publish it into this weblog.
This is my first public posting experiment with the webOutliner, a companion Radio tool to activeRenderer.
The webOutliner is still under wraps, but its release date is getting closer :-) There is no official webOutliner site yet, but a demo site has been running for some time.
There is also a wo-support discussion group; and a support index.
With the current version of webOutliner, I can format my posts in static HTML (using HTML blockquote tags) or, in activeRenderer style dynamic HTML, such as in this post.
This is fun when linking to podcasts, such as these Morning Coffee Notes from Dave Winer.
There's still a little work to do: filtering DHTML in the RSS feed, providing for post links and enclosures, sending outlines over email.
Parallel development is on the way on non Radio, non Usertalk environments.