This is a short doc that shows how to create and edit a "status center" page like scripting.com/status.
You probably want to change the title at the top of the page. For that, choose Set title & description in the File menu. A dialog appears. In that dialog, the "long" title appears at the top of the page, and the short title appears in the title of the HTML.
Note that unlike changes to the outline itself, which are automatic and real-time, these changes require that you re-build the status center outline.
If so, here's a view-source link for the template for status centers. It's not open source, because it would take a lot of work to make it open source, and I don't have time. But the code is there as sample code. You are free to use any of it.
The idea is very simple. It takes an OPML file and converts it to JSON, and then passes it through an outline renderer. You can probably get a lot done just by hacking the CSS, but you're free to change any of it.
If you want to make your own OPML, there are a number of outliners out that there that generate it, for example OmniOutliner on the Mac, I'm told is very nice (my friend Brent Simmons is working on it these days).
You can if you must write the OPML by hand, but I don't recommend it. Sort of spoils the flow. :balloon:
However, if you use your own outliner, you have to modify the source (see above).
The modification is brain-dead simple. Just replace the URL of my outline with the URL of yours.
If you have question, post a comment below. Be sure to include the URL of your status center so we can see what you're talking about. :balloon: