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 2007/04/10 06:44:40 UTC

svn commit: r527021 - in /forrest/trunk/plugins/pluginTemplate: ./ src/documentation/ src/documentation/content/xdocs/

Author: crossley
Date: Mon Apr  9 21:44:39 2007
New Revision: 527021

URL: http://svn.apache.org/viewvc?view=rev&rev=527021
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644

Modified:
    forrest/trunk/plugins/pluginTemplate/build.xml
    forrest/trunk/plugins/pluginTemplate/locationmap.xml
    forrest/trunk/plugins/pluginTemplate/sitemap.xmap
    forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml
    forrest/trunk/plugins/pluginTemplate/status.xml

Modified: forrest/trunk/plugins/pluginTemplate/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/build.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/build.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/build.xml Mon Apr  9 21:44:39 2007
@@ -24,12 +24,10 @@
   <property name="author" value="Apache Forrest Project"/>
   <property name="websiteURL" value="@plugin-docServer@/@plugin-docPath@/@plugin-name@"/>
   <property name="downloadURL" value="@plugin-downloadServer@/@plugin-downloadPath@/"/>
-  <!-- The plugin will only appear in the plugins list if pulish = true
+<!-- The plugin will only appear in the plugins list if pulish = true
     <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 +38,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/plugins/pluginTemplate/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/locationmap.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/locationmap.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/locationmap.xml Mon Apr  9 21:44:39 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,11 +23,9 @@
         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>
+  <locator></locator>
 </locationmap>

Modified: forrest/trunk/plugins/pluginTemplate/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/sitemap.xmap?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/sitemap.xmap (original)
+++ forrest/trunk/plugins/pluginTemplate/sitemap.xmap Mon Apr  9 21:44:39 2007
@@ -16,14 +16,9 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
-<map:pipelines>
-
-  <map:pipeline>
-
-  <!-- FIXME: add your plugin matches here -->
-  
-  </map:pipeline>
-</map:pipelines>
-
+  <map:pipelines>
+    <map:pipeline>
+<!-- FIXME: add your plugin matches here -->
+    </map:pipeline>
+  </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/index.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/index.xml Mon Apr  9 21:44:39 2007
@@ -16,30 +16,36 @@
   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 @plugin-name@ Plugin</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the @plugin-name@ Plugin</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Apache Forrest - @plugin-name@ Plugin</title>
-      <p>@plugin-desc@</p>
+      <p>
+        @plugin-desc@
+      </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><fixme author="rdg">Add a link to a sample here...</fixme></li>
-        <li><fixme author="rdg">Add another sample link here...</fixme></li>
+        <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>
+      <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>

Modified: forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/site.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/site.xml Mon Apr  9 21:44:39 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,23 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="@plugin-name@" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to @plugin-name@"/>
     <forrestPlugins label="Plugins Index" href="ext: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>
-
-  <!--
+  <samples label="Samples">
+    <sample-1 label="Sample-1" href="sample-1.html" description="Demonstration of functionality" />
+  </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"/>
@@ -56,5 +54,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/tabs.xml Mon Apr  9 21:44:39 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/pluginTemplate/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/src/documentation/skinconf.xml Mon Apr  9 21:44:39 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: @plugin-name@</project-name>
   <project-description>@plugin-name@ plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/plugins/pluginTemplate/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/status.xml?view=diff&rev=527021&r1=527020&r2=527021
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/status.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/status.xml Mon Apr  9 21:44:39 2007
@@ -16,34 +16,30 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
-    <!-- Add new developers here -->
+<!-- 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.
+<!-- 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="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="docs" dev="open">
@@ -57,5 +53,4 @@
       </action>
     </actions>
   </todo>
-
 </status>