Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 62690 invoked from network); 2 Dec 2005 10:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 10:48:37 -0000 Received: (qmail 75333 invoked by uid 500); 2 Dec 2005 10:48:36 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 75255 invoked by uid 500); 2 Dec 2005 10:48:35 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 75243 invoked by uid 99); 2 Dec 2005 10:48:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 02:48:35 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Dec 2005 02:50:02 -0800 Received: (qmail 62506 invoked by uid 65534); 2 Dec 2005 10:48:12 -0000 Message-ID: <20051202104812.62503.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r351671 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php: ./ conf/ lib/ resources/ resources/stylesheets/ resources/stylesheets/php/ src/ src/documentation/ src/documentation/content/ src/documentation/content/xdo... Date: Fri, 02 Dec 2005 10:48:08 -0000 To: svn@forrest.apache.org From: cdupoirieux@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cdupoirieux Date: Fri Dec 2 02:47:48 2005 New Revision: 351671 URL: http://svn.apache.org/viewcvs?rev=351671&view=rev Log: Add of a very first version of an output plugin to integrate php calls. This is very useful to generate skinned pages from a DataBase for instance. (cf. http://cyriaque.dupoirieux.free.fr/livres/livres.php where several requests to my DB creates a virtual library of books I have read or I will soon read. In this page, php is used to : - Request the DB to find books, - Request Amazon Web Services in order to get books picture, title, authors, number of page and so on...) I still have the two following problems : - first, it seems the plugin takes lots of resources (memories and CPU) I realised this using the Cocoon Profiler. - second, the generated pages (extension php) are not recognised as selected in the skinned page (the minitoc is not selected) Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/conf/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/readme.txt forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/locationmap.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group-logo.gif (with props) forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group.svg forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/icon.png (with props) forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project-logo.gif (with props) forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project.svg forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/usemap.gif (with props) forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/index.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/monPremier.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/site.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/tabs.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/skinconf.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/readme.txt forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/status.xml Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties Fri Dec 2 02:47:48 2005 @@ -0,0 +1,109 @@ +# Copyright 2002-2005 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. + +############## +# Properties used by forrest.build.xml for building the website +# These are the defaults, un-comment them if you need to change them. +############## + +# Prints out a summary of Forrest settings for this project +#forrest.echo=true + +# Project name (used to name .war file) +#project.name=my-project + +# Specifies name of Forrest skin to use +#project.skin=tigris +#project.skin=pelt + +# comma separated list, file:// is supported +#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml + +############## +# behavioural properties +#project.menu-scheme=tab_attributes +#project.menu-scheme=directories + +############## +# layout properties + +# Properties that can be set to override the default locations +# +# 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.content-dir=src/documentation +#project.raw-content-dir=${project.content-dir}/content +#project.conf-dir=${project.content-dir}/conf +#project.sitemap-dir=${project.content-dir} +#project.xdocs-dir=${project.content-dir}/content/xdocs +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema +#project.skins-dir=${project.content-dir}/skins +#project.skinconf=${project.content-dir}/skinconf.xml +#project.lib-dir=${project.content-dir}/lib +#project.classes-dir=${project.content-dir}/classes +#project.translations-dir=${project.content-dir}/translations + +############## +# validation properties + +# This set of properties determine if validation is performed +# Values are inherited unless overridden. +# e.g. if forrest.validate=false then all others are false unless set to true. +#forrest.validate=true +#forrest.validate.xdocs=${forrest.validate} +#forrest.validate.skinconf=${forrest.validate} +#forrest.validate.sitemap=${forrest.validate} +#forrest.validate.stylesheets=${forrest.validate} +#forrest.validate.skins=${forrest.validate} +#forrest.validate.skins.stylesheets=${forrest.validate.skins} + +# *.failonerror=(true|false) - stop when an XML file is invalid +#forrest.validate.failonerror=true + +# *.excludes=(pattern) - comma-separated list of path patterns to not validate +# e.g. +#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml +#forrest.validate.xdocs.excludes= + + +############## +# General Forrest properties + +# The URL to start crawling from +#project.start-uri=linkmap.html +# Set logging level for messages printed to the console +# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) +#project.debuglevel=ERROR +# Max memory to allocate to Java +#forrest.maxmemory=64m +# Any other arguments to pass to the JVM. For example, to run on an X-less +# server, set to -Djava.awt.headless=true +#forrest.jvmargs= +# The bugtracking URL - the issue number will be appended +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= +#project.bugtracking-url=http://issues.apache.org/jira/browse/ +# The issues list as rss +#project.issues-rss-url= +#I18n Property only works for the "forrest run" target. +#project.i18n=true +# 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.output.php,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/forrest.properties.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,15 @@ + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/readme.txt URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/readme.txt?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/readme.txt (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/lib/readme.txt Fri Dec 2 02:47:48 2005 @@ -0,0 +1 @@ +Place any libraries required by your plugin in this directory. \ No newline at end of file Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap Fri Dec 2 02:47:48 2005 @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl Fri Dec 2 02:47:48 2005 @@ -0,0 +1,43 @@ + + + + + + + <?php + + ?> + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/locationmap.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/locationmap.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/locationmap.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/locationmap.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group-logo.gif URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group-logo.gif?rev=351671&view=auto ============================================================================== Binary file - no diff available. Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group-logo.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group.svg URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group.svg?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group.svg (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/group.svg Fri Dec 2 02:47:48 2005 @@ -0,0 +1,82 @@ + + + + + + + + Anteater logo + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/icon.png URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/icon.png?rev=351671&view=auto ============================================================================== Binary file - no diff available. Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/icon.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project-logo.gif URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project-logo.gif?rev=351671&view=auto ============================================================================== Binary file - no diff available. Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project-logo.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project.svg?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project.svg (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/project.svg Fri Dec 2 02:47:48 2005 @@ -0,0 +1,82 @@ + + + + + + + + Anteater logo + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/usemap.gif URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/usemap.gif?rev=351671&view=auto ============================================================================== Binary file - no diff available. Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/images/usemap.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/index.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/index.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/index.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,45 @@ + + + + +
+ Welcome to the org.apache.forrest.plugin.output.php Plugin +
+ +
+ Apache Forrest - org.apache.forrest.plugin.output.php Plugin +

Generation de page php

+
+ +
+ Samples +

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.

+ +
    +
  • Add a link to a sample here...
  • +
  • Add another sample link here...
  • +
+ + The more samples included here the easier it is for users to + understand this plugin. If you can provide additional samples please + do so. +
+ +
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/monPremier.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/monPremier.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/monPremier.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/monPremier.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,52 @@ + + + + +
+ Welcome to the org.apache.forrest.plugin.output.php Plugin +
+ +
+ PHP Info call ! +

This page is the result of

+
    +
  • a transformation from forrest in order to integrate the php page in the site and to skin it
  • +
  • a call to phpinfo() inside the sample section
  • +
+
+ +
+ Samples +

The call to phpinfo function is made just after this sentence.

+ +

The call to phpinfo finishes just before this sentence.

+ If the result is not the one expected, you first have to check that you php server is launched and well configured... +

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.

+ +
    +
  • Add a link to a sample here...
  • +
+ + The more samples included here the easier it is for users to + understand this plugin. If you can provide additional samples please + do so. +
+ +
Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/site.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/site.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/site.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/tabs.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/tabs.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/tabs.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/content/xdocs/tabs.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,43 @@ + + + + + + + + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/skinconf.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/skinconf.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/skinconf.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/documentation/skinconf.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,288 @@ + + + + + + + + + + + + true + + false + + true + + true + + + true + + + true + + + false + + + true + .at. + + + true + + + Plugin: org.apache.forrest.plugin.output.php + org.apache.forrest.plugin.output.php plugin for Apache Forrest + http://myproj.mygroup.org/ + images/project.png + + + + MyGroup + MyGroup Description + http://mygroup.org + images/group.png + + + + + + + + + + + 2005 + The Acme Software Foundation. + + + + + + + + + + + + + + + + + + + + + + + + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + #footer a { color: #0F3660; } + #footer a:visited { color: #009999; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1in + 1in + 1.25in + 1in + + + + false + + + false + + + + + + Built with Apache Forrest + http://forrest.apache.org/ + images/built-with-forrest-button.png + 88 + 31 + + + + + + Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/readme.txt URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/readme.txt?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/readme.txt (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/src/java/readme.txt Fri Dec 2 02:47:48 2005 @@ -0,0 +1 @@ +Place any java source code that your plugin requires in this directory. \ No newline at end of file Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/status.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/status.xml?rev=351671&view=auto ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/status.xml (added) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/status.xml Fri Dec 2 02:47:48 2005 @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Initial plugin code. + + + + + + + + Customize this template plugin with your plugin's details. This + TODO list is generated from 'status.xml'. + + + Create the documentation with lots of examples and samples. + XML content goes in + src/documentation/content/xdocs. + + + + +