Hi,

are you thinking on making a version for Drupal 6?

Some of us would be very happy with such a module...

Comments

Hetta’s picture

marked http://drupal.org/node/275793 as duplicate.

AntiNSA’s picture

yes mee too

mandclu’s picture

+1 for IPTC in D6

jphautin’s picture

Component: Code » Miscellaneous
Status: Active » Needs review

Based on exif module and its compatibility with views module, i create a D6 version for iptc on the same principles. Hope it could helps.
For a quick start, you could use cck_gallery module.
On the iptc configuration page, declare cck_image has a node that could integrate iptc data.
add a field on the cck_image node type named "field_iptc_keywords" indicate that you want only the keywords data.
The list above indicate what key shoudl work with this module :

	public static $humanReadableKey = array(
		"2#202" => "object_data_preview_data",
		"2#201" => "object_data_preview_file_format_version",
		"2#200" => "object_data_preview_file_format",
		"2#154" => "audio_outcue",
		"2#153" => "audio_duration",
		"2#152" => "audio_sampling_resolution",
		"2#151" => "audio_sampling_rate",
		"2#150" => "audio_type",
		"2#135" => "language_identifier",
		"2#131" => "image_orientation",
		"2#130" => "image_type",
		"2#125" => "rasterized_caption",		
		"2#122" => "writer",
		"2#120" => "caption",
		"2#118" => "contact",
		"2#116" => "copyright_notice",
		"2#115" => "source",
		"2#110" => "credit",
		"2#105" => "headline",
		"2#103" => "original_transmission_reference",
		"2#101" => "country_name",
		"2#100" => "country_code",
		"2#095" => "state",
		"2#092" => "sublocation",
		"2#090" => "city",
		"2#085" => "by_line_title",
		"2#080" => "by_line",
		"2#075" => "object_cycle",
		"2#070" => "program_version",
		"2#065" => "originating_program",
		"2#063" => "digital_creation_time",
		"2#062" => "digital_creation_date",		
		"2#060" => "creation_time",
		"2#055" => "creation_date",
		"2#050" => "reference_number",
		"2#047" => "reference_date",
		"2#045" => "reference_service",
		"2#042" => "action_advised",
		"2#040" => "special_instruction",
		"2#038" => "expiration_time",
		"2#037" => "expiration_date",
		"2#035" => "release_time",
		"2#030" => "release_date",
		"2#027" => "content_location_name",
		"2#026" => "content_location_code",
		"2#025" => "keywords",
		"2#022" => "fixture_identifier",
		"2#020" => "supplemental_category",	
		"2#015" => "category",
		"2#010" => "subject_reference",	
		"2#010" => "urgency",
		"2#008" => "editorial_update",
		"2#007" => "edit_status",
		"2#005" => "object_name",
		"2#004" => "object_attribute_reference",
		"2#003" => "object_type_reference",
		"2#000" => "record_version"
		);

Tested on PHP5 Drupal 6.11 to 6.13 with cck gallery and exif module.

marcoka’s picture

where is the d6 version for testing? can not find it. thank you

rtblair03’s picture

I'd also like to know if there's a d6 testing version.

jphautin’s picture

This code as been integrated in drupal 6 EXIF module.
regards,

prifre’s picture

The EXIF module can handle IPTC tags in cooperation with CCK.
That is the best solution for IPTC support in Drupal I believe...

marcoka’s picture

Status: Needs review » Closed (won't fix)