Author: crossley Date: Tue Mar 1 06:15:40 2011 New Revision: 1075671 URL: http://svn.apache.org/viewvc?rev=1075671&view=rev Log: Use the person name as title of document. Issue: FOR-1225 Contributed by: Antoine Levy-Lambert
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl?rev=1075671&r1=1075670&r2=1075671&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl Tue Mar 1 06:15:40 2011 @@ -140,7 +140,7 @@ </xsl:template> <xsl:template match="resume:header"> <header> - <title>CV for <xsl:value-of select="resume:name/resume:title"/> + <title><xsl:value-of select="resume:name/resume:title"/> <xsl:value-of select="resume:name/resume:firstname"/> <xsl:text> </xsl:text> <xsl:value-of select="resume:name/resume:surname"/></title> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml?rev=1075671&r1=1075670&r2=1075671&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml Tue Mar 1 06:15:40 2011 @@ -20,6 +20,7 @@ <!-- Add new developers here --> <person name="Ross Gardler" email="rgard...@apache.org" id="RDG"/> <person name="Brian M. Dube" email="bd...@apache.org" id="BMD"/> + <person name="David Crossley" email="cross...@apache.org" id="DC"/> <person name="Volunteer needed" email="d...@forrest.apache.org" id="open"/> </developers> <!-- Define here the Title of the Context you want to display in the Changes pages. @@ -37,8 +38,14 @@ <changes> <!-- Add new releases here --> <release version="0.1" date="unreleased"> +<!-- 2011-03 --> + <action dev="DC" type="update" context="code" + due-to="Antoine Levy-Lambert" + fixes-bug="FOR-1225"> + Use the person name as title of document. + </action> <!-- 2011-02 --> - <action dev="BMD" type="update" context="docs" + <action dev="BMD" type="update" context="code" due-to="Antoine Levy-Lambert" due-to-email="anto...@apache.org" fixes-bug="FOR-1223"> Update example resume to conform to DTD. Update DTD to remove a change @@ -46,7 +53,7 @@ missing favicon.ico and fix corrupt project-logo.gif. </action> <!-- 2005-08 --> - <action dev="RDG" type="add" context="admin"> + <action dev="RDG" type="add" context="code"> Initial plugin code. </action> </release>