Licensing code in clouddocs-maven-plugin only supports version 3.0

Bug #1433868 reported by Anne Gentle
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-manuals
Won't Fix
Wishlist
Unassigned

Bug Description

Based on this XSL code in clouddocs-maven plugin in src/main/resources/cloud/webhelp/profile-webhelp.xsl line 242,

<xsl:template name="CCLegalNotice">
      <xsl:if test="starts-with(string(@role),'cc-')">
          <xsl:variable name="ccid"><xsl:value-of select="substring-after(string(@role),'cc-')"/></xsl:variable>
   <xsl:variable name="ccidURL">http://creativecommons.org/licenses/<xsl:value-of select="$ccid"/>/3.0/legalcode</xsl:variable>

It looks like only version 3.0 of a given Creative Commons license is supported. This will support cc-by, cc-by-sa, and so on, but only version 3.0 of each would be linked to in the output.

Tags: doc-builds
Revision history for this message
Anne Gentle (annegentle) wrote :
description: updated
Changed in openstack-manuals:
status: New → Confirmed
Revision history for this message
Anne Gentle (annegentle) wrote :

Text in output should clarify that content is Creative Commons and code is Apache 2.0 license.

Revision history for this message
Christian Berendt (berendt) wrote :

Anne, we probably need a issue for the Github project. Can you take care?

Revision history for this message
Anne Gentle (annegentle) wrote :

It's a stackforge project, so tracking in Launchpad is fine and what we've done in the past.

Changed in openstack-manuals:
importance: Undecided → Wishlist
Revision history for this message
KATO Tomoyuki (kato-tomoyuki) wrote :

At now, we don't use clouddocs-maven-plugin.

Changed in openstack-manuals:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.