Difference between revisions of "XMP"
m (Reverted edits by NathanYergler (Talk); changed back to last version by Paulproteus) |
|||
Line 1: | Line 1: | ||
[[Category:Developer]] | [[Category:Developer]] | ||
[[Category:Technology]] | [[Category:Technology]] | ||
− | [[Category: | + | [[Category:metadata]] |
[[Category:XMP]] | [[Category:XMP]] | ||
− | + | = Creative Commons Metadata and XMP = | |
− | |||
− | |||
− | |||
− | |||
− | [ | + | <div style="float: right"> |
+ | [[Image:Xmp_tagline.png]] | ||
− | Creative Commons is recommending XMP as the preferred format for embedded metadata, given its [http://labs.adobe.com/technologies/xmptoolkit/#FAQ support for numerous file formats] and the balkanized state of embedded metadata standards. Others are coming to | + | ([http://www.adobe.com/products/xmp Adobe's website]) |
+ | </div> | ||
+ | |||
+ | |||
+ | [[XMP]] (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. | ||
+ | |||
+ | Creative Commons is considering recommending XMP as the preferred format for embedded metadata, given its [http://labs.adobe.com/technologies/xmptoolkit/#FAQ support for numerous file formats] and the balkanized state of embedded metadata standards. Others are apparently coming to the same conclusion, e.g., Microsoft has announced support for [http://blogs.msdn.com/pix/archive/2006/08/23/715340.aspx XMP in Vista applications] and Jon Udell [http://blog.jonudell.net/2007/02/14/truth-files-microformats-and-xmp/ notes] "There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata." | ||
+ | |||
+ | == Implementations == | ||
The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers a XMP template which may be used to mark files within XMP-supporting [[XMP Help|Adobe applications (step-by-step how-to document)]]. | The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers a XMP template which may be used to mark files within XMP-supporting [[XMP Help|Adobe applications (step-by-step how-to document)]]. | ||
− | == | + | == Adobe applications == |
+ | Follow these steps: | ||
+ | |||
+ | # Make sure you have installed our [[Creative Commons Panel]] | ||
+ | # Go to http://creativecommons.org/license and select a license | ||
+ | # Save the file marked "to mark a PDF or other XMP-supported file, save this template" to your Desktop | ||
+ | # In the Adobe application, open the file you wish to license. Then: | ||
+ | ## Choose File -> File Info | ||
+ | ## Select "Advanced" on the left side | ||
+ | ## Click the "Replace" button, and select the XMP file you downloaded from http://creativecommons.org/license | ||
+ | # Now, if you select the "Creative Commons" section on the left of the File Info box, you should see the license you have chosen. | ||
+ | |||
+ | === PDF === | ||
+ | |||
+ | * LaTeX users may use the [http://www.creativecommons.org/weblog/entry/4270 pdflatex macro]. | ||
+ | * [http://enrico.masala.googlepages.com/plm_index.html PdfLicenseEditor] is a standalone GUI/command line tool for embedding XMP in PDFs. | ||
+ | ** PdfLicenseEditor uses the [http://www.lowagie.com/iText/ iText] java library, which may be easily incorporated into any Java tool that needs to do XMP embedding. | ||
+ | ** PdfLicenseEditor only supports the 2.5 licenses, not 3.0 | ||
+ | * Windows users may use [http://creativecommons.org/weblog/entry/7567 Cogniview] | ||
+ | |||
+ | === JPEG === | ||
+ | |||
+ | * We have a PHP tool/library for embedding XMP in JPEGs, useful in, e.g., web gallery programs. See the xmp/php-jpeg module in the [[Source Repository Information|cctools sourceforge subversion repository]]. | ||
+ | |||
+ | === Video (various) === | ||
+ | |||
+ | * None yet | ||
+ | |||
+ | === Other Open Source Implementations === | ||
+ | |||
+ | * [http://grigio.org/xmp_manager XMP Manager] A Ruby action for Nautilus which exposes and allows editing of XMP metadata. | ||
+ | * [http://librdf.org/raptor/ Raptor] - Supposedly this can generate XMP somewhat, and can also parse it, if you grab the rdf/xml out of the <?xmp...> blocks for it. It's GPL / LGPL / Apache2 licensed so compatible with your code. | ||
+ | * [http://www.figuiere.net/hub/blog/?Exempi Exempi] - Hubert Figuiere's BSD-licensy library to handle XMP, based on Adobe's SDK. | ||
+ | |||
+ | == Note on Visible Copyright Notice in PDFs == | ||
+ | |||
+ | Even when embedded with XMP metadata a licensed PDF document should include a visible copyright notice as described in [[HOWTO Tag HTML pages]]. | ||
+ | '''Sergio Bontempelli, sicuri di sapere, 2007''' | ||
+ | |||
+ | == Note on embedded metadata == | ||
+ | |||
+ | This specification conforms with the [[Nonweb Tagging]] recommendation. | ||
+ | |||
+ | == Specification == | ||
XMP [http://partners.adobe.com/asn/tech/xmp/download.jsp defines] a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values): | XMP [http://partners.adobe.com/asn/tech/xmp/download.jsp defines] a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values): | ||
− | + | '''xapRights:Copyright''' — ''This work is licensed to the public under the Creative Commons Attribution-ShareAlike license http://creativecommons.org/licenses/by-sa/2.0/ verify at http://example.com/pdf-metadata.html'' (Replace URL following 'verify at' with URL containing metadata about the XMP-embedded file.) | |
− | |||
− | |||
− | + | '''xapRights:Marked''' — ''False'' if Public Domain, ''True'' otherwise. | |
− | |||
− | + | '''xapRights:WebStatement''' — ''http://example.com/pdf-metadata.html'' (Replace with URL containing metadata about the XMP-embedded file.) | |
− | |||
− | |||
− | |||
− | + | We also define a Creative Commons schema ''http://creativecommons.org/ns#'' whose common prefix is cc. | |
− | |||
− | |||
− | + | It currently has the following property: | |
− | + | '''license''' — ''http://creativecommons.org/licenses/by-sa/2.0/'' (Replace with relevant license URL.) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Set '''license''' to maintain a direct reference to the license URL. | |
− | == | + | == Developer Challenges == |
− | + | We have setup some [[XMP developer challenges]] to encourage the use of XMP and also to do some research as to what is already supported and what we support. | |
− | |||
− | <small>The XMP logo is either a registered trademark or | + | == XMP Logo == |
+ | <small>The XMP logo is either a registered trademark or tradmark of the Adobe Systems Incorporated in the United States and/or other countries.</small> |
Revision as of 21:28, 16 October 2007
Contents
Creative Commons Metadata and XMP
XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.
Creative Commons is considering recommending XMP as the preferred format for embedded metadata, given its support for numerous file formats and the balkanized state of embedded metadata standards. Others are apparently coming to the same conclusion, e.g., Microsoft has announced support for XMP in Vista applications and Jon Udell notes "There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata."
Implementations
The Creative Commons licensing process offers a XMP template which may be used to mark files within XMP-supporting Adobe applications (step-by-step how-to document).
Adobe applications
Follow these steps:
- Make sure you have installed our Creative Commons Panel
- Go to http://creativecommons.org/license and select a license
- Save the file marked "to mark a PDF or other XMP-supported file, save this template" to your Desktop
- In the Adobe application, open the file you wish to license. Then:
- Choose File -> File Info
- Select "Advanced" on the left side
- Click the "Replace" button, and select the XMP file you downloaded from http://creativecommons.org/license
- Now, if you select the "Creative Commons" section on the left of the File Info box, you should see the license you have chosen.
- LaTeX users may use the pdflatex macro.
- PdfLicenseEditor is a standalone GUI/command line tool for embedding XMP in PDFs.
- PdfLicenseEditor uses the iText java library, which may be easily incorporated into any Java tool that needs to do XMP embedding.
- PdfLicenseEditor only supports the 2.5 licenses, not 3.0
- Windows users may use Cogniview
JPEG
- We have a PHP tool/library for embedding XMP in JPEGs, useful in, e.g., web gallery programs. See the xmp/php-jpeg module in the cctools sourceforge subversion repository.
Video (various)
- None yet
Other Open Source Implementations
- XMP Manager A Ruby action for Nautilus which exposes and allows editing of XMP metadata.
- Raptor - Supposedly this can generate XMP somewhat, and can also parse it, if you grab the rdf/xml out of the <?xmp...> blocks for it. It's GPL / LGPL / Apache2 licensed so compatible with your code.
- Exempi - Hubert Figuiere's BSD-licensy library to handle XMP, based on Adobe's SDK.
Note on Visible Copyright Notice in PDFs
Even when embedded with XMP metadata a licensed PDF document should include a visible copyright notice as described in HOWTO Tag HTML pages. Sergio Bontempelli, sicuri di sapere, 2007
Note on embedded metadata
This specification conforms with the Nonweb Tagging recommendation.
Specification
XMP defines a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values):
xapRights:Copyright — This work is licensed to the public under the Creative Commons Attribution-ShareAlike license http://creativecommons.org/licenses/by-sa/2.0/ verify at http://example.com/pdf-metadata.html (Replace URL following 'verify at' with URL containing metadata about the XMP-embedded file.)
xapRights:Marked — False if Public Domain, True otherwise.
xapRights:WebStatement — http://example.com/pdf-metadata.html (Replace with URL containing metadata about the XMP-embedded file.)
We also define a Creative Commons schema http://creativecommons.org/ns# whose common prefix is cc.
It currently has the following property:
license — http://creativecommons.org/licenses/by-sa/2.0/ (Replace with relevant license URL.)
Set license to maintain a direct reference to the license URL.
Developer Challenges
We have setup some XMP developer challenges to encourage the use of XMP and also to do some research as to what is already supported and what we support.
XMP Logo
The XMP logo is either a registered trademark or tradmark of the Adobe Systems Incorporated in the United States and/or other countries.