Author: gmcdonald
Date: Wed Sep 17 04:18:52 2008
New Revision: 696244
URL: http://svn.apache.org/viewvc?rev=696244&view=rev
Log:
Some minor changes, add some images
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/icon.png
(with props)
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/odt.gif
(with props)
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.gif
(with props)
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.png
(with props)
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/favicon.ico
(with props)
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/odt.gif
(with props)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/index.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/site.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/status.xml
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/icon.png
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/icon.png?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/icon.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/odt.gif
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/odt.gif?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/odt.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.gif
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.gif?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.png
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.png?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/images/project-logo.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/favicon.ico
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/favicon.ico?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/favicon.ico
------------------------------------------------------------------------------
svn:mime-type = image/x-icon
Added:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/odt.gif
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/odt.gif?rev=696244&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/odt.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/index.xml?rev=696244&r1=696243&r2=696244&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/index.xml
Wed Sep 17 04:18:52 2008
@@ -35,9 +35,7 @@
you require further help please ask on the user mailing list.
</p>
<ul>
- <li>
- <a href="index.odt">This page as ODT</a>
- </li>
+ <li><a href="index.odt">This page as ODT (this link in a li)</a></li>
<li><fixme author="GM">
Add another sample link here...
</fixme></li>
@@ -45,7 +43,8 @@
<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>
+<p><a href="index.odt">This page as ODT (this link in a p)</a></p>
</section>
</body>
</document>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/site.xml?rev=696244&r1=696243&r2=696244&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/site.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/site.xml
Wed Sep 17 04:18:52 2008
@@ -30,14 +30,11 @@
-->
<site label="org.apache.forrest.plugin.output.OOo" 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.OOo"/>
+ <index label="Index" href="index.html" description="Welcome to
org.apache.forrest.plugin.output.OOo"/>
<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">
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/status.xml?rev=696244&r1=696243&r2=696244&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/status.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/status.xml
Wed Sep 17 04:18:52 2008
@@ -35,7 +35,11 @@
</contexts>
<changes>
<!-- Add new releases here -->
- <release version="0.1" date="not-released">
+<release version="0.1" date="not-released">
+ <action dev="GM" type="update" context="code">
+ Improved stylesheet so that it now outputs
+ content created from xdoc
+ </action>
<action dev="GM" type="add" context="code">
Initial plugin code.
</action>
@@ -43,6 +47,10 @@
</changes>
<todo>
<actions priority="high">
+ <action context="code">
+ Need to improve the xsl to include many more
+ of the xdoc elements
+ </action>
<action context="docs" dev="open">
Customize this template plugin with your plugin's details. This
TODO list is generated from 'status.xml'.