You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by di...@apache.org on 2005/11/23 08:01:57 UTC

svn commit: r348392 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml

Author: diwaker
Date: Tue Nov 22 23:01:56 2005
New Revision: 348392

URL: http://svn.apache.org/viewcvs?rev=348392&view=rev
Log:
new sample resume, written from scratch. will refine as we go along

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml   (with props)

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml?rev=348392&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml Tue Nov 22 23:01:56 2005
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
+"http://xmlresume.sourceforge.net/dtd/resume.dtd">
+
+<resume id="sample">
+  <header>
+    <name id="john.doe">
+      <firstname>John</firstname>
+      <surname>Doe</surname>
+    </name>
+    <address>
+      <street>123 Fake St.</street>
+      <street>Apt. #45</street>
+      <city>Atlantis</city>
+      <state>NX</state>
+      <zip>99999-9999</zip>
+    </address>
+  </header>
+
+  <objective>
+    <para>
+      To fulfil my destiny.
+    </para>
+  </objective>
+
+  <lastModified>
+    <date>
+      <month>November</month>
+      <year>2005</year>
+    </date>
+  </lastModified>
+</resume>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/src/documentation/content/xdocs/resume.xml
------------------------------------------------------------------------------
    svn:eol-style = native