You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/13 01:07:44 UTC

svn commit: r280442 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates: resume-content-awards.ft resume-content-memberships.ft resume-content-misc.ft resume-content-pubs.ft

Author: rgardler
Date: Mon Sep 12 16:07:30 2005
New Revision: 280442

URL: http://svn.apache.org/viewcvs?rev=280442&view=rev
Log:
add templates for publications, awards, memberships and misc sections

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft?rev=280442&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft Mon Sep 12 16:07:30 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  name="resume-content-awards" type="nugget">
+  <description>
+    resume-content-awards - Output a formatted copy of the awards section
+    of a resume document. 
+  </description>
+  <usage><![CDATA[<forrest:contract name="resume-content-awards"/>]]></usage>
+  <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+    format="xhtml" name="resume-content-awards" inputFormat="xsl" body="true" head="false">
+     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+	    <xsl:template name="resume-content-awards-body">
+	<xsl:comment>+
+	    | start resume-content-awards
+	    +</xsl:comment>
+      <div id="resume-content-awards-area">
+        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-awards']/*"/>
+      </div>
+<xsl:comment>+
+    | end resume-content-awards
+    +</xsl:comment>
+		  </xsl:template>
+	  </xsl:stylesheet>
+  </forrest:template>
+</forrest:contract>

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft?rev=280442&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft Mon Sep 12 16:07:30 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  name="resume-content-memberships" type="nugget">
+  <description>
+    resume-content-memberships - Output a formatted copy of the memberships section
+    of a resume document. 
+  </description>
+  <usage><![CDATA[<forrest:contract name="resume-content-memberships"/>]]></usage>
+  <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+    format="xhtml" name="resume-content-memberships" inputFormat="xsl" body="true" head="false">
+     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+	    <xsl:template name="resume-content-memberships-body">
+	<xsl:comment>+
+	    | start resume-content-memberships
+	    +</xsl:comment>
+      <div id="resume-content-memberships-area">
+        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-memberships']/*"/>
+      </div>
+<xsl:comment>+
+    | end resume-content-memberships
+    +</xsl:comment>
+		  </xsl:template>
+	  </xsl:stylesheet>
+  </forrest:template>
+</forrest:contract>

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft?rev=280442&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft Mon Sep 12 16:07:30 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  name="resume-content-misc" type="nugget">
+  <description>
+    resume-content-misc - Output a formatted copy of the misc. sections
+    of a resume document. 
+  </description>
+  <usage><![CDATA[<forrest:contract name="resume-content-misc"/>]]></usage>
+  <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+    format="xhtml" name="resume-content-misc" inputFormat="xsl" body="true" head="false">
+     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+	    <xsl:template name="resume-content-misc-body">
+	<xsl:comment>+
+	    | start resume-content-misc
+	    +</xsl:comment>
+      <div id="resume-content-misc-area">
+        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@class='resume-misc']/*"/>
+      </div>
+<xsl:comment>+
+    | end resume-content-misc
+    +</xsl:comment>
+		  </xsl:template>
+	  </xsl:stylesheet>
+  </forrest:template>
+</forrest:contract>

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft?rev=280442&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft Mon Sep 12 16:07:30 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  name="resume-content-pubs" type="nugget">
+  <description>
+    resume-content-pubs - Output a formatted copy of the publications section
+    of a resume document. 
+  </description>
+  <usage><![CDATA[<forrest:contract name="resume-content-pubs"/>]]></usage>
+  <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+    format="xhtml" name="resume-content-pubs" inputFormat="xsl" body="true" head="false">
+     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+	    <xsl:template name="resume-content-pubs-body">
+	<xsl:comment>+
+	    | start resume-content-pubs
+	    +</xsl:comment>
+      <div id="resume-content-pubs-area">
+        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-pubs']/*"/>
+      </div>
+<xsl:comment>+
+    | end resume-content-pubs
+    +</xsl:comment>
+		  </xsl:template>
+	  </xsl:stylesheet>
+  </forrest:template>
+</forrest:contract>