search for: tag_processor

Displaying 1 result from an estimated 1 matches for "tag_processor".

Did you mean: log_processor
2007 Mar 05
1
Creating a simple tag plugin
...t is activated by something like: {flickr: http://www.flickr.com/photos/censi/232006603/} (it then downloads from flickr the description of the photo -- look for example at http://www.dis.uniroma1.it/~acensi/category/sss06.html) This is my flickr.rb: load_plugin ''webgen/plugins/tags/tag_processor'' module Tags class FlickrTag < DefaultTag param ''url'', nil, ''Url of the photo on Flickr.'' register_tag ''flickr'' def process_tag( tag, chain ) url = param( ''url'' ) ... end end end I...