Date: 2004-10-11T00:53:45 Editor: FredericGlorieux <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: XfolioXMPGenerator URL: http://wiki.apache.org/cocoon/XfolioXMPGenerator
Some formating and english corrected Change Log: ------------------------------------------------------------------------------ @@ -5,18 +5,23 @@ = WHAT = +http://cvs.berlios.de/cgi-bin/viewcvs.cgi/xfolio/webapp/WEB-INF/classes/org/cocoon/generation/ + The XMPjpegGenerator extracts [XMP] from a jpeg file. This AdobeTM XML can encode metadatas like title, author, description... This schema implements an -open standard knowed as [IPTC/IMM]. For your photos, try for example an app +open standard known as [IPTC/IMM]. For your photos, try for example an app like [pixVue], it allows you to add different infos, encoded in jpeg headers, -with also an XML/XMP embed. +with also an XML/XMP embed. If you don't like to deal directly with the ugly +Adobe XML, see here http://wiki.apache.org/cocoon/XfolioXmp2dc.xsl = HOW = Find and compile XMPjpegGenerator.java -<http://cvs.berlios.de/cgi-bin/viewcvs.cgi/xfolio/webapp/WEB-INF/classes/org/cocoon/generation/ > -or put the binary classes in the same way in your cocoon webapp -{cocoon}/WEB-INF/org/apache/cocoon/generation/( XMPjpegGenerator.class | XMPjpegGenerator$JpegException.class | XMPjpegGenerator$MarkerVector.class) +or put the binary classes in your cocoon webapp +{cocoon}/WEB-INF/org/apache/cocoon/generation/ + * XMPjpegGenerator.class + * XMPjpegGenerator$JpegException.class + * XMPjpegGenerator$MarkerVector.class In your sitemap, declare and use the component @@ -35,7 +40,7 @@ = WHO = -Persons in historic order, but not of importance +Persons in historic order, but not of importance (from new to old) [FG] FredericGlorieux [AJLSM] Integration of W3C classes as a cocoon generator @@ -55,7 +60,7 @@ [sourceUtil] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/SourceUtil.html -[jpegHeaders] http://dev.w3.org/cvsweb/~checkout~/java/classes/org/w3c/tools/jpeg/JpegHeaders.java http://cvs.sourceforge.net/viewcvs.py/jpegrdf/jpegrdf/src/org/w3c/tools/jpeg/JpegHeaders.java > +[jpegHeaders] http://dev.w3.org/cvsweb/~checkout~/java/classes/org/w3c/tools/jpeg/JpegHeaders.java http://cvs.sourceforge.net/viewcvs.py/jpegrdf/jpegrdf/src/org/w3c/tools/jpeg/JpegHeaders.java [jpegrdf] Walsh, Norman "JpegRDF" reads and manipulates RDF metadata stored in JPEG images http://sourceforge.net/projects/jpegrdf @@ -63,7 +68,8 @@ [IPTC/IMM] "IPTC - NAA INFORMATION INTERCHANGE MODEL" http://www.iptc.org/IIM/ -[XMP] Adobe Systems Incorporated "Extensible Metadata Platform (XMP)" http://www.adobe.com/products/xmp/main.html +[XMP] Adobe Systems Incorporated "Extensible Metadata Platform (XMP)" +http://www.adobe.com/products/xmp/main.html Adobe's Extensible Metadata Platform (XMP) is a labeling technology that allows you to embed data about a file, known as metadata, into the file itself. With XMP, desktop applications and back-end publishing systems gain a
