Displaying 1 result from an estimated 1 matches for "sss06".
Did you mean:
  sss062
  
2007 Mar 05
1
Creating a simple tag plugin
I want to create a tag processor that 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( t...