June 24, 2006 at 9:18PM Electronic Renaissance version 2
I emailed this to Seamus earlier. It’s part of the plans to replace the code behind the Electronic Renaissance site with something somewhat more tractable. It’s being rewritten as a bliki of sorts with some extra CMS functionality on top. The site will use StableView, with a view going live if stable for 10 minutes.
Integral URL Schemes
/post/post_name/revision/ - Individual post/revision. /profile/username/ - User profiles. /published/year/month/day/ - All pages by date published. /published/feed/ - Syndication feed for above (Might not be exposed). /updated/year/month/day/ - All pages by date updated. /updated/feed/ - Syndication feed for above (Will definitely be exposed). /tag/tag_name/year/month/day/ - Pages marked with the given tag by date published. /tag/tag_name/feed/ - Feed for above (ordered by date updated).
Tags starting with user: refer to user profiles. They’re used for indicating authorship and ownership of pages. Pages marked as such can only be edited by the owner. DJ sets would be tagged as sets and news items as news.
Extra URL Schemes (Page Mounts)
Individual pages or sets of pages can be remapped to other URLs, for instance.
/news/year/month/day/ -> /tag/news/year/month/day/ /news/feed/ -> /tag/news/feed/ / -> /pages/home/
Application Modules (Application Mounts)
The gallery is the only one I can think of right now. It’ll be mapped to /photos/.
Other Modules
There may be a comments module. This can be combined with the rest of the site (and a little bit of extra functionality to divide the discussion into forum groups and topics) to turn the weblog side of the site into a forum.
No comments.