Author: crossley
Date: Sat Apr 7 01:24:41 2007
New Revision: 526402
URL: http://svn.apache.org/viewvc?view=rev&rev=526402
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/dtd-docs.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/index.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/site.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/tabs.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/status.xml
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/build.xml Sat
Apr 7 01:24:41 2007
@@ -16,7 +16,6 @@
limitations under the License.
-->
<project default="docs" basedir="." name="Forrest plugin build file">
-
<property name="plugin-name" value="org.apache.forrest.plugin.input.dtdx"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
@@ -26,10 +25,8 @@
<property name="websiteURL"
value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx"/>
<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">
@@ -40,5 +37,3 @@
</target>
-->
</project>
-
-
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap Sat
Apr 7 01:24:41 2007
@@ -16,7 +16,6 @@
limitations under the License.
-->
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
<!-- ===============================================
*.dtd pipeline. Generates XML from DTDs using the Neko parser.
Useful for documenting DTD-based XML schemas, of which Forrest has plenty.
@@ -27,7 +26,6 @@
Uses : resources/schema/dtd/*.dtd
==================================================== -->
-
<map:components>
<map:generators default="file">
<map:generator name="nekodtd"
src="org.apache.forrest.xni.XNIConfigurableFileGenerator" />
@@ -36,7 +34,6 @@
<map:transformers default="xslt"/>
<map:matchers default="wildcard"/>
</map:components>
-
<map:pipelines>
<map:pipeline>
<map:match type="regexp" pattern="^(.*?)([^/]*)\.dtdx\.xml$">
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
Sat Apr 7 01:24:41 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="dtdx.transform.*.*">
- <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+ <location src="resources/stylesheets/{1}-to-{2}.xsl" />
</match>
</locator>
</locationmap>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl
Sat Apr 7 01:24:41 2007
@@ -16,31 +16,24 @@
limitations under the License.
-->
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
-
- <xsl:template match='/'>
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match='@*|dtd|attlist|attributeDecl|enumeration|notationDecl'>
- <xsl:copy>
- <xsl:apply-templates select='@*|*'/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match='group[count(*)=1][group]'>
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template
match='contentModel|any|empty|group|pcdata|element|separator|occurrence'>
- <xsl:copy>
- <xsl:apply-templates select='@*|*'/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match="comment"/>
-
- <xsl:template match='*'>
- <xsl:apply-templates/>
- </xsl:template>
-
+ <xsl:template match='/'>
+ <xsl:apply-templates/>
+ </xsl:template>
+ <xsl:template match='@*|dtd|attlist|attributeDecl|enumeration|notationDecl'>
+ <xsl:copy>
+ <xsl:apply-templates select='@*|*'/>
+ </xsl:copy>
+ </xsl:template>
+ <xsl:template match='group[count(*)=1][group]'>
+ <xsl:apply-templates/>
+ </xsl:template>
+ <xsl:template
match='contentModel|any|empty|group|pcdata|element|separator|occurrence'>
+ <xsl:copy>
+ <xsl:apply-templates select='@*|*'/>
+ </xsl:copy>
+ </xsl:template>
+ <xsl:template match="comment"/>
+ <xsl:template match='*'>
+ <xsl:apply-templates/>
+ </xsl:template>
</xsl:stylesheet>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl
Sat Apr 7 01:24:41 2007
@@ -16,155 +16,182 @@
limitations under the License.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:key name="attlistbyname" match="attlist" use="@ename"/>
-<xsl:key name="contentmodelbychildren" match="contentModel"
use="descendant::element/@name"/>
-
-<xsl:template match="dtd">
- <document>
- <header>
- <title>DTD documentation</title>
- <subtitle>
- <xsl:call-template name="trailingfilename">
- <xsl:with-param name="string" select="@sysid"/>
- </xsl:call-template>
- </subtitle>
- </header>
- <body>
- <section><title>Top-level element(s)</title>
- <ul>
- <xsl:for-each
select="/dtd/contentModel[not(key('contentmodelbychildren', @ename))]">
- <li>
- <link href="[EMAIL PROTECTED]"><xsl:value-of
select="@ename"/></link>
- </li>
- </xsl:for-each>
- </ul>
- </section>
- <section><title>List of elements</title>
- <ul>
- <xsl:for-each select="contentModel">
- <xsl:sort select="@ename"/>
- <li>
- <link href="[EMAIL PROTECTED]"><xsl:value-of
select="@ename"/></link>
- </li>
- </xsl:for-each>
- </ul>
- </section>
- <section>
- <title>Element declarations</title>
- <xsl:apply-templates select="contentModel"/>
- </section>
- </body>
- </document>
-</xsl:template>
-
-<xsl:template match="contentModel">
- <section id="[EMAIL PROTECTED]">
+ <xsl:key name="attlistbyname" match="attlist" use="@ename"/>
+ <xsl:key name="contentmodelbychildren" match="contentModel"
use="descendant::element/@name"/>
+ <xsl:template match="dtd">
+ <document>
+ <header>
+ <title>DTD documentation</title>
+ <subtitle>
+ <xsl:call-template name="trailingfilename">
+ <xsl:with-param name="string" select="@sysid"/>
+ </xsl:call-template>
+ </subtitle>
+ </header>
+ <body>
+ <section>
+ <title>Top-level element(s)</title>
+ <ul>
+ <xsl:for-each
select="/dtd/contentModel[not(key('contentmodelbychildren', @ename))]">
+ <li><link href="[EMAIL PROTECTED]">
+ <xsl:value-of select="@ename"/></link></li>
+ </xsl:for-each>
+ </ul>
+ </section>
+ <section>
+ <title>List of elements</title>
+ <ul>
+ <xsl:for-each select="contentModel">
+ <xsl:sort select="@ename"/>
+ <li><link href="[EMAIL PROTECTED]">
+ <xsl:value-of select="@ename"/></link></li>
+ </xsl:for-each>
+ </ul>
+ </section>
+ <section>
+ <title>Element declarations</title>
+ <xsl:apply-templates select="contentModel"/>
+ </section>
+ </body>
+ </document>
+ </xsl:template>
+ <xsl:template match="contentModel">
+ <section id="[EMAIL PROTECTED]">
<table class="dtdElement" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td colspan="3"><span class="dtdTag"><xsl:value-of
select="@ename"/></span></td>
+ <td colspan="3">
+ <span class="dtdTag">
+ <xsl:value-of select="@ename"/>
+ </span>
+ </td>
</tr>
<tr>
- <td valign="top" nowrap="nowrap"><b>Content model </b></td>
- <td colspan="2" width="100%"><xsl:apply-templates/></td>
+ <td valign="top" nowrap="nowrap">
+ <b>Content model </b>
+ </td>
+ <td colspan="2" width="100%">
+ <xsl:apply-templates/>
+ </td>
</tr>
<xsl:if test="key('attlistbyname',@ename)">
<tr>
- <td colspan="3"><hr noshade="noshade" width="100%"/></td>
+ <td colspan="3">
+ <hr noshade="noshade" width="100%"/>
+ </td>
</tr>
<tr>
- <td valign="top"><b>Attributes</b></td>
- <td colspan="2" width="100%"><xsl:apply-templates
select="key('attlistbyname',@ename)"/></td>
+ <td valign="top">
+ <b>Attributes</b>
+ </td>
+ <td colspan="2" width="100%">
+ <xsl:apply-templates select="key('attlistbyname',@ename)"/>
+ </td>
</tr>
</xsl:if>
- <xsl:if test="key('contentmodelbychildren',@ename)">
- <tr>
- <td colspan="3"><hr noshade="noshade" width="100%"/></td>
- </tr>
- <tr>
- <td valign="top" nowrap="nowrap"><b>Used inside</b></td>
- <td width="100%">
- <xsl:for-each select="key('contentmodelbychildren',@ename)">
- <link href="[EMAIL PROTECTED]"><xsl:value-of
select="@ename"/></link>
- <xsl:if test="not(position() = last())"> | </xsl:if>
- </xsl:for-each>
- </td>
- </tr>
- <tr><td colspan="3"> </td></tr>
- </xsl:if>
- </table>
- </section>
-</xsl:template>
-
-<xsl:template match="empty">
+ <xsl:if test="key('contentmodelbychildren',@ename)">
+ <tr>
+ <td colspan="3">
+ <hr noshade="noshade" width="100%"/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap="nowrap">
+ <b>Used inside</b>
+ </td>
+ <td width="100%">
+ <xsl:for-each
select="key('contentmodelbychildren',@ename)"><link href="[EMAIL PROTECTED]">
+ <xsl:value-of select="@ename"/></link>
+ <xsl:if test="not(position() = last())"> | </xsl:if>
+ </xsl:for-each>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3"> </td>
+ </tr>
+ </xsl:if>
+ </table>
+ </section>
+ </xsl:template>
+ <xsl:template match="empty">
EMPTY
</xsl:template>
-
-<xsl:template match="pcdata">
+ <xsl:template match="pcdata">
#PCDATA
</xsl:template>
-
-<xsl:template match="element">
- <link href="[EMAIL PROTECTED]"><xsl:value-of select="@name"/></link>
-</xsl:template>
-
-<xsl:template match="group">
- <xsl:text>( </xsl:text><xsl:apply-templates/><xsl:text> )</xsl:text>
-</xsl:template>
-
-<xsl:template match="separator">
- <xsl:text> </xsl:text><xsl:value-of select="@type"/><xsl:text> </xsl:text>
-</xsl:template>
-
-<xsl:template match="occurrence">
- <xsl:text> </xsl:text><xsl:value-of select="@type"/>
-</xsl:template>
-
-<xsl:template match="attlist">
- <table cellpadding="0" cellspacing="0" border="0" class="dtdElement">
+ <xsl:template match="element"><link href="[EMAIL PROTECTED]">
+ <xsl:value-of select="@name"/></link>
+ </xsl:template>
+ <xsl:template match="group">
+ <xsl:text>( </xsl:text>
<xsl:apply-templates/>
- </table>
-</xsl:template>
-
-<xsl:template match="attributeDecl">
- <tr>
- <td valign="top"><xsl:if test="position() mod 2 != 0"><xsl:attribute
name="bgcolor">#F1F7FF</xsl:attribute></xsl:if><xsl:value-of
select="@aname"/></td>
- <td><xsl:if test="position() mod 2 != 0"><xsl:attribute
name="bgcolor">#F1F7FF</xsl:attribute></xsl:if>    </td>
- <td width="100%"><xsl:if test="position() mod 2 != 0"><xsl:attribute
name="bgcolor">#F1F7FF</xsl:attribute></xsl:if>
- <xsl:if test="not(enumeration)">
- type: <xsl:value-of select="@atype"/><br/>
- </xsl:if>
- <xsl:if test="@required">
+ <xsl:text> )</xsl:text>
+ </xsl:template>
+ <xsl:template match="separator">
+ <xsl:text></xsl:text>
+ <xsl:value-of select="@type"/>
+ <xsl:text></xsl:text>
+ </xsl:template>
+ <xsl:template match="occurrence">
+ <xsl:text></xsl:text>
+ <xsl:value-of select="@type"/>
+ </xsl:template>
+ <xsl:template match="attlist">
+ <table cellpadding="0" cellspacing="0" border="0" class="dtdElement">
+ <xsl:apply-templates/>
+ </table>
+ </xsl:template>
+ <xsl:template match="attributeDecl">
+ <tr>
+ <td valign="top">
+ <xsl:if test="position() mod 2 != 0">
+ <xsl:attribute name="bgcolor">#F1F7FF</xsl:attribute>
+ </xsl:if>
+ <xsl:value-of select="@aname"/>
+ </td>
+ <td>
+ <xsl:if test="position() mod 2 != 0">
+ <xsl:attribute name="bgcolor">#F1F7FF</xsl:attribute>
+ </xsl:if>    </td>
+ <td width="100%">
+ <xsl:if test="position() mod 2 != 0">
+ <xsl:attribute name="bgcolor">#F1F7FF</xsl:attribute>
+ </xsl:if>
+ <xsl:if test="not(enumeration)">
+ type: <xsl:value-of select="@atype"/>
+ <br/>
+ </xsl:if>
+ <xsl:if test="@required">
required attribute<br/>
- </xsl:if>
- <xsl:if test="@default">
- default value: <xsl:value-of select="@default"/><br/>
- </xsl:if>
- <xsl:if test="@fixed">
- fixed value: <xsl:value-of select="@default"/><br/>
- </xsl:if>
- <xsl:if test="enumeration">
+ </xsl:if>
+ <xsl:if test="@default">
+ default value: <xsl:value-of select="@default"/>
+ <br/>
+ </xsl:if>
+ <xsl:if test="@fixed">
+ fixed value: <xsl:value-of select="@default"/>
+ <br/>
+ </xsl:if>
+ <xsl:if test="enumeration">
possible values: <xsl:for-each select="enumeration">
- <xsl:value-of select="@value"/><xsl:text> </xsl:text>
- </xsl:for-each>
- <br/>
- </xsl:if>
- </td>
- </tr>
-</xsl:template>
-
-<xsl:template name="trailingfilename">
- <xsl:param name="string"/>
- <xsl:choose>
- <xsl:when test="contains($string,'/')">
- <xsl:call-template name="trailingfilename">
- <xsl:with-param name="string" select="substring-after($string,'/')"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$string"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
+ <xsl:value-of select="@value"/>
+ <xsl:text></xsl:text>
+ </xsl:for-each>
+ <br/>
+ </xsl:if>
+ </td>
+ </tr>
+ </xsl:template>
+ <xsl:template name="trailingfilename">
+ <xsl:param name="string"/>
+ <xsl:choose>
+ <xsl:when test="contains($string,'/')">
+ <xsl:call-template name="trailingfilename">
+ <xsl:with-param name="string" select="substring-after($string,'/')"/>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="$string"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:template>
</xsl:stylesheet>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/dtd-docs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/dtd-docs.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/dtd-docs.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/dtd-docs.xml
Sat Apr 7 01:24:41 2007
@@ -23,24 +23,30 @@
<body>
<section id="overview">
<title>Overview</title>
- <p>We use the
- <a href="site:neko/dtd">NekoDTD</a>
- tool packaged as a Cocoon Generator to generate automagically
- some hyperlinked DTD reference documentation. Note that these
references
- do not reflect the modularity of our DTDs, they are primarily
- "user-oriented help" documentation.</p>
- <p>The actual DTDs are located in the Forrest distribution at
- <code>main/webapp/resources/schema/</code></p>
+ <p>
+ We use the <a href="site:neko/dtd">NekoDTD</a> tool packaged as a
Cocoon
+ Generator to generate automagically some hyperlinked DTD reference
+ documentation. Note that these references do not reflect the modularity
+ of our DTDs, they are primarily "user-oriented help" documentation.
+ </p>
+ <p>
+ The actual DTDs are located in the Forrest distribution at
+ <code>main/webapp/resources/schema/</code>
+ </p>
</section>
<section id="dtdx">
<title>The generated documentation</title>
- <p>Generated documentation for Apache Forrest document-v20 ...</p>
+ <p>
+ Generated documentation for Apache Forrest document-v20 ...
+ </p>
<ul>
<li><a href="site:document-v20-dtd">document-v20</a></li>
<li><a href="site:howto-v20-dtd">howto-v20</a></li>
<li><a href="site:faq-v20-dtd">faq-v20</a></li>
</ul>
- <p>Generated documentation for Apache Forrest document-v13 ...</p>
+ <p>
+ Generated documentation for Apache Forrest document-v13 ...
+ </p>
<ul>
<li><a href="site:document-v13-dtd">document-v13</a></li>
<li><a href="site:howto-v13-dtd">howto-v13</a></li>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/index.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/index.xml
Sat Apr 7 01:24:41 2007
@@ -16,19 +16,17 @@
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.dtdx Plugin</title>
- </header>
- <body>
+<document>
+ <header>
+ <title>Welcome to the org.apache.forrest.plugin.input.dtdx Plugin</title>
+ </header>
+ <body>
<section id="overview">
<title>Apache Forrest dtdx-input Plugin</title>
<p>
- This plugin <code>org.apache.forrest.plugin.input.dtdx</code>
- uses the
- <a href="site:neko/dtd">NekoDTD</a>
- tool packaged as a Cocoon Generator to automatically generate
- some hyperlinked DTD reference documentation.
+ This plugin <code>org.apache.forrest.plugin.input.dtdx</code> uses the
+ <a href="site:neko/dtd">NekoDTD</a> tool packaged as a Cocoon Generator
+ to automatically generate some hyperlinked DTD reference documentation.
</p>
<p>
See the <a href="dtd-docs.html">Samples</a>.
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/site.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/site.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/site.xml
Sat Apr 7 01:24:41 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.dtdx-input" 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.dtdx-input"/>
<forrestPlugins label="Plugins Index" href="site:forrest/plugins"
description="Index of Forrest Plugins"/>
@@ -51,15 +48,13 @@
<subdir label="Sub-dir test" href="subdir/">
<test label="document-v20" href="document-v20.dtdx.html"/>
</subdir>
-
- <!--
+<!--
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"/>
@@ -74,5 +69,4 @@
<dtd href="doc/dtd/"/>
</neko>
</external-refs>
-
</site>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/tabs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/tabs.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/tabs.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/content/xdocs/tabs.xml
Sat Apr 7 01:24:41 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/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/src/documentation/skinconf.xml
Sat Apr 7 01:24:41 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: dtdx input</project-name>
<project-description>org.apache.forrest.plugin.input.dtdx plugin for Apache
Forrest</project-description>
-
</skinconfig>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/status.xml?view=diff&rev=526402&r1=526401&r2=526402
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/status.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/status.xml Sat
Apr 7 01:24:41 2007
@@ -16,7 +16,6 @@
limitations under the License.
-->
<status>
-
<changes>
<release version="0.2-dev" date="not-released">
<action dev="RDG" type="update" context="code" importance="high">
@@ -39,7 +38,6 @@
</action>
</release>
</changes>
-
<todo>
<actions priority="high">
<action context="docs" dev="open">
@@ -59,5 +57,4 @@
</action>
</actions>
</todo>
-
</status>