Author: crossley
Date: Mon Apr 9 17:27:20 2007
New Revision: 526973
URL: http://svn.apache.org/viewvc?view=rev&rev=526973
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/locationmap.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/copyover.xsl
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/index.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/site.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/tabs.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/skinconf.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml
Mon Apr 9 17:27:20 2007
@@ -25,10 +25,8 @@
<property name="websiteURL"
value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.glossary/"/>
<property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
<property name="publish" value="true"/>
-
<import file="../build.xml"/>
-
- <!-- Add any additional installation work here in the build target, for
example:
+<!-- 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">
@@ -39,5 +37,3 @@
</target>
-->
</project>
-
-
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap
Mon Apr 9 17:27:20 2007
@@ -24,37 +24,32 @@
</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: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="glossary-v10">
- <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
- <map:transform src="{lm:glossary.transform.glossary.document}"/>
- <map:serialize type="xml-document"/>
- </map:when>
- </map:select>
- </map:act>
+ <map:act type="sourcetype" src="{src}">
+ <map:select type="parameter">
+ <map:parameter name="parameter-selector-test" value="{sourcetype}" />
+ <map:when test="glossary-v10">
+ <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+ <map:transform src="{lm:glossary.transform.glossary.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 -->
+<!-- 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:parameter name="src" value="{lm:project.{1}.xml}" />
</map:call>
</map:match>
</map:pipeline>
</map:pipelines>
-
</map:sitemap>
-
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/locationmap.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/locationmap.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/locationmap.xml
Mon Apr 9 17:27:20 2007
@@ -16,7 +16,6 @@
limitations under the License.
-->
<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
<components>
<matchers default="lm">
<matcher
@@ -24,14 +23,13 @@
src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
</matchers>
<selectors default="exists">
- <selector name="exists" logger="sitemap.selector.exists"
+ <selector name="exists" logger="sitemap.selector.exists"
src="org.apache.forrest.sourceexists.SourceExistsSelector"
/>
</selectors>
</components>
-
- <locator>
+ <locator>
<match pattern="glossary.transform.*.*">
- <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+ <location src="resources/stylesheets/{1}-to-{2}.xsl" />
</match>
</locator>
</locationmap>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
Mon Apr 9 17:27:20 2007
@@ -17,11 +17,9 @@
-->
<!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 Glossary V1.0//EN"
uri="glossary-v10.dtd"/>
<public publicId="-//Apache Forrest//ENTITIES Glossary V1.0//EN"
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/copyover.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/copyover.xsl?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/copyover.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/copyover.xsl
Mon Apr 9 17:27:20 2007
@@ -15,15 +15,12 @@
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>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
Mon Apr 9 17:27:20 2007
@@ -15,40 +15,38 @@
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:import href="copyover.xsl"/>
-
+ <xsl:import href="copyover.xsl"/>
<xsl:template match="glossary">
- <document>
- <header>
- <xsl:choose>
- <xsl:when test="title">
- <title><xsl:value-of select="title"/></title>
- </xsl:when>
- <xsl:otherwise>
- <title>Glossary</title>
- </xsl:otherwise>
- </xsl:choose>
- </header>
- <body>
- <xsl:if test="introduction">
- <section>
- <title>Introduction</title>
- <xsl:apply-templates select="introduction"/>
- </section>
- </xsl:if>
- <xsl:apply-templates select="part"/>
- </body>
- </document>
+ <document>
+ <header>
+ <xsl:choose>
+ <xsl:when test="title">
+ <title><xsl:value-of select="title"/></title>
+ </xsl:when>
+ <xsl:otherwise>
+ <title>Glossary</title>
+ </xsl:otherwise>
+ </xsl:choose>
+ </header>
+ <body>
+ <xsl:if test="introduction">
+ <section>
+ <title>Introduction</title>
+ <xsl:apply-templates select="introduction"/>
+ </section>
+ </xsl:if>
+ <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>
+ <xsl:attribute name="id">
+ <xsl:value-of select="@id"/>
+ </xsl:attribute>
<title><xsl:value-of select="title"/></title>
<table>
<tr>
@@ -60,78 +58,74 @@
</table>
</section>
</xsl:template>
-
<xsl:template match="item">
<xsl:variable name="id">
<xsl:call-template name="generate-id"/>
</xsl:variable>
<tr>
- <xsl:choose>
- <xsl:when test="acronym">
- <td class="term" id="{$id}"><xsl:apply-templates select="term"/>
(<xsl:apply-templates select="acronym"/>)</td>
- </xsl:when>
- <xsl:otherwise>
- <td class="term" id="{$id}"><xsl:apply-templates select="term"/></td>
- </xsl:otherwise>
- </xsl:choose>
- <td class="definitions">
- <xsl:apply-templates select="definitions"/>
- <xsl:apply-templates select="definition"/>
- <xsl:if test="see">
- <br/>See Also: <xsl:apply-templates select="see"/>
- </xsl:if>
- </td>
- <td class="notes">
- <xsl:if test="notes">
- <xsl:apply-templates select="notes"/>
- </xsl:if>
- </td>
+ <xsl:choose>
+ <xsl:when test="acronym">
+ <td class="term" id="{$id}">
+ <xsl:apply-templates select="term"/> (<xsl:apply-templates
select="acronym"/>)</td>
+ </xsl:when>
+ <xsl:otherwise>
+ <td class="term" id="{$id}">
+ <xsl:apply-templates select="term"/>
+ </td>
+ </xsl:otherwise>
+ </xsl:choose>
+ <td class="definitions">
+ <xsl:apply-templates select="definitions"/>
+ <xsl:apply-templates select="definition"/>
+ <xsl:if test="see">
+ <br/>See Also: <xsl:apply-templates select="see"/>
+ </xsl:if>
+ </td>
+ <td class="notes">
+ <xsl:if test="notes">
+ <xsl:apply-templates select="notes"/>
+ </xsl:if>
+ </td>
</tr>
</xsl:template>
-
<xsl:template match="term">
<xsl:value-of select="."/>
<xsl:if test="not(position() = last())">, </xsl:if>
</xsl:template>
-
<xsl:template match="acronym">
<xsl:value-of select="."/>
</xsl:template>
-
<xsl:template match="definitions">
- <p>
- <xsl:apply-templates/>
- </p>
+ <p>
+ <xsl:apply-templates/>
+ </p>
</xsl:template>
<xsl:template match="definition">
- <xsl:number/>. <xsl:apply-templates/><br />
- <xsl:if test="@cite">
- (Source: <link role="citation"><xsl:attribute
name="href"><xsl:value-of select="@cite"/></xsl:attribute><xsl:value-of
select="@cite"/></link>)
+ <xsl:number/>. <xsl:apply-templates/>
+ <br />
+ <xsl:if test="@cite">
+ (Source: <link role="citation">
+ <xsl:attribute name="href">
+ <xsl:value-of select="@cite"/>
+ </xsl:attribute>
+ <xsl:value-of select="@cite"/></link>)
</xsl:if>
- </xsl:template>
-
+ </xsl:template>
<xsl:template match="see">
- <!-- FIXME: FOR-858 -->
- <link role="glossary">
- <xsl:attribute name="href">#<xsl:value-of select="id"/></xsl:attribute>
- <xsl:value-of select="text"/>
- </link>
-
+<!-- FIXME: FOR-858 --><link role="glossary">
+ <xsl:attribute name="href">#<xsl:value-of select="id"/>
+ </xsl:attribute>
+ <xsl:value-of select="text"/></link>
<xsl:if test="not(position() = last())">, </xsl:if>
</xsl:template>
-
<xsl:template match="notes">
<ul>
<xsl:apply-templates/>
</ul>
</xsl:template>
-
<xsl:template match="item-note">
- <li>
- <xsl:apply-templates/>
- </li>
+ <li><xsl:apply-templates/></li>
</xsl:template>
-
<xsl:template name="generate-id">
<xsl:choose>
<xsl:when test="@id">
@@ -140,8 +134,6 @@
<xsl:otherwise>
<xsl:value-of select="concat(concat(local-name(.), '-'),
generate-id(.))"/>
</xsl:otherwise>
- </xsl:choose>
+ </xsl:choose>
</xsl:template>
-
-
</xsl:stylesheet>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
Mon Apr 9 17:27:20 2007
@@ -17,12 +17,13 @@
-->
<!DOCTYPE glossary PUBLIC "-//Apache Forrest//DTD Glossary V1.0//EN"
"glossary-v10.dtd">
-
<glossary>
<title>Sample glossary</title>
<introduction>
- <p>This is an example for the glossary plugin of the
- <link href="ext:forrest">Apache Forrest</link> project.</p>
+ <p>
+ This is an example for the glossary plugin of the
+ <link href="ext:forrest">Apache Forrest</link> project.
+ </p>
</introduction>
<part id="c">
<title>C</title>
@@ -37,12 +38,13 @@
</definition>
</definitions>
<notes>
- <item-note>See <link
href="http://www.w3.org/Style/CSS/">W3C</link></item-note>
- <item-note>See <link href="http://www.csszengarden.com/">css Zen
Garden</link></item-note>
+ <item-note>See <link href="http://www.w3.org/Style/CSS/">W3C</link>
+ </item-note>
+ <item-note>See <link href="http://www.csszengarden.com/">css Zen
Garden</link>
+ </item-note>
</notes>
</item>
</part>
-
<part id="g">
<title>G</title>
<item id="glossary-item">
@@ -52,11 +54,10 @@
<definition>An item in a glossary.
See the source at xdocs/glossary.xml and the DTD
for examples of elements that can be used.)</definition>
- <definition>An item (term) can have more than one definition that is relative
to the Glossary.</definition>
- </definitions>
+ <definition>An item (term) can have more than one definition that is
relative to the Glossary.</definition>
+ </definitions>
</item>
</part>
-
<part id="s">
<title>S</title>
<item id="SVG">
@@ -69,11 +70,11 @@
</definition>
</definitions>
<notes>
- <item-note>See <link
href="http://www.w3.org/Graphics/SVG/">W3C</link></item-note>
- <item-note>See <link
href="http://www.svg.org/">svg.org</link></item-note>
+ <item-note>See <link href="http://www.w3.org/Graphics/SVG/">W3C</link>
+ </item-note>
+ <item-note>See <link href="http://www.svg.org/">svg.org</link>
+ </item-note>
</notes>
</item>
</part>
</glossary>
-
-
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/index.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/index.xml
Mon Apr 9 17:27:20 2007
@@ -16,22 +16,24 @@
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.glossary
Plugin</title>
- </header>
- <body>
+<document>
+ <header>
+ <title>Welcome to the org.apache.forrest.plugin.input.glossary
Plugin</title>
+ </header>
+ <body>
<section id="overview">
<title>Apache Forrest - org.apache.forrest.plugin.input.glossary
Plugin</title>
- <p>Enable use of a glossary: a list of technical terms and
definitions.</p>
+ <p>
+ Enable use of a glossary: a list of technical terms and definitions.
+ </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>
-
+ <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><a href="site:samples/glossary">Minimal example</a></li>
</ul>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/site.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/site.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/site.xml
Mon Apr 9 17:27:20 2007
@@ -15,7 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<!--
Forrest site.xml
@@ -29,9 +28,7 @@
See http://forrest.apache.org/docs/linking.html for more info
-->
-
<site label="org.apache.forrest.plugin.input.glossary" 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.glossary"/>
<forrestPlugins label="Plugins Index" href="site:forrest/plugins"
description="Index of Forrest Plugins"/>
@@ -39,17 +36,15 @@
<todo label="Todo" href="todo.html" description="Todo List" />
</about>
<samples label="Samples">
- <glossary label="Sample Glossary" href="glossary.html" description="A
sample Glossary" />
+ <glossary label="Sample Glossary" href="glossary.html" description="A
sample Glossary" />
</samples>
-
- <!--
+<!--
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"/>
@@ -59,5 +54,4 @@
<plugins href="docs/plugins"/>
</forrest>
</external-refs>
-
</site>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/tabs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/tabs.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/tabs.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/tabs.xml
Mon Apr 9 17:27:20 2007
@@ -16,13 +16,11 @@
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:
+<!-- 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
@@ -32,12 +30,10 @@
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:
+<!-- Add new tabs here, eg:
<tab label="How-Tos" dir="community/howto/"/>
<tab label="XML Site" dir="xml-site/"/>
-->
-
</tabs>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/skinconf.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/skinconf.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/skinconf.xml
Mon Apr 9 17:27:20 2007
@@ -15,16 +15,13 @@
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: glossary input</project-name>
<project-description>org.apache.forrest.plugin.input.glossary plugin for
Apache Forrest</project-description>
-
</skinconfig>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml?view=diff&rev=526973&r1=526972&r2=526973
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml
Mon Apr 9 17:27:20 2007
@@ -16,26 +16,23 @@
limitations under the License.
-->
<status>
-
<developers>
- <!-- Add new developers here -->
+<!-- Add new developers here -->
</developers>
-
- <!-- Define here the Title of the Context you want to display in the Changes
pages.
+<!-- 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>
-
+<!-- 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 -->
+<!-- Add new releases here -->
<release version="0.1" date="not-released">
<action dev="DC" type="add" context="code">
The stylesheet already handled multiple "see" and "definition"
elements.
@@ -51,7 +48,6 @@
</action>
</release>
</changes>
-
<todo>
<actions priority="high">
<action context="docs" dev="open">
@@ -60,5 +56,4 @@
</action>
</actions>
</todo>
-
</status>