Archive for the 'Uncategorized' Category

Testing Ecto

Tuesday, September 27th, 2005

I’m testing Ecto with this post. I’m looking for ways to insert code into posts, create real posts. Having to escape my XML is a real pain in the patouk.
So here goes…
// This is a test of the emergency broadcast system.
// This is only a test.
for (int i = 0; i < 10; i++)
{
[…]

ThinkNOLA URL Structure

Wednesday, September 21st, 2005

Suggested.
People
A person’s home page.
URL: http://people/alan/index.html
Syndicated feeds created by tagging, starting with all tagged articles, this is basically a search interface.
URL: http://people/alan/tags/index.html
GUID: tag:thinknola,2005:/people/alan/tags
Syndicated feeds filtered by tag.
Tag: hello
URL: http://people/alan/tags/hello/index.html
GUID: […]