Author: rgardler
Date: Wed Aug 31 07:07:48 2005
New Revision: 265045
URL: http://svn.apache.org/viewcvs?rev=265045&view=rev
Log:
add templates for various parts of the resume document
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft?rev=265045&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft
(added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft
Wed Aug 31 07:07:48 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-academics" type="nugget">
+ <description>
+ resume-content-academics - Output a formatted copy of the availability sectiopn
+ of a resume document.
+ </description>
+ <usage><![CDATA[<forrest:contract name="resume-content-academics"/>]]></usage>
+ <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ format="xhtml" name="resume-content-academics" 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-academics-body">
+ <xsl:comment>+
+ | start resume-content-academics
+ +</xsl:comment>
+ <div id="resume-content-academics-area">
+ <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-academics']/*"/>
+ </div>
+<xsl:comment>+
+ | end resume-content-academics
+ +</xsl:comment>
+ </xsl:template>
+ </xsl:stylesheet>
+ </forrest:template>
+</forrest:contract>
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft?rev=265045&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft
(added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft
Wed Aug 31 07:07:48 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-history" type="nugget">
+ <description>
+ resume-content-history - Output a formatted copy of the availability sectiopn
+ of a resume document.
+ </description>
+ <usage><![CDATA[<forrest:contract name="resume-content-history"/>]]></usage>
+ <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ format="xhtml" name="resume-content-history" 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-history-body">
+ <xsl:comment>+
+ | start resume-content-history
+ +</xsl:comment>
+ <div id="resume-content-history-area">
+ <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-history']/*"/>
+ </div>
+<xsl:comment>+
+ | end resume-content-history
+ +</xsl:comment>
+ </xsl:template>
+ </xsl:stylesheet>
+ </forrest:template>
+</forrest:contract>
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft?rev=265045&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft
(added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft
Wed Aug 31 07:07:48 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-interests" type="nugget">
+ <description>
+ resume-content-interests - Output a formatted copy of the availability sectiopn
+ of a resume document.
+ </description>
+ <usage><![CDATA[<forrest:contract name="resume-content-interests"/>]]></usage>
+ <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ format="xhtml" name="resume-content-interests" 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-interests-body">
+ <xsl:comment>+
+ | start resume-content-interests
+ +</xsl:comment>
+ <div id="resume-content-interests-area">
+ <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-interests']/*"/>
+ </div>
+<xsl:comment>+
+ | end resume-content-interests
+ +</xsl:comment>
+ </xsl:template>
+ </xsl:stylesheet>
+ </forrest:template>
+</forrest:contract>
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft?rev=265045&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft
(added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft
Wed Aug 31 07:07:48 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-referees" type="nugget">
+ <description>
+ resume-content-referees - Output a formatted copy of the availability sectiopn
+ of a resume document.
+ </description>
+ <usage><![CDATA[<forrest:contract name="resume-content-referees"/>]]></usage>
+ <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ format="xhtml" name="resume-content-referees" 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-referees-body">
+ <xsl:comment>+
+ | start resume-content-referees
+ +</xsl:comment>
+ <div id="resume-content-referees-area">
+ <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-referees']/*"/>
+ </div>
+<xsl:comment>+
+ | end resume-content-referees
+ +</xsl:comment>
+ </xsl:template>
+ </xsl:stylesheet>
+ </forrest:template>
+</forrest:contract>
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft?rev=265045&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft
(added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft
Wed Aug 31 07:07:48 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-skillareas" type="nugget">
+ <description>
+ resume-content-skillareas - Output a formatted copy of the availability sectiopn
+ of a resume document.
+ </description>
+ <usage><![CDATA[<forrest:contract name="resume-content-skillareas"/>]]></usage>
+ <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ format="xhtml" name="resume-content-skillareas" 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-skillareas-body">
+ <xsl:comment>+
+ | start resume-content-skillareas
+ +</xsl:comment>
+ <div id="resume-content-skillareas-area">
+ <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-skillareas']/*"/>
+ </div>
+<xsl:comment>+
+ | end resume-content-skillareas
+ +</xsl:comment>
+ </xsl:template>
+ </xsl:stylesheet>
+ </forrest:template>
+</forrest:contract>
|