Sean Hussey wrote: >How safe is trunk these days? I had the exact same question as George. > >
Well I've been playing with it on a test site for quite some time and even though I don't use it for my Production blog I haven't experienced any real problems, although I have heard of issues migrating to it from 2.6.0. >In fact, I wanted to take it one step further and have hostname-based >filtering. So "dev.myblog.com" would show the blog, but only with the >"dev" posts. Might I be able to work towards this with the same trunk >changes? > I have another email in moderation asking about this (forgot to change the from in my email) but just found the answer myself, you can have per category and per tag feeds like: http://typo.jasonbainbridge.com/xml/rss20/category/blog/feed.xml Where in the above example the category is simply "blog" and to display the site filtered for just the blog category it is: http://typo.jasonbainbridge.com/articles/category/blog So it would be easy enough with some DNS A records or a DNS Wildcard plus ServerAlias's to send specific or all subdomains to the one Typo instance and then use rewrite rules so Typo can understand such requests, example: http://dev.yourdomain.com would need to point to your Typo install through DNS and a ServerAlias, then you would need a rewrite rule to change that to http://yourdomain.com/articles/category/dev (I'm too lazy to write that myself right now but it should be easy enough). Regards, Jason _______________________________________________ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list