You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/04/23 09:51:15 UTC

svn commit: r396240 - in /forrest/trunk/whiteboard/plugins: ./ org.apache.forrest.plugin.input.citations/ org.apache.forrest.plugin.input.citations/lib/ org.apache.forrest.plugin.input.citations/resources/ org.apache.forrest.plugin.input.citations/reso...

Author: crossley
Date: Sun Apr 23 00:51:11 2006
New Revision: 396240

URL: http://svn.apache.org/viewcvs?rev=396240&view=rev
Log:
Add initial citations plugin.
Thanks to Ross Gardler who contributed the code against an early version
of Forrest, and to Gavin McDonald who prepared it as a new input plugin.
Issue: FOR-756

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/favicon.ico   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group-logo.gif   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/icon.png   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project-logo.gif   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/usemap.gif   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml   (with props)
Modified:
    forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project default="docs" basedir="." name="Forrest org.apache.forrest.plugin.input.citations build file">
+  <property name="plugin-name" value="org.apache.forrest.plugin.input.citations"/>
+  <property name="forrest.version" value="0.8"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <property name="description" value="A Central Location For Citations."/>
+  <property name="author" value="Apache Forrest Project"/>
+  <property name="websiteURL" value="http://localhost:8888/docs/plugins/org.apache.forrest.plugin.input.citations"/>
+  <property name="downloadURL" value="http://localhost:8888/plugins/"/>
+  
+  <import file="../build.xml"/>
+
+  <!-- Add any additional installation work here in the build target, for example:
+  <target name="build"
+          description="Extract the tools">
+     <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
+       <fileset dir="tools">
+          <include name="pluginBionaryTools.zip"/>
+        </fileset>
+     </unzip>   
+  </target>
+  -->
+</project>
+  
+  

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties Sun Apr 23 00:51:11 2006
@@ -0,0 +1,26 @@
+# 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.
+
+##############
+# This is a minimal properties file.
+# These are defaults, un-comment them only if you need to change them.
+# See the full set of default properties in a 'forrest seed-sample' site.
+# Copy properties from there as needed.
+##############
+
+# FIXME: FOR-785
+forrest.validate.skinconf=false
+
+project.required.plugins=org.apache.forrest.plugin.input.citations,org.apache.forrest.plugin.input.projectInfo

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/forrest.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap Sun Apr 23 00:51:11 2006
@@ -0,0 +1,76 @@
+<?xml version="1.0"?>
+<!-- ===============================================
+
+  Copyright 1999-2006 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
+
+'references' pipelines.  Implements source XML, body HTML and output PDF pipelines.
+
+Handles different Reference DTD versions by sniffing the DOCTYPE, and
+applying an appropriate transformation.
+
+Generates  :  Source XML, body HTML, output PDF
+Example URL:  http://localhost:8888/references.xml       # Source XML for References
+Example URL:  http://localhost:8888/body-references.html # Body HTML for References
+Example URL:  http://localhost:8888/references.pdf       # PDF of References
+Used by    :  sitemap.xmap, which binds these generic pipelines to URLs.
+Uses       :  content/xdocs/**.xml, depending on URL binding.
+
+$Revision: 1.1.1.1 $
+==================================================== -->
+
+
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:components>
+    <map:actions>
+      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
+        <sourcetype name="citations-v10">
+          <document-declaration public-id="-//Apache Forrest//DTD Citations V1.0//EN" />
+        </sourcetype>
+      </map:action>
+    </map:actions>
+
+    <map:selectors default="parameter">
+      <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
+    </map:selectors>
+  </map:components>
+
+  <map:resources>
+    <map:resource name="transform-to-document">
+      <map:act type="sourcetype" src="{src}">
+        <map:select type="parameter">
+          <map:parameter name="parameter-selector-test" value="{sourcetype}" />
+	  <map:when test="citations-v10">
+	    <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+		  <map:transform src="{lm:citations.transform.reference.document}" />
+		  <map:serialize type="xml-document"/>
+          </map:when>
+        </map:select>
+      </map:act>
+    </map:resource>
+  </map:resources>
+
+  <map:pipelines>
+    <map:pipeline internal="true">
+      <!-- Use the SourceType Action in preference -->
+      <map:match pattern="**.xml">
+        <map:call resource="transform-to-document">
+		<map:parameter name="src" value="{lm:project.{1}.xml}" />
+        </map:call>
+      </map:match>
+    </map:pipeline>
+
+  </map:pipelines>
+</map:sitemap>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt Sun Apr 23 00:51:11 2006
@@ -0,0 +1 @@
+Place any libraries required by your plugin in this directory.
\ No newline at end of file

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/lib/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,42 @@
+<?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.
+-->
+<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
+
+  <components>
+    <matchers default="lm">
+      <matcher 
+        name="lm" 
+        src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
+    </matchers>
+    <selectors default="exists">
+          <selector name="exists" logger="sitemap.selector.exists"  
+                    src="org.apache.forrest.sourceexists.SourceExistsSelector" />
+    </selectors>
+  </components>
+  
+  <locator>    
+    <match pattern="citations.transform.*.*">
+        <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
+    </match>   
+    <match pattern="resolvePluginContract.*.**">
+      <select type="exists">
+        <location src="{forrest:plugins}/org.apache.forrest.plugin.input.citations/resources/themes/{project:theme}/{1}/{2}.fv" />
+      </select>
+    </match>  
+</locator>
+</locationmap>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat Sun Apr 23 00:51:11 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+
+<!-- OASIS XML Catalog for Forrest Documents -->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+         prefer="public">
+
+  <public publicId="-//Apache Forrest//DTD Citations V1.0//EN"
+  uri="citations-v10.dtd"/>
+  <public publicId="-//Apache Forrest//ENTITIES Citations V1.0//EN"
+  uri="citations-v10.mod"/>
+</catalog>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd Sun Apr 23 00:51:11 2006
@@ -0,0 +1,69 @@
+<!--
+  Copyright 2006 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.
+-->
+<!-- ===================================================================
+
+     Apache Citation DTD (Version 1.0)
+
+PURPOSE:
+  This DTD was developed to create a simple yet powerful document
+  type for references for use with the Apache projects.
+  It is an XML-compliant DTD and it's maintained by the Apache XML
+  project.
+
+TYPICAL INVOCATION:
+
+  <!DOCTYPE glossary PUBLIC
+       "-//APACHE//DTD REFERENCES Vx.y//EN"
+       "references-vxy.dtd">
+
+  where
+
+    x := major version
+    y := minor version
+
+==================================================================== -->
+
+<!-- =============================================================== -->
+<!-- Include the Documentation DTD -->
+<!-- =============================================================== -->
+
+<!ENTITY % document PUBLIC
+    "-//APACHE//ENTITIES Documentation V1.3//EN"
+    "document-v13.mod">
+%document;
+
+<!-- =============================================================== -->
+<!-- Include the Common ISO Character Entity Sets -->
+<!-- =============================================================== -->
+
+<!ENTITY % common-charents PUBLIC
+    "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
+    "common-charents-v10.mod">
+%common-charents;
+
+<!-- =============================================================== -->
+<!-- Document Type Definition -->
+<!-- =============================================================== -->
+
+<!ENTITY % references PUBLIC
+    "-//Apache Forrest//ENTITIES Citations V1.0//EN"
+    "citations-v10.mod">
+%references;
+
+<!-- =============================================================== -->
+<!-- End of DTD -->
+<!-- =============================================================== -->

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod Sun Apr 23 00:51:11 2006
@@ -0,0 +1,52 @@
+<!--
+  Copyright 2006 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.
+-->
+<!-- ===================================================================
+
+     Apache References module (Version 1.0)
+
+TYPICAL INVOCATION:
+
+  <!ENTITY % faq PUBLIC
+      "-//Apache Forrest//ENTITIES Citations Vxy//EN"
+      "citations-vxy.mod">
+  %faq;
+
+  where
+
+    x := major version
+    y := minor version
+
+NOTES:
+
+==================================================================== -->
+
+<!-- =============================================================== -->
+<!-- Element declarations -->
+<!-- =============================================================== -->
+
+<!ELEMENT references (authors?, (part)+)>
+<!ATTLIST references %common.att;>
+
+    <!ELEMENT part (title, (item | part)+) >
+    <!ATTLIST part %common.att;>
+
+    <!ELEMENT item (%content.mix;)*>
+    <!ATTLIST item %common.att;>
+
+<!-- =============================================================== -->
+<!-- End of DTD -->
+<!-- =============================================================== -->

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/citations-v10.mod
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl Sun Apr 23 00:51:11 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+
+<xsl:stylesheet
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    version="1.0">
+
+  <xsl:template match="@*|*|text()|processing-instruction()|comment()">
+    <xsl:copy>
+      <xsl:apply-templates select="@*|*|text()|processing-instruction()|comment()"/>
+    </xsl:copy>
+  </xsl:template>
+
+</xsl:stylesheet>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/copyover.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl Sun Apr 23 00:51:11 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+
+<xsl:stylesheet
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    version="1.0">
+
+  <xsl:import href="copyover.xsl"/>
+
+  <xsl:template match="references">
+   <document>
+    <header>
+     <title>References</title>
+    </header>
+    <body>
+      <xsl:apply-templates select="part"/>
+    </body>
+   </document>  
+  </xsl:template>
+
+  <xsl:template match="part">
+    <section>
+      <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
+      <title><xsl:value-of select="title"/></title>
+      <table>
+        <tr>
+          <th>Citation</th>
+          <th>Details</th>
+        </tr>
+        <xsl:apply-templates select="item"/>
+      </table>
+    </section>
+  </xsl:template>
+
+  <xsl:template match="item">
+    <xsl:variable name="id">
+      <xsl:call-template name="generate-id"/>
+    </xsl:variable>
+    <tr id="{$id}">
+      <td>[<xsl:value-of select="$id"/>]</td>
+      <td><xsl:apply-templates/></td>
+    </tr>
+  </xsl:template>
+  
+  <xsl:template name="generate-id">
+    <xsl:choose>
+      <xsl:when test="@id">
+        <xsl:value-of select="@id"/>
+      </xsl:when>
+      <xsl:otherwise>
+        <xsl:value-of select="concat(concat(local-name(.), '-'), generate-id(.))"/>
+      </xsl:otherwise>
+  </xsl:choose>
+  </xsl:template>
+
+  
+</xsl:stylesheet>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/favicon.ico
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/favicon.ico?rev=396240&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = image/x-icon

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group-logo.gif
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group-logo.gif?rev=396240&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg Sun Apr 23 00:51:11 2006
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/group.svg
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/icon.png
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/icon.png?rev=396240&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project-logo.gif
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project-logo.gif?rev=396240&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg Sun Apr 23 00:51:11 2006
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="420" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/project.svg
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/usemap.gif
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/usemap.gif?rev=396240&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/images/usemap.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,45 @@
+<?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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Welcome to the org.apache.forrest.plugin.input.citations Plugin</title> 
+  </header> 
+  <body> 
+    <section id="overview">
+      <title>Apache Forrest - org.apache.forrest.plugin.input.citations Plugin</title>
+      <p>A Central Location For Citations.</p>
+    </section>
+    
+    <section id="samples">
+      <title>Samples</title>
+      <p>This section includes links to a number of samples using this plugin. The
+      plugin is intended to be self documenting through these samples. If you 
+      require further help please ask on the user mailing list.</p>
+      
+      <ul>
+        <li><fixme author="rdg">Add a link to a sample here...</fixme></li>
+        <li><fixme author="rdg">Add another sample link here...</fixme></li>
+      </ul>
+      
+      <note>The more samples included here the easier it is for users to
+      understand this plugin. If you can provide additional samples please
+      do so.</note>
+    </section>
+  </body>
+</document>

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

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE references PUBLIC "-//Apache Forrest//DTD Citations V1.0//EN" "citations-v10.dtd">
+<references>
+  
+  <part id="a">
+    <title>A</title>
+    
+    <item id="ApacheHTTPD">
+      Apache Software Foundations HTTPD Server (Web Server). <link href="http://httpd.apache.org">http://httpd.apache.org</link>
+    </item>
+    
+    <item id="appletWrting">
+      <link href="http://java.sun.com/docs/books/tutorial/applet/">Writing Applets</link> Trail.
+    </item>
+          
+  </part>
+  
+  <part id="b">
+    <title>B</title>
+    
+    <item id="BernersLee89">
+      Tim Berners-Lee. Information Management: A proposal, May 1990
+    </item>
+  </part>
+  
+  <part id="c">
+    <title>C</title>
+    
+    <item id="Contracts">
+      <link href="http://www.cgi101.com/class/">CGI101 </link> (Six chapters available online)
+    </item>
+    
+    <item id="Clark88">
+      David D. Clark. The Design Philosophy of the DARPA Intyernet Protocols. In Proceedings of ACM SIGCOMM, pages 106-114, August 1988.<br/>
+      <link href="http://www.acm.org/sigs/sigcomm/ccr/archive/1995/jan95/ccr-9501-clark.html">http://www.acm.org/sigs/sigcomm/ccr/archive/1995/jan95/ccr-9501-clark.html</link>
+    </item>
+    
+    <item id="coronel2003DBSys">
+      Rob Coronel. Database Systems: Design, Implementation and Management. Course Technology. 2003. ISBN 0-7600-1090-0.
+    </item>
+  </part>
+  
+  <part id="d">
+    <title>D</title>
+    
+    <item id="DOM">
+      <link href="http://www.w3c.org/DOM/">Document Object Model</link>
+    </item>
+    
+    <item id="Dietel2002Internet">
+      Dietel, Dietel and Nieto. The Complete Interenet and World Wide Web Programming Training Course. Pearson PTR. 2002
+    </item>
+    
+  </part>
+    
+  <part id="e">
+	  <title>E</title>
+	  <item></item>
+  
+  </part>
+  
+  <part id="f">
+    <title>F</title>
+  <item></item>
+  </part>
+  
+  <part id="g">
+    <title>G</title>
+    
+    <item id="gimp">
+      The GIMP. <link href="http://www.gimp.org">http://www.gimp.org</link>
+    </item>
+  
+  </part>
+  
+  <part id="h">
+    <title>H</title>
+  
+    <item id="Heninger1980">
+      K. L. Heninger, Specifying Software Requirements for complex systems.
+      New technologies and their applications. <em>IEEE Trans. on Software
+      Engineering</em>, <strong>SE-6</strong> (1), 2-13 [68, 124]
+    </item>
+    <item id="Huitema98">
+      Christian huitema. <em>IPv6: The New Internet Protocol.</em> Prentice Hall, second edition, January 2000. ISBN 0130226475.
+      </item>
+  </part>
+  
+  <part id="i">
+    <title>I</title>
+  <item></item>
+  </part>
+  
+  <part id="j">
+    <title>J</title>
+    
+    <item id="javaGettingStarted">
+      <link href="http://java.sun.com/docs/books/tutorial/getStarted/index.html">Getting started with Java</link>.
+    </item>
+    
+    <item id="javaScriptGuide">
+      Netscape <link href="http://devedge.netscape.com/library/manuals/2000/javascript/1.5/guide/">JavaScript Guide</link>.
+      (<link href="http://devedge.netscape.com/library/manuals/2000/javascript/1.5/guide/CoreGuideJS15.zip">download</link>)
+    </item>
+    
+    <item id="javaScriptReference">
+      Netscape <link href="http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/">JavaScript Reference</link>.
+      (<link href="http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/CoreReferenceJS15.zip">download</link>)
+    </item>
+  
+  </part>
+  
+  <part id="k">
+    <title>K</title>
+  <item></item>
+  </part>
+  
+  <part id="l">
+    <title>L</title>
+  
+    <item id="LaudonMIS2002">
+      Laudon &amp; Laudon. Management Information Systems: Managing the Digital Firm. 7th Edition
+      Prentice Hall - 2002.
+    </item>
+  </part>
+  
+  <part id="m">
+    <title>M</title>
+  <item></item>
+  </part>
+  
+  <part id="n">
+    <title>N</title>
+  
+    <item id="Nelson2002">
+      Anne Nelson and William H. M. Nelson III. Building Electronic Commerce with Web Database Constructions.
+      Addison Wesley, 2002.
+    </item>
+  
+    <item id="Nelson67">
+      T.H. Nelson. Getting it Out of Our Systems. In G. Schechter, editor, 
+      <em>Critique of Information Retrieval</em>, pages 191-210. Thompson Books, 1967.
+    </item>
+    
+    <item id="netcraftWebServerSurvey">
+      Netcraft Web Server Survey. <link href="http://news.netcraft.com/">http://news.netcraft.com/</link>
+    </item>
+    
+  </part>
+  
+  <part id="o">
+    <title>O</title>
+    
+    <item id="OASIS">
+      <link href="http://www.oasis-open.org">OASIS</link>
+    </item>
+  
+  </part>
+  
+  <part id="P">
+    <title>P</title>
+  <item></item>
+  </part>
+  
+  <part id="q">
+    <title>Q</title>
+  <item></item>
+  </part>
+  
+  <part id="r">
+    <title>R</title>
+  
+    <item id="RESTWiki">
+      REpresentational State Transfer (REST) <link href="http://internet.conveyor.com/RESTwiki/moin.cgi/FrontPage">Wiki</link>
+    </item>
+  </part>
+  
+  <part id="s">
+    <title>S</title>
+    
+     <item id="SOAP">
+       <link href="http://www.w3.org/TR/SOAP/">Simple Object Access protocol (SOAP)</link>
+     </item>
+    
+    <item id="Sommerville1995SoftEng">
+      I. Summerville, Software Engineering. Fifth Edition. Addison-Wesley. 1995
+    </item>
+    
+    <item id="swingApplets">
+      <link href="http://java.sun.com/docs/books/tutorial/uiswing/components/applet.html">Writing Swing Applets</link>
+    </item>
+  </part>
+  
+  <part id="t">
+	  <title>T</title>
+	  <item></item>
+  </part>
+  
+  <part id="u">
+    <title>U</title>
+  
+    <item id="UDDI">
+      <link href="http://www.uddi.org/">Universal Description, Discovery and Integration (UDDI)</link>
+    </item>
+  </part>
+  
+  <part id="v">
+	  <title>V</title>
+	  <item></item>
+  </part>
+  
+  <part id="w">
+    <title>W</title>
+    
+    <item id="WSDL">
+      <link href="http://www.w3.org/TR/wsdl">Web Services Description Language (WSDL)</link>
+    </item>
+  
+    <item id="w3cWebServicesArchitecture">
+      <link href="http://www.w3.org/TR/ws-arch/">W3C Web Services Architecture</link>
+    </item>
+    
+    <item id="w3cWebServicesRequirements">
+      <link href="http://www.w3.org/TR/wsa-reqs">W3C Web Services Requirements</link>
+    </item>
+  
+    <item id="w3cValidator">
+      XHTML Validator <link href="http://validator.w3.org">http://validator.w3.org</link>
+    </item>
+  
+    <item id="webhistory">
+      Web history <link href="http://www.isoc.org/internet/history/">http://www.isoc.org/internet/history/</link>
+    </item>
+  </part>
+  
+  <part id="xyz">
+    <title>XYZ</title>
+    
+    <item id="SGMLEntities">
+      SGML Entities. <link href="http://www.w3.org/TR/REC-html40/sgml/entities.html">http://www.w3.org/TR/REC-html40/sgml/entities.html</link>
+    </item>
+  </part>
+</references>

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

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!--
+  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 site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<link href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <link
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
+
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+
+<site label="org.apache.forrest.plugin.input.citations" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+
+  <about label="About">
+    <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.input.citations"/>
+    <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
+    <changes label="Changes" href="changes.html" description="History of Changes" />
+    <todo label="Todo" href="todo.html" description="Todo List" />
+  </about>
+
+  <!--
+  The href must be wholesite.html/pdf  You can change the labels and node names
+  <all label="All">
+    <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
+    <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
+  </all>
+  -->
+
+  <external-refs>
+    <forrest href="http://forrest.apache.org/">
+      <linking href="docs/linking.html"/>
+      <validation href="docs/validation.html"/>
+      <webapp href="docs/your-project.html#webapp"/>
+      <dtd-docs href="docs/dtd-docs.html"/>
+      <plugins href="docs/plugins"/>
+    </forrest>
+  </external-refs>
+
+</site>

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

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,43 @@
+<?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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+
+<tabs software="MyProj"
+  title="MyProj"
+  copyright="Foo"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+
+  <tab id="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
+  <tab id="" label="Plugin Home" dir="" indexfile="index.html"/>
+  <!-- Add new tabs here, eg:
+  <tab label="How-Tos" dir="community/howto/"/>
+  <tab label="XML Site" dir="xml-site/"/>
+  -->
+
+</tabs>

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

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2006 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.
+-->
+
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
+[
+  <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
+]>
+
+<skinconfig>
+  &skinconf-common;
+
+  <project-name>Plugin: org.apache.forrest.plugin.input.citations</project-name>
+  <project-description>org.apache.forrest.plugin.input.citations plugin for Apache Forrest</project-description>
+
+</skinconfig>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt Sun Apr 23 00:51:11 2006
@@ -0,0 +1 @@
+Place any java source code that your plugin requires in this directory.
\ No newline at end of file

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/java/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml?rev=396240&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml Sun Apr 23 00:51:11 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<status>
+
+  <developers>
+    <!-- Add new developers here -->
+    <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
+  </developers>
+
+  <!-- Define here the Title of the Context you want to display in the Changes pages.
+       id = the context value of actions
+       title = Title of the Context
+  -->  
+  <contexts>
+   <!-- Add new contexts here -->
+   <context id="code" title="Changes to the Code Base"/>
+   <context id="docs" title="Changes to Documentation"/>
+   <context id="admin" title="Changes to Project Administration"/>
+   <context id="design" title="Changes to Design"/>
+   <context id="build" title="Changes to Build"/>
+  </contexts> 
+
+  <changes>
+    <!-- Add new releases here -->
+    <release version="0.1" date="not-released">
+      <action dev="RDG" type="add" context="admin">
+        Initial plugin code.
+      </action>
+    </release>
+  </changes>
+
+  <todo>
+    <actions priority="high">
+      <action context="docs" dev="open">
+        Customize this template plugin with your plugin's details.  This
+        TODO list is generated from 'status.xml'.
+      </action>
+      <action context="docs" dev="open">
+        Create the documentation with lots of examples and samples.  
+        XML content goes in
+        <code>src/documentation/content/xdocs</code>.
+      </action>
+    </actions>
+  </todo>
+
+</status>

Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=396240&r1=396239&r2=396240&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Sun Apr 23 00:51:11 2006
@@ -37,6 +37,18 @@
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->  
 
+  <plugin name="org.apache.forrest.plugin.input.citations"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+     List of citations.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.Daisy"
         type="input"
         author="Apache Forrest Project"