You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/03/31 12:15:53 UTC

svn commit: r159578 - in forrest/trunk/plugins/org.apache.forrest.plugin.views: forrest.properties src/documentation/content/xdocs/commands.xml src/documentation/content/xdocs/site.xml status.xml

Author: thorsten
Date: Thu Mar 31 02:15:52 2005
New Revision: 159578

URL: http://svn.apache.org/viewcvs?view=rev&rev=159578
Log:
Added some documentation about some view commands and updated the status with todos and changes.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml   (with props)
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.views/forrest.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.views/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.views/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.views/forrest.properties?view=diff&r1=159577&r2=159578
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.views/forrest.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.views/forrest.properties Thu Mar 31 02:15:52 2005
@@ -44,7 +44,7 @@
 # Parent properties must be set. This usually means uncommenting
 # project.content-dir if any other property using it is uncommented
 
-#project.status=status.xml
+project.status=status.xml
 #project.content-dir=src/documentation
 #project.raw-content-dir=${project.content-dir}/content
 #project.conf-dir=${project.content-dir}/conf
@@ -106,4 +106,4 @@
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
 # Run "forrest available-plugins" for a list of plug-ins currently available
-project.required.plugins=org.apache.forrest.plugin.views,org.apache.forrest.plugin.projectInfo,org.apache.forrest.plugin.pdf-output
+project.required.plugins=org.apache.forrest.plugin.projectInfo,org.apache.forrest.plugin.pdf-output,org.apache.forrest.plugin.views

Added: forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml?view=auto&rev=159578
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml Thu Mar 31 02:15:52 2005
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>View commands</title> 
+  </header> 
+  <body> 
+    <section>
+      <title>ls - list directory contents</title>
+      <dl>
+        <dt><a href="/ls.contracts">ls.contracts</a></dt>
+        <dd>list the default contracts as xml</dd>
+        <dt><a href="/ls.contracts.l">ls.contracts.l</a></dt>
+        <dd>transform the dir-list (ls.contrcats) and add more information about usage</dd>
+        <dt><a href="/ls.contracts.project">ls.contracts.project</a> <strong>NOT working in views plugin</strong> </dt>
+        <dd>list the project specific contracts as xml</dd>
+        <dt><a href="/ls.contracts.project.l">ls.contracts.project.l</a> <strong>NOT working in views plugin</strong></dt>
+        <dd>transform the dir-list (ls.contrcats.project) and add more information about usage</dd>
+      </dl>
+    </section>
+  </body>
+</document>
\ No newline at end of file

Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/commands.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/site.xml?view=diff&r1=159577&r2=159578
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.views/src/documentation/content/xdocs/site.xml Thu Mar 31 02:15:52 2005
@@ -34,6 +34,7 @@
 
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.views"/>
+    <commands label="commands" href="commands.html" description="All commands of this plugin"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.views/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.views/status.xml?view=diff&r1=159577&r2=159578
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.views/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.views/status.xml Thu Mar 31 02:15:52 2005
@@ -27,7 +27,13 @@
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
       <action dev="TS" type="add" context="admin">
-        Initial plugin code.
+        Initial plugin code extracted from fbits-plugin.
+      </action>
+      <action dev="TS" type="add" context="admin">
+        Initial contract code added.
+      </action>
+      <action dev="TS" type="add" context="admin">
+        Initial nugget contract (feeder) added.
       </action>
     </release>
   </changes>
@@ -35,16 +41,21 @@
   <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'.
+        Add ducumentation about ls, etc.
       </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>.
+        Add examples explaining forrest:templates, ...
       </action>
       <action context="core" dev="open">
         make all pipeline format dependend (pass param fomat) to activate other format as well rather then xhtml implementations
+      </action>
+      <action context="docs" dev="open">
+        Enhance the ls.*.l pipes to output the usage of the contract (properties, ...)
+      </action>
+    </actions>
+    <actions priority="middle">
+      <action context="core" dev="open">
+        Add better support for custom css and css general (extract the css to a file and reference to it)
       </action>
     </actions>
   </todo>