Author: crossley
Date: Mon Apr 9 17:07:03 2007
New Revision: 526963
URL: http://svn.apache.org/viewvc?view=rev&rev=526963
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/output.xmap
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/index.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/site.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/tabs.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml Mon Apr 9 17:07:03
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.output.pdf"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="output"/>
@@ -26,10 +25,8 @@
<property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf"/>
<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.output.pdf/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml Mon Apr 9
17:07:03 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="pdf.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.output.pdf/output.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/output.xmap?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/output.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/output.xmap Mon Apr 9 17:07:03
2007
@@ -16,16 +16,14 @@
limitations under the License.
-->
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
<map:components>
<map:serializers default="fo2pdf">
<map:serializer name="fo2pdf" src="org.apache.cocoon.serialization.FOPSerializer"
mime-type="application/pdf" />
</map:serializers>
</map:components>
-
<map:pipelines>
<map:pipeline>
- <!-- generate .pdf files from .fo -->
+<!-- generate .pdf files from .fo -->
<map:match type="regexp" pattern="^(.*?)([^/]*).pdf$">
<map:select type="exists">
<map:when test="{lm:project.{1}{2}.pdf}">
@@ -40,8 +38,7 @@
<map:serialize type="fo2pdf"/>
</map:otherwise>
</map:select>
- </map:match>
+ </map:match>
</map:pipeline>
</map:pipelines>
-
</map:sitemap>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/index.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/index.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/index.xml
Mon Apr 9 17:07:03 2007
@@ -16,19 +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.output.pdf Plugin</title>
- </header>
- <body>
+<document>
+ <header>
+ <title>Welcome to the org.apache.forrest.plugin.output.pdf Plugin</title>
+ </header>
+ <body>
<section>
<title>Apache Forrest - org.apache.forrest.plugin.output.pdf Plugin</title>
- <p>This plugin enables any Forrest page to be output as a PDF document.</p>
- <p>To use it simply request a page with the <code>pdf</code> extension</p>
- <note>By default this plugin is included in a new Forrest project.
- You will see a PDF link in the upper right corner of the body section of
- each page, this will, of course, link to the PDF version of that
- page.</note>
+ <p>
+ This plugin enables any Forrest page to be output as a PDF document.
+ </p>
+ <p>
+ To use it simply request a page with the <code>pdf</code> extension
+ </p>
+ <note>
+ By default this plugin is included in a new Forrest project. You will
+ see a PDF link in the upper right corner of the body section of each
+ page, this will, of course, link to the PDF version of that page.
+ </note>
</section>
</body>
-</document>
\ No newline at end of file
+</document>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/site.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/site.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/site.xml
Mon Apr 9 17:07:03 2007
@@ -15,7 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<!--
Forrest site.xml
@@ -29,24 +28,20 @@
See http://forrest.apache.org/docs/linking.html for more info
-->
-
<site label="org.apache.forrest.plugin.output.pdf" 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.output.pdf"/>
<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"/>
@@ -56,5 +51,4 @@
<plugins href="docs/plugins"/>
</forrest>
</external-refs>
-
</site>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/tabs.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/tabs.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/content/xdocs/tabs.xml
Mon Apr 9 17:07:03 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="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.output.pdf/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/src/documentation/skinconf.xml
Mon Apr 9 17:07:03 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: PDF output</project-name>
<project-description>org.apache.forrest.plugin.output.pdf plugin for Apache Forrest</project-description>
-
</skinconfig>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml?view=diff&rev=526963&r1=526962&r2=526963
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml Mon Apr 9 17:07:03
2007
@@ -16,19 +16,17 @@
limitations under the License.
-->
<status>
-
- <!-- 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>
- <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>
-
+ <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>
<release version="0.2-dev" date="not-released">
<action type="add" context="code" dev="RDG" importance="high">
@@ -36,14 +34,12 @@
{lm:pdf.*}
</action>
</release>
-
<release version="0.1" date="not-released">
<action dev="RDG" type="add" context="admin">
Extracted code from core of Forrest and placed in a plugin
</action>
</release>
</changes>
-
<todo>
<actions priority="high">
<action context="docs" dev="RDG">
@@ -57,5 +53,4 @@
</action>
</actions>
</todo>
-
</status>
|