<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Myrrhman</id>
		<title>Creative Commons - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Myrrhman"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/wiki/Special:Contributions/Myrrhman"/>
		<updated>2026-06-10T20:01:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=XMP_help_for_Adobe_applications&amp;diff=40683</id>
		<title>XMP help for Adobe applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=XMP_help_for_Adobe_applications&amp;diff=40683"/>
				<updated>2010-08-29T09:13:14Z</updated>
		
		<summary type="html">&lt;p&gt;Myrrhman: /* Beyond single files: Creative Commons File Info Panel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Technology]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[Category:XMP]]&lt;br /&gt;
[[Category:metadata]]&lt;br /&gt;
You are here because you want to use an Adobe application like Photoshop to mark files as re-usable under a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
Many Adobe applications support embedding [[XMP]] metadata in files, most notably PDF documents.  The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers an [[XMP]] template which may be used to mark documents with Creative Commons license information.&lt;br /&gt;
&lt;br /&gt;
Note that a licensed PDF document should include a visible copyright notice as described in [[HOWTO Tag HTML pages|how to tag works]] in addition to embedded metadata.&lt;br /&gt;
&lt;br /&gt;
{{Infobox|Only Photoshop CS has been well tested.  Problems have been reported getting Acrobat 6.0 to select downloaded XMP templates. Acrobat 5.0 does not support a UI for embedding XMP. Photoshop CS can embed XMP in PDFs via its [[#multiple|file browser]].}}&lt;br /&gt;
&lt;br /&gt;
= How to tag a single file =&lt;br /&gt;
&lt;br /&gt;
== Step 1: Choose a license ==&lt;br /&gt;
&lt;br /&gt;
Click on &amp;quot;choose license&amp;quot; on most pages at creativecommons.org to visit the [http://www.creativecommons.org/license/ license selection application].&lt;br /&gt;
&lt;br /&gt;
== Step 2: Create an XMP template ==&lt;br /&gt;
&lt;br /&gt;
In order to mark you work you need an XMP template.  You can create this using a text editor.  Use the following text, replacing '''LICENSE_URL''', '''YOUR_NAME''' and '''LICENSE_NAME''' with the appropriate values.  &lt;br /&gt;
&lt;br /&gt;
For example, if a user chose [http://staging.creativecommons.org/license/results-one?q_1=2&amp;amp;q_1=1&amp;amp;field_commercial=yes&amp;amp;field_derivatives=yes&amp;amp;field_jurisdiction=&amp;amp;field_format=&amp;amp;field_worktitle=&amp;amp;field_attribute_to_name=&amp;amp;field_attribute_to_url=&amp;amp;field_sourceurl=&amp;amp;field_morepermissionsurl=&amp;amp;lang=en_US&amp;amp;language=en_US&amp;amp;n_questions=3 Attribution 3.0] they would replace '''LICENSE_URL''' with &amp;lt;code&amp;gt;http://creativecommons.org/licenses/by/3.0/&amp;lt;/code&amp;gt;, '''LICENSE_NAME''' with &amp;lt;code&amp;gt;Attribution 3.0&amp;lt;/code&amp;gt; and '''YOUR_NAME''' with the user's name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xpacket begin='' id=''?&amp;gt;&amp;lt;x:xmpmeta xmlns:x='adobe:ns:meta/'&amp;gt;&lt;br /&gt;
    &amp;lt;rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'&amp;gt;&lt;br /&gt;
      &amp;lt;xapRights:Marked&amp;gt;True&amp;lt;/xapRights:Marked&amp;gt; &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:dc='http://purl.org/dc/elements/1.1/'&amp;gt;&lt;br /&gt;
      &amp;lt;dc:rights&amp;gt;&lt;br /&gt;
       &amp;lt;rdf:Alt&amp;gt;&lt;br /&gt;
        &amp;lt;rdf:li xml:lang='x-default' &amp;gt;Copyright 2009, YOUR_NAME. Licensed to the public under Creative Commons LICENSE_NAME.&amp;lt;/rdf:li&amp;gt;&lt;br /&gt;
       &amp;lt;/rdf:Alt&amp;gt;&lt;br /&gt;
      &amp;lt;/dc:rights&amp;gt;&lt;br /&gt;
     &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:cc='http://creativecommons.org/ns#'&amp;gt;&lt;br /&gt;
      &amp;lt;cc:license rdf:resource='LICENSE_URL'/&amp;gt;&lt;br /&gt;
     &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/rdf:RDF&amp;gt;&lt;br /&gt;
&amp;lt;/x:xmpmeta&amp;gt;&amp;lt;?xpacket end='r'?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Step 2a (Mac OS X): Save the file to the right folder ==&lt;br /&gt;
&lt;br /&gt;
Under OS X save the file to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;tt&amp;gt;/Users/{YOUR USERNAME}/Library/Application Support/Adobe/XMP/Metadata Templates&amp;lt;/tt&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {YOUR USERNAME} is replaced with your OS X short username. You may have to manually create the 'Metadata Templates' directory before saving.&lt;br /&gt;
&lt;br /&gt;
The filename needs to end with '''.XMP'''.&lt;br /&gt;
&lt;br /&gt;
== Step 2a (Windows): Save the file to the right folder ==&lt;br /&gt;
&lt;br /&gt;
In Windows, the file should go in this folder:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
C:\Documents and Settings\&amp;lt;em&amp;gt;{YOUR USERNAME}&amp;lt;/em&amp;gt;\Application Data\Adobe\XMP\Metadata Templates&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {YOUR USERNAME} is replaced with your Windows username.  The easiest way do this is to save the file to the desktop, and then to:&lt;br /&gt;
&lt;br /&gt;
# Click on the Start Menu&lt;br /&gt;
# Click &amp;quot;Run...&amp;quot;&lt;br /&gt;
# Type Desktop\..\Application Data&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;&lt;br /&gt;
# Open the &amp;quot;Adobe&amp;quot; folder inside there&lt;br /&gt;
# Open the &amp;quot;XMP&amp;quot; folder inside there, ''or create it'' if there is no XMP folder&lt;br /&gt;
# Open the &amp;quot;Metadata Templates&amp;quot; folder inside, ''or create it'' if there is no folder by that name&lt;br /&gt;
# Drag the XMP file you saved to your desktop to the folder that just opened&lt;br /&gt;
# Close the folder&lt;br /&gt;
&lt;br /&gt;
You may have to create the &amp;quot;XMP&amp;quot; folder under &amp;quot;Adobe&amp;quot;, and you may also have to create the &amp;quot;Metadata Templates&amp;quot; folder under &amp;quot;XMP&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The filename needs to end with '''.XMP'''.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Mark Document ==&lt;br /&gt;
&lt;br /&gt;
Within your Adobe application open the metadata panel while editing a file you want to mark (File|File Info in Photoshop).  Using the fly-out menu in the upper right corner of the panel, choose the template you saved.&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-adobe-panel.png&lt;br /&gt;
&lt;br /&gt;
In Acrobat 6, go to Advanced | Document Metadata, select the Advanced panel on the left, then click on replace and select the xmp text file that you downloaded.&lt;br /&gt;
&lt;br /&gt;
Creative Commons license information will appear in the Description panel.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Save and Publish ==&lt;br /&gt;
&lt;br /&gt;
Save your file!  If publishing on the web the page that links to your XMP-marked document should contain a license notice and metadata, which can be copied from the same licensing process.&lt;br /&gt;
&lt;br /&gt;
= Tagging multiple files at once =&lt;br /&gt;
&lt;br /&gt;
You can mark multiple files with the same license metadata using the file browser (File|Browse in Photoshop).  Select the files you want to mark, then select the template you saved via the flyout menu in the metadata pane.&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-multiple.jpg&lt;br /&gt;
&lt;br /&gt;
= Beyond single files: Creative Commons File Info Panel =&lt;br /&gt;
&lt;br /&gt;
Copyright information is displayed in the standard Description panel (see screenshot above).  This may be supplemented by the [[Adobe Metadata Panel]].  This optional panel displays the copyright information available via the Description panel as well as a pointer to this page for help and a License URL, which may differ from the Copyright Info URL (see [[XMP#advanced|advanced usage]]).&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-cc-panel.png&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;br&amp;gt;The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.&lt;br /&gt;
&lt;br /&gt;
[http://www.mac-how.net Mac How]&lt;/div&gt;</summary>
		<author><name>Myrrhman</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=XMP_help_for_Adobe_applications&amp;diff=40682</id>
		<title>XMP help for Adobe applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=XMP_help_for_Adobe_applications&amp;diff=40682"/>
				<updated>2010-08-28T12:06:34Z</updated>
		
		<summary type="html">&lt;p&gt;Myrrhman: /* Beyond single files: Creative Commons File Info Panel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Technology]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[Category:XMP]]&lt;br /&gt;
[[Category:metadata]]&lt;br /&gt;
You are here because you want to use an Adobe application like Photoshop to mark files as re-usable under a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
Many Adobe applications support embedding [[XMP]] metadata in files, most notably PDF documents.  The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers an [[XMP]] template which may be used to mark documents with Creative Commons license information.&lt;br /&gt;
&lt;br /&gt;
Note that a licensed PDF document should include a visible copyright notice as described in [[HOWTO Tag HTML pages|how to tag works]] in addition to embedded metadata.&lt;br /&gt;
&lt;br /&gt;
{{Infobox|Only Photoshop CS has been well tested.  Problems have been reported getting Acrobat 6.0 to select downloaded XMP templates. Acrobat 5.0 does not support a UI for embedding XMP. Photoshop CS can embed XMP in PDFs via its [[#multiple|file browser]].}}&lt;br /&gt;
&lt;br /&gt;
= How to tag a single file =&lt;br /&gt;
&lt;br /&gt;
== Step 1: Choose a license ==&lt;br /&gt;
&lt;br /&gt;
Click on &amp;quot;choose license&amp;quot; on most pages at creativecommons.org to visit the [http://www.creativecommons.org/license/ license selection application].&lt;br /&gt;
&lt;br /&gt;
== Step 2: Create an XMP template ==&lt;br /&gt;
&lt;br /&gt;
In order to mark you work you need an XMP template.  You can create this using a text editor.  Use the following text, replacing '''LICENSE_URL''', '''YOUR_NAME''' and '''LICENSE_NAME''' with the appropriate values.  &lt;br /&gt;
&lt;br /&gt;
For example, if a user chose [http://staging.creativecommons.org/license/results-one?q_1=2&amp;amp;q_1=1&amp;amp;field_commercial=yes&amp;amp;field_derivatives=yes&amp;amp;field_jurisdiction=&amp;amp;field_format=&amp;amp;field_worktitle=&amp;amp;field_attribute_to_name=&amp;amp;field_attribute_to_url=&amp;amp;field_sourceurl=&amp;amp;field_morepermissionsurl=&amp;amp;lang=en_US&amp;amp;language=en_US&amp;amp;n_questions=3 Attribution 3.0] they would replace '''LICENSE_URL''' with &amp;lt;code&amp;gt;http://creativecommons.org/licenses/by/3.0/&amp;lt;/code&amp;gt;, '''LICENSE_NAME''' with &amp;lt;code&amp;gt;Attribution 3.0&amp;lt;/code&amp;gt; and '''YOUR_NAME''' with the user's name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xpacket begin='' id=''?&amp;gt;&amp;lt;x:xmpmeta xmlns:x='adobe:ns:meta/'&amp;gt;&lt;br /&gt;
    &amp;lt;rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'&amp;gt;&lt;br /&gt;
      &amp;lt;xapRights:Marked&amp;gt;True&amp;lt;/xapRights:Marked&amp;gt; &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:dc='http://purl.org/dc/elements/1.1/'&amp;gt;&lt;br /&gt;
      &amp;lt;dc:rights&amp;gt;&lt;br /&gt;
       &amp;lt;rdf:Alt&amp;gt;&lt;br /&gt;
        &amp;lt;rdf:li xml:lang='x-default' &amp;gt;Copyright 2009, YOUR_NAME. Licensed to the public under Creative Commons LICENSE_NAME.&amp;lt;/rdf:li&amp;gt;&lt;br /&gt;
       &amp;lt;/rdf:Alt&amp;gt;&lt;br /&gt;
      &amp;lt;/dc:rights&amp;gt;&lt;br /&gt;
     &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;rdf:Description rdf:about=''&lt;br /&gt;
      xmlns:cc='http://creativecommons.org/ns#'&amp;gt;&lt;br /&gt;
      &amp;lt;cc:license rdf:resource='LICENSE_URL'/&amp;gt;&lt;br /&gt;
     &amp;lt;/rdf:Description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/rdf:RDF&amp;gt;&lt;br /&gt;
&amp;lt;/x:xmpmeta&amp;gt;&amp;lt;?xpacket end='r'?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Step 2a (Mac OS X): Save the file to the right folder ==&lt;br /&gt;
&lt;br /&gt;
Under OS X save the file to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;tt&amp;gt;/Users/{YOUR USERNAME}/Library/Application Support/Adobe/XMP/Metadata Templates&amp;lt;/tt&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {YOUR USERNAME} is replaced with your OS X short username. You may have to manually create the 'Metadata Templates' directory before saving.&lt;br /&gt;
&lt;br /&gt;
The filename needs to end with '''.XMP'''.&lt;br /&gt;
&lt;br /&gt;
== Step 2a (Windows): Save the file to the right folder ==&lt;br /&gt;
&lt;br /&gt;
In Windows, the file should go in this folder:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
C:\Documents and Settings\&amp;lt;em&amp;gt;{YOUR USERNAME}&amp;lt;/em&amp;gt;\Application Data\Adobe\XMP\Metadata Templates&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {YOUR USERNAME} is replaced with your Windows username.  The easiest way do this is to save the file to the desktop, and then to:&lt;br /&gt;
&lt;br /&gt;
# Click on the Start Menu&lt;br /&gt;
# Click &amp;quot;Run...&amp;quot;&lt;br /&gt;
# Type Desktop\..\Application Data&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;&lt;br /&gt;
# Open the &amp;quot;Adobe&amp;quot; folder inside there&lt;br /&gt;
# Open the &amp;quot;XMP&amp;quot; folder inside there, ''or create it'' if there is no XMP folder&lt;br /&gt;
# Open the &amp;quot;Metadata Templates&amp;quot; folder inside, ''or create it'' if there is no folder by that name&lt;br /&gt;
# Drag the XMP file you saved to your desktop to the folder that just opened&lt;br /&gt;
# Close the folder&lt;br /&gt;
&lt;br /&gt;
You may have to create the &amp;quot;XMP&amp;quot; folder under &amp;quot;Adobe&amp;quot;, and you may also have to create the &amp;quot;Metadata Templates&amp;quot; folder under &amp;quot;XMP&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The filename needs to end with '''.XMP'''.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Mark Document ==&lt;br /&gt;
&lt;br /&gt;
Within your Adobe application open the metadata panel while editing a file you want to mark (File|File Info in Photoshop).  Using the fly-out menu in the upper right corner of the panel, choose the template you saved.&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-adobe-panel.png&lt;br /&gt;
&lt;br /&gt;
In Acrobat 6, go to Advanced | Document Metadata, select the Advanced panel on the left, then click on replace and select the xmp text file that you downloaded.&lt;br /&gt;
&lt;br /&gt;
Creative Commons license information will appear in the Description panel.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Save and Publish ==&lt;br /&gt;
&lt;br /&gt;
Save your file!  If publishing on the web the page that links to your XMP-marked document should contain a license notice and metadata, which can be copied from the same licensing process.&lt;br /&gt;
&lt;br /&gt;
= Tagging multiple files at once =&lt;br /&gt;
&lt;br /&gt;
You can mark multiple files with the same license metadata using the file browser (File|Browse in Photoshop).  Select the files you want to mark, then select the template you saved via the flyout menu in the metadata pane.&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-multiple.jpg&lt;br /&gt;
&lt;br /&gt;
= Beyond single files: Creative Commons File Info Panel =&lt;br /&gt;
&lt;br /&gt;
Copyright information is displayed in the standard Description panel (see screenshot above).  This may be supplemented by the [[Adobe Metadata Panel]].  This optional panel displays the copyright information available via the Description panel as well as a pointer to this page for help and a License URL, which may differ from the Copyright Info URL (see [[XMP#advanced|advanced usage]]).&lt;br /&gt;
&lt;br /&gt;
http://www.creativecommons.org/images/metadata/xmp-cc-panel.png&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;br&amp;gt;The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.&lt;br /&gt;
&lt;br /&gt;
[http://www.mac-how.net More Info]&lt;/div&gt;</summary>
		<author><name>Myrrhman</name></author>	</entry>

	</feed>