Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 15:21 UTC
Updated:
19 Aug 2009 at 11:50 UTC
Hi, I'd really like to have this module take care of all metadata work including the Dublin Core stuff.
We've got some sample code here that we're using to produce site in conjunciton with Nodewords - http://openconcept.ca/blog/mgifford/adding_dublin_core_metadata_to_drupal
Quite like that it seems to integrate with OpenCalais at the moment via the taxonomies.
However, for now I'd just like the option to disable the DC.title tag via the web interface. It should be an optional process to turn this on/off. Would also be so useful to extend this to address issues like we've done here.
<meta name="dc.title" content="Welcome to the CLF 2.x Discussion Space" />
<meta name="dc.description" content="Welcome to the CLF 2.0 discussion space hosted by OpenConcept.&nbsp; We have set up this site to feature elements of the CLF brand, the enhance accessibility and to test out Web 2.0 tools using the Drupal CMS Framework. This is a community site and" />
<meta name="dc.subject" scheme="GOCCST" content="General" />
<meta name="dc.identifier" scheme="DCTERMS.URI" content="http://clf.openconcept.ca/eng/welcome-clf-2x-discussion-space" />
<meta name="dc.creator" content="OpenConcept Consulting Inc." />
<meta name="pwgsc.contact.email" content="NCR.ABWEBPUB@pwgsc-tpsgc.gc.ca" />
<meta name="dc.publisher" content="OpenConcept Consulting Inc." />
<meta name="dcterms.issued" scheme="W3CDTF" content="2009-08-01" />
<meta name="dcterms.modified" scheme="W3CDTF" content="2009-08-01" />
<meta name="dc.format" content="text/html" />
<meta name="dc.audience" scheme="gcaudience" content="" />
<meta name="dcterms.spatial" scheme="gcgeonames" content="ottawa" />
<meta name="dc.format" content="OpenConcept Consulting Inc." />
Comments
Comment #1
avpadernoAs it is not possible to add features to an official release, if not creating another official release, see the development snapshot 6.x-1.x-dev, which already implements a way to disable the Dublin Core title.
The other part of the report is a duplicate of #518274: Add more Dublin Core meta tags.
Comment #2
mgiffordGlad one can turn off the DC.title in the dev release.
Comment #3
avpadernoAs Drupal CVS repository works, the development snapshot is used to create an official release; it's enough to tag the development snapshot with a tag, and it becomes the new official release. This also means that the new features added to the development snapshot will be in the next official release.
Comment #4
mgiffordAlways a question of how ready the snapshot is to adopt & test.