I'm trying to use categories to do something that they may or may not be meant for. My idea is to maintain multiple weblogs, one up in the cloud, another on my home FTP server. There were several things I needed to do to make this happen:
As a first approximation, it seemed to work. But there are some catches. Gems and Stories are associated with the main weblog, and now I have no easy way to use them. It is possible to theme each category separately, but you have to do it through the filesystem, and not through Radio.
Sounds like something that could be rolled into a tool... I could look into how Radio is managing the files in the main site and then extend them to do the same thing for the cateories. Should be simple, all of the code is there, it just needs some help aiming at different folders. |
system.verbs.builtins.radio.webServer.firewall changed on Mon, 21 Jan 2002 22:43:22 GMT: Don't use tcp.equalNames when checking the referer on POSTs, because it fails for some proxy server users. [Radio.root Updates] This one and the next one were for a bug I found at work, which has one of the most restrictive firewall/proxy systems I've seen.
Can't blame 'em though, we're a bank. |