Author: bdube Date: Sun Feb 27 18:17:18 2011 New Revision: 1075105 URL: http://svn.apache.org/viewvc?rev=1075105&view=rev Log: Update example resume to conform to DTD. Update DTD to remove a change introduced in r264861 which is not reflected in the examples. Supply missing favicon.ico and fix corrupt project-logo.gif. Issue: FOR-1223 Thanks: Antoine Levy-Lambert
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/favicon.ico Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/schema/resume-v01.dtd forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/images/project-logo.gif forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume2.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/schema/resume-v01.dtd URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/schema/resume-v01.dtd?rev=1075105&r1=1075104&r2=1075105&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/schema/resume-v01.dtd (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/schema/resume-v01.dtd Sun Feb 27 18:17:18 2011 @@ -204,7 +204,7 @@ chance to remove it from their resumes. <!ELEMENT skill (%inlines;)*> <!ATTLIST skill id ID #IMPLIED - level (Basic | Advanced | Intermediate ) #REQUIRED> + level CDATA #IMPLIED> <!-- Have you published anything? --> <!ELEMENT pubs (pub+)> Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/favicon.ico URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/favicon.ico?rev=1075105&view=auto ============================================================================== Files forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/favicon.ico (added) and forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/favicon.ico Sun Feb 27 18:17:18 2011 differ Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/images/project-logo.gif URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/images/project-logo.gif?rev=1075105&r1=1075104&r2=1075105&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume2.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume2.xml?rev=1075105&r1=1075104&r2=1075105&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume2.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume2.xml Sun Feb 27 18:17:18 2011 @@ -115,11 +115,11 @@ CUBA</address> <!-- This job applies to both the construction and electrical targets --> <job targets="construction,electrical"> <jobtitle>Electrician's Assistant</jobtitle> + <employer>Mike's Wiring Co.</employer> <date> <month>May</month> <year>1993</year> </date> - <employer>Mike's Wiring Co.</employer> <projects> <project title="Electrify Phoenix">Rewired the city of Phoenix</project> <project>Fixed my mom's living room lamp</project> @@ -265,6 +265,7 @@ CUBA</address> </clearance> <clearance> <level>Junior Mothball Inspector</level> + <organization>USMBIA</organization> <period> <from> <date> @@ -279,7 +280,6 @@ CUBA</address> </date> </to> </period> - <organization>USMBIA</organization> </clearance> </clearances> <misc> 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=1075105&r1=1075104&r2=1075105&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 Sun Feb 27 18:17:18 2011 @@ -18,6 +18,8 @@ <status> <developers> <!-- 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="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. @@ -35,6 +37,15 @@ <changes> <!-- Add new releases here --> <release version="0.1" date="unreleased"> +<!-- 2011-02 --> + <action dev="BMD" type="update" context="docs" + 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 + introduced in r264861 which is not reflected in the examples. Supply + missing favicon.ico and fix corrupt project-logo.gif. + </action> +<!-- 2005-08 --> <action dev="RDG" type="add" context="admin"> Initial plugin code. </action>