On Mon, Apr 14, 2008 at 5:06 AM, Dominic <[EMAIL PROTECTED]> wrote: > Would this be an event management extension by any chance?
Sort of. Let me explain briefly what it does currently and where I intend to take it. The primary reason I wrote it is to establish events that happen at a certain time, such as a monthly meeting. http://boulderruby.org will be the guinea pig for this extension. Right now I hack the date for the meetings but eventually they'll be driven off datetime data. The idea is that you link a page to a datetime that you store in your DB. You'll have an admin tab that shows you all events for the current month (current implementation though that will probably be expandable). I also have a calendar tag that you can publicly publish that will show all events in a month that link back to the page. I do have a second release that will come later that changes the event data from a simple datetime to a datetime range. So you could say your event starts at 9am on Friday and goes to 5pm on Saturday. It would also allow multiple pages to be associated with the same event model. I haven't done anything more than think about these features so it's just in my head. I just need to polish the admin tab and release this extension. I also owe Sean a Radiant patch and I'm still getting my github legs so there's a few things ahead of it in the Marty queue. :) Cheers, Marty _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
