Re: rdfpic image metadata frame in jigadmin

>> I do not understand how to add a frame to jigadmin so that when I request
>> _http://localhost:8001/image.jpg;text/rdf_
>> (http://localhost:8001/image.jpg;text/rdf)   the rdf is returned. Also how do I make a fancy page on the fly using
>> only  jigsaw that displays the rdf in a nice layout with the photo(s). I dont
>> want  python scripts and static html.

>You need to replace the FileResource and the HTTPFrame combination by >a
>JpegFileResource with a JpegComFrame attached.
>On that JpegComFrame, change the "Comment-type" parameter to put the >one
>you want, text/rdf or application/rdf+xml (beware of the URI escaping
>especially for the +)
>You can also replace the jpeg entry in the indexer to have this >automatic
>for new resources.

JpegComFrame and JpegFileResource are not avaliable in the drop down list boxes for "Edit resource (indexers,default,extensions,jpg)| Add frame | Class name" and "Add resource | Class name" respectively. I am using 2.2.4.

Received on Thursday, 16 December 2004 23:17:39 UTC