FWIW, take a look at Google's GData APIs; they're based on Atom and I think provide what you're after:
Overview: http://code.google.com/apis/gdata/overview.html Actual example: http://code.google.com/apis/gdata/basics.html Not necessarily to use them but they might give you some ideas of how to encode your actions. That said, if you do want to use them I think Simon Wistow has done some GData stuff with Net::Google::Calendar(?). If you get anything working in Perl I'm definitely interested as I was toying with storing some stuff in a spreadsheet :-) P On Sun, May 11, 2008 at 11:34 AM, Nigel Hamilton <[EMAIL PROTECTED]> wrote: > How you storing your actions > > > > The actions are extracted from perl module files. I use a simple regex > introspection method (think PPI-lite) on the source code to extract the web > methods that get loaded into a registry. When an action happens it is stored > as a 'perceptron' which is a frozen perl object that gets stored into a > 'trail' of events and actions of different types (email, chat, shell command > etc). Actions land in your personal trail and can link back to the channel > where you made it. > > Why am I doing this? I'm trying to be more productive by minimising context > switching and information overload while improving memory and creativity. The > perceptrons fall into channels which means you can stay focussed - that's the > theory - so far it's been working for me and my small company but I'm > planning on sharing the system and RSS is one way to publish the > perceptrons.But that's only part of the story -- I also need a way of adding > actions and was wondering if there is an standard out there. If not, then > HTML forms in the payload of the RSS should work. > > Nige > > > > > > > > > > > 2008/5/9 Nigel Hamilton <[EMAIL PROTECTED]>: > > > > > > > > > Hi, > > > > > > I'm designing a way of taking actions in response to 'events' (e.g., > > > commit, email, shell commands, chat messages etc). The events can be > > > published via RSS but I would also like a way of publishing actions that > > > go > > > with them. I've checked out RSS and Atom but it seems the actions are > > > added > > > in ad hoc way as embedded HTML forms. Does anyone know of an upcoming > > > standard for this type of thing? I'm happy to go with embedded HTML forms > > > but I was wondering if there is a better way? > > > > > > Nige > > > > > > > > > _______________________________________________ > > > BristolBathPM mailing list > > > [email protected] > > > http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm > > > > > > > > > > > > > > -- > > Aviation Briefing Limited > > > > The Old Library > > 6 Linden Road > > Clevedon > > BS21 7SN > > > > VAT Reg No: 737 1220 56 > > > > AvBrief is the trading name of Aviation Briefing Limited > > > > Aviation Briefing Limited is a company registered in England and Wales > > > > Company No: 3709975 Registered Office: Glen Yeo House, Station Road, > > Congresbury, North Somerset BS49 5DY > > _______________________________________________ > > BristolBathPM mailing list > > [email protected] > > http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm > > > > > _______________________________________________ > BristolBathPM mailing list > [email protected] > http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm > > _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
