Author: crossley
Date: Sun Feb 19 23:12:25 2006
New Revision: 379041
URL: http://svn.apache.org/viewcvs?rev=379041&view=rev
Log:
Automatic publish from forrestbot
Modified:
forrest/site/docs_0_80/howto/howto-structurer-dsl.html
forrest/site/docs_0_80/howto/howto-structurer-dsl.pdf
forrest/site/docs_0_80/linking.html
forrest/site/docs_0_80/linking.pdf
forrest/site/events.html
forrest/site/events.pdf
forrest/site/forrest-friday.html
forrest/site/forrest-friday.pdf
forrest/site/forrest-issues.html
forrest/site/forrest-issues.pdf
forrest/site/tools/forrestbar.html
forrest/site/tools/forrestbar.pdf
forrest/site/tools/xxe.html
forrest/site/tools/xxe.pdf
Modified: forrest/site/docs_0_80/howto/howto-structurer-dsl.html
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-structurer-dsl.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-structurer-dsl.html (original)
+++ forrest/site/docs_0_80/howto/howto-structurer-dsl.html Sun Feb 19 23:12:25
2006
@@ -371,12 +371,12 @@
more work. </div>
</div>
<p> This part of the the dispatcher is called the structurer and is
- dedicated to webdesigner and user with some knowlegde of css. </p>
+ dedicated to webdesigner and user with some knowledge of css. </p>
</div>
<a name="N1001B"></a><a name="Purpose"></a>
<h2 class="underlined_10">Purpose</h2>
<div class="section">
-<p> This how-to will show you how to write a <strong>forrest:view</strong>
+<p> This how-to will show you how to write a <strong>structurer</strong>
from the ground up. We will focus on html as the output format. As well
it will show how to add your own css implementation to the structurer.
</p>
@@ -386,7 +386,7 @@
<div class="section">
<ul>
-<li> You have a ready-to-go new seed-v2 (v2) based on the dispatcher like
+<li> You have a ready-to-go new dispatcher based project like
described in <a
href="../../docs_0_80/howto/howto-structurer-install.html">Install</a>. </li>
<li> Reading that how-to is as well a good idea to understand the used
@@ -441,12 +441,6 @@
(which offer configuration parameter in the structurer) and dynamic
contracts (which offer semi-static configuration and/or requesting the
content). </p>
-<p>Till now the processing includes firstly all raw data into the
- structurer, then generating a dynamic xsl and last but nor least
- response. That is heavy based on xsl processing which is quite slow. A
- better way is that we do not include *raw* but the *transformed* (by the
- contract) data . This way we do not have to generate a dynamic
stylesheet
- which leads to the upcoming development of standalone contracts.</p>
<div class="note">
<div class="label">Note</div>
<div class="content"> The structurer is as well a configuration file for the
dispatcher.
@@ -457,7 +451,7 @@
more. All data has to be defined in the structurer that they can be
dispatched. </div>
</div>
-<a name="N1008E"></a><a name="emptystructurer"></a>
+<a name="N1008B"></a><a name="emptystructurer"></a>
<h3 class="underlined_5">Empty structurer file</h3>
<pre class="code"><forrest:views
xmlns:forrest="http://apache.org/forrest/templates/1.0"
@@ -471,7 +465,7 @@
format that can use<strong> forrest:view</strong> as configuration
file. The only format we implemented is html for now. This is as well
true for the delivered contracts. </p>
-<a name="N100A2"></a><a name="firststructurer"></a>
+<a name="N1009F"></a><a name="firststructurer"></a>
<h3 class="underlined_5">Creating your first structurer</h3>
<div class="warning">
<div class="label">Warning</div>
@@ -564,7 +558,7 @@
<p> We now find the main content and the section navigation after each
other and in the order we placed them in the structurer, but we want
it
next to each other (left: nav-section; right: content-main). </p>
-<a name="N100F5"></a><a name="hookstructurer"></a>
+<a name="N100F2"></a><a name="hookstructurer"></a>
<h3 class="underlined_5">Hooks in the structurer</h3>
<p> We will use now the first time a <span class="codefrag"><forrest:hook
name="layoutId"/>
</span>. Hooks are the styling side of the structurer. We can imitate
@@ -619,7 +613,7 @@
</forrest:view>
</forrest:views>
</pre>
-<a name="N1011A"></a><a name="cssstructurer"></a>
+<a name="N10117"></a><a name="cssstructurer"></a>
<h3 class="underlined_5">CSS in the structurer</h3>
<p>We now know how to place contracts and hooks in our structurer. Until
this stage we only used the common.css. CSS-support of the structurer
@@ -750,7 +744,7 @@
</pre>
<p> We are now able to place contracts into the layout container and add
custom css to the structurer. </p>
-<a name="N10156"></a><a name="Linking+to+an+external+css+file"></a>
+<a name="N10153"></a><a name="Linking+to+an+external+css+file"></a>
<h3 class="underlined_5">Linking to an external css file</h3>
<div class="note">
<div class="label">Note</div>
@@ -805,7 +799,7 @@
</div>
</div>
</div>
-<a name="N101A9"></a><a name="Further Reading"></a>
+<a name="N101A6"></a><a name="Further Reading"></a>
<h2 class="underlined_10">Further Reading</h2>
<div class="section">
<p> Congratulations you are now able to work with the structurer. From here
@@ -821,7 +815,7 @@
</ul>
</div>
-<a name="N101BB"></a><a name="Feedback"></a>
+<a name="N101B8"></a><a name="Feedback"></a>
<h2 class="underlined_10">Feedback</h2>
<div class="section">
<p> Please provide feedback about this document via the <a
href="../../mail-lists.html">mailing lists</a>. </p>
Modified: forrest/site/docs_0_80/howto/howto-structurer-dsl.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-structurer-dsl.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/docs_0_80/linking.html
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/linking.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/docs_0_80/linking.html (original)
+++ forrest/site/docs_0_80/linking.html Sun Feb 19 23:12:25 2006
@@ -733,6 +733,8 @@
To cause tabs and menu items to be highlighted, there need to be
corresponding elements in <span class="codefrag">site.xml</span>
that have href attributes which match
the relevant path.
+ See
+ <a
href="http://www.mail-archive.com/user%40forrest.apache.org/msg01750.html">email
explanation</a>.
</li>
<li>
@@ -756,7 +758,7 @@
</div>
-<a name="N10225"></a><a name="toc-generation"></a>
+<a name="N10229"></a><a name="toc-generation"></a>
<h2 class="underlined_10">Table of Contents Generation</h2>
<div class="section">
<p>Each page can have an automatically generated table of contents. This
@@ -802,10 +804,10 @@
</div>
-<a name="N1025A"></a><a name="linking"></a>
+<a name="N1025E"></a><a name="linking"></a>
<h2 class="underlined_10">Linking systems</h2>
<div class="section">
-<a name="N10260"></a><a name="direct-linking"></a>
+<a name="N10264"></a><a name="direct-linking"></a>
<h3 class="underlined_5">Direct linking</h3>
<p>
In earlier versions of Forrest (and in similar systems), there has
@@ -824,7 +826,7 @@
typically renders to multiple output formats (HTML and PDF), links in
one of them (here, the PDF) are likely to break.
</p>
-<a name="N10285"></a><a name="indirect-linking"></a>
+<a name="N10289"></a><a name="indirect-linking"></a>
<h3 class="underlined_5">Indirect linking</h3>
<p>
Forrest's solution is simple: instead of <a href="todo.html">,
@@ -852,7 +854,7 @@
"idea" of "the todo file". It doesn't matter where it physically
lives;
that will be sorted out by Forrest.
</p>
-<a name="N102AC"></a><a name="resolve-site-uris"></a>
+<a name="N102B0"></a><a name="resolve-site-uris"></a>
<h4>Resolving site: URIs</h4>
<p>
So how does "<span class="codefrag">site:v0.80//todo</span>" get
resolved? A full answer
@@ -887,7 +889,7 @@
"new_content_type" its own XML file, or a node in another file, in
another category.
</p>
-<a name="N102EA"></a><a name="resolve-ext-uris"></a>
+<a name="N102EE"></a><a name="resolve-ext-uris"></a>
<h4>ext: URIs: linking to external URLs</h4>
<p>
The "<span class="codefrag">ext:</span>" scheme was created partly
to demonstrate the
@@ -922,7 +924,7 @@
Specifically, the "@href" aggregation makes defining large numbers
of
related URLs easy.
</p>
-<a name="N1031D"></a><a name="source-uris"></a>
+<a name="N10321"></a><a name="source-uris"></a>
<h4>Theory: source URIs</h4>
<p>
The "<span class="codefrag">site:</span>" URIs like "<span
class="codefrag">site:v0.80//todo</span>" are examples of
@@ -938,7 +940,7 @@
in the destination URI space, just like exotic XML source formats
are
translated into plain old HTML in the output.
</p>
-<a name="N1033C"></a><a name="future-schemes"></a>
+<a name="N10340"></a><a name="future-schemes"></a>
<h4>Future schemes</h4>
<p>
So far, the "<span class="codefrag">site:</span>" and "<span
class="codefrag">ext:</span>" schemes are defined.
@@ -1008,7 +1010,7 @@
</p>
</div>
-<a name="N103DF"></a><a name="concept"></a>
+<a name="N103E3"></a><a name="concept"></a>
<h2 class="underlined_10">Concept</h2>
<div class="section">
<p>
@@ -1023,7 +1025,7 @@
</p>
</div>
-<a name="N103F6"></a><a name="implementation"></a>
+<a name="N103FA"></a><a name="implementation"></a>
<h2 class="underlined_10">Implementation</h2>
<div class="section">
<p>Full details on the implementation of
Modified: forrest/site/docs_0_80/linking.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/linking.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/events.html
URL:
http://svn.apache.org/viewcvs/forrest/site/events.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/events.html (original)
+++ forrest/site/events.html Sun Feb 19 23:12:25 2006
@@ -178,7 +178,7 @@
<a href="#upcoming">Upcoming events</a>
<ul class="minitoc">
<li>
-<a href="#forrest-friday">ForrestFriday monthly get-together (10 February
2006)</a>
+<a href="#forrest-friday">ForrestFriday monthly get-together (10 March
2006)</a>
</li>
</ul>
</li>
@@ -222,7 +222,7 @@
<h2 class="underlined_10">Upcoming events</h2>
<div class="section">
<a name="N10013"></a><a name="forrest-friday"></a>
-<h3 class="underlined_5">ForrestFriday monthly get-together (10 February
2006)</h3>
+<h3 class="underlined_5">ForrestFriday monthly get-together (10 March
2006)</h3>
<p>
On the second Friday of each month we have a 24-hour get-together
using
IRC and other collaborative tools, to work on Forrest development and
Modified: forrest/site/events.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/events.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/forrest-friday.html
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-friday.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/forrest-friday.html (original)
+++ forrest/site/forrest-friday.html Sun Feb 19 23:12:25 2006
@@ -214,10 +214,10 @@
and lasts for 24 hours.
</p>
<p>
- The next event will take place on <strong>10 February 2006</strong>.
See
- <a
href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2006&month=02&day=10&hour=6&min=0&sec=0">start
time</a>
+ The next event will take place on <strong>10 March 2006</strong>. See
+ <a
href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2006&month=03&day=10&hour=6&min=0&sec=0">start
time</a>
and
- <a
href="http://www.timeanddate.com/worldclock/meetingtime.html?day=10&month=02&year=2006&p1=136&p2=48&p3=176&p4=240&p5=224&p6=213">zone
overlap</a>.
+ <a
href="http://www.timeanddate.com/worldclock/meetingtime.html?day=10&month=03&year=2006&p1=136&p2=48&p3=176&p4=240&p5=224&p6=213">zone
overlap</a>.
</p>
</div>
Modified: forrest/site/forrest-friday.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-friday.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/forrest-issues.html
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-issues.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Sun Feb 19 23:12:25 2006
@@ -205,9 +205,6 @@
<a href="#%5BFOR-533%5D+Auto+Generate+plugins.xml+entry">[FOR-533] Auto
Generate plugins.xml entry</a>
</li>
<li>
-<a
href="#%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode">[FOR-735]
Plugins are not correctly deployed in webapp mode</a>
-</li>
-<li>
<a href="#%5BFOR-707%5D+Document+i18n+features+of+Forrest">[FOR-707] Document
i18n features of Forrest</a>
</li>
<li>
@@ -217,6 +214,9 @@
<a href="#%5BFOR-711%5D+Cache+results+from+the+Locationmap">[FOR-711] Cache
results from the Locationmap</a>
</li>
<li>
+<a
href="#%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode">[FOR-735]
Plugins are not correctly deployed in webapp mode</a>
+</li>
+<li>
<a
href="#%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes">[FOR-241]
character entities (e.g. ampersand) are expanded again for href or src
attributes</a>
</li>
<li>
@@ -379,23 +379,7 @@
<br>
This change will require that the plugins.xml file be retrieved from the build
directory rather than the plugins directory when building the plugin
documentation pages. We will therefore need a fall back to retrieve this file
from the network if it is not currently available - this can be done with the
locationmap</p>
</div>
-<a name="N10059"></a><a
name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
-<h2 class="underlined_10">[FOR-735] Plugins are not correctly deployed in
webapp mode</h2>
-<div class="section">
-<p>
-<a
href="http://issues.apache.org/jira/browse/FOR-735">http://issues.apache.org/jira/browse/FOR-735</a>
-</p>
-<p>(At this point I didn't try this scenario step by step any more; basically
it is what we did to setup the site, except that we copied our project data
from forrest 0.6 before trying the pdf links)
-<br>
-
-<br>
-- run forrest webapp to create an empty webapp
-<br>
-- configure Tomcat to run the webapp (we did it by creating a context
descriptor and put it onder Tomcat's config directory)
-<br>
-- the pdf links give an error &quot;Resource Not Found&quot;</p>
-</div>
-<a name="N10065"></a><a
name="%5BFOR-707%5D+Document+i18n+features+of+Forrest"></a>
+<a name="N10059"></a><a
name="%5BFOR-707%5D+Document+i18n+features+of+Forrest"></a>
<h2 class="underlined_10">[FOR-707] Document i18n features of Forrest</h2>
<div class="section">
<p>
@@ -415,7 +399,7 @@
<br>
We could, at the very least use the locationmap to pull this content into our
site [OT: I wonder if this could be a way to generate more documentation?)</p>
</div>
-<a name="N10071"></a><a
name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
+<a name="N10065"></a><a
name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
<h2 class="underlined_10">[FOR-742] trouble accessing unversioned plugin for a
released version of Forrest, e.g. projectInfo</h2>
<div class="section">
<p>
@@ -429,7 +413,7 @@
<br>
<a
href="http://marc.theaimsgroup.com/?t=113176328300002">http://marc.theaimsgroup.com/?t=113176328300002</a></p>
</div>
-<a name="N1007D"></a><a
name="%5BFOR-711%5D+Cache+results+from+the+Locationmap"></a>
+<a name="N10071"></a><a
name="%5BFOR-711%5D+Cache+results+from+the+Locationmap"></a>
<h2 class="underlined_10">[FOR-711] Cache results from the Locationmap</h2>
<div class="section">
<p>
@@ -444,6 +428,22 @@
<br>
If we test all locationmaps and find no result we should record that tere is
no result in this hashmap. This will also be a good place to throw an exception
so that Cocoon can better report such errors (see FOR-701)</p>
+</div>
+<a name="N1007D"></a><a
name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
+<h2 class="underlined_10">[FOR-735] Plugins are not correctly deployed in
webapp mode</h2>
+<div class="section">
+<p>
+<a
href="http://issues.apache.org/jira/browse/FOR-735">http://issues.apache.org/jira/browse/FOR-735</a>
+</p>
+<p>(At this point I didn't try this scenario step by step any more; basically
it is what we did to setup the site, except that we copied our project data
from forrest 0.6 before trying the pdf links)
+<br>
+
+<br>
+- run forrest webapp to create an empty webapp
+<br>
+- configure Tomcat to run the webapp (we did it by creating a context
descriptor and put it onder Tomcat's config directory)
+<br>
+- the pdf links give an error &quot;Resource Not Found&quot;</p>
</div>
<a name="N10089"></a><a
name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
<h2 class="underlined_10">[FOR-241] character entities (e.g. ampersand) are
expanded again for href or src attributes</h2>
Modified: forrest/site/forrest-issues.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-issues.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/tools/forrestbar.html
URL:
http://svn.apache.org/viewcvs/forrest/site/tools/forrestbar.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/tools/forrestbar.html (original)
+++ forrest/site/tools/forrestbar.html Sun Feb 19 23:12:25 2006
@@ -174,9 +174,10 @@
browsers that eases the navigation of online Forrest resources
(including local
instances of Forrest running on jetty or as a webapp), Apache links
and other Apache projects.</p>
+<p>Navigation and developer assistance for Apache Forrest-related
documentation frameworks.</p>
</div>
-<a name="N1001F"></a><a name="Installing+the+ForrestBar"></a>
+<a name="N10022"></a><a name="Installing+the+ForrestBar"></a>
<h2 class="underlined_10">Installing the ForrestBar</h2>
<div class="section">
<p>ForrestBar is currently compatible with Firefox 0.9 - 1.5 and Mozilla
Modified: forrest/site/tools/forrestbar.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/tools/forrestbar.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/tools/xxe.html
URL:
http://svn.apache.org/viewcvs/forrest/site/tools/xxe.html?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
--- forrest/site/tools/xxe.html (original)
+++ forrest/site/tools/xxe.html Sun Feb 19 23:12:25 2006
@@ -160,13 +160,13 @@
<a href="#Requirements">Requirements</a>
</li>
<li>
-<a href="#Install">Install</a>
+<a href="#build">Build</a>
</li>
<li>
-<a href="#Upgrade">Upgrade</a>
+<a href="#Install">Install</a>
</li>
<li>
-<a href="#Developer+Instructions">Developer Instructions</a>
+<a href="#Upgrade">Upgrade</a>
</li>
<li>
<a href="#History">History</a>
@@ -184,162 +184,162 @@
<div class="note">
<div class="label">Note</div>
-<div class="content">This is not a particular endorsement of XXE over other
xml editors.
+<div class="content">This is not a particular endorsement of XXE over other
xml editors.
It is just that we provide this tool to take advantage of XXE.</div>
</div>
-
<p>
-<a href="http://www.xmlmind.com/xmleditor/">XMLmind XML Editor</a>
- is a validating XML editor featuring a word processor-like view. We support
- the Forrest plugin for XXE only, please direct all XXE-related questions to
- XXE support or mailing lists.</p>
-
+<a href="http://www.xmlmind.com/xmleditor/">XMLmind XML Editor</a>
+ is a validating XML editor featuring a word processor-like view. We
+ support the Forrest plugin for XXE only, please direct all XXE-related
+ questions to XXE support or mailing lists.</p>
<a name="N10016"></a><a name="Requirements"></a>
<h2 class="underlined_10">Requirements</h2>
<div class="section">
<ul>
-<li>XXE 3.0p1+ (version 1.3 of the tool works with XXE version 2.5p3 -
- 3.0)</li>
+<li>XXE 3.0p1+ (version 1.3 of the tool works with XXE version 2.5p3 -
+ 3.0)</li>
<li>Forrest 0.5+</li>
</ul>
</div>
-
-<a name="N10026"></a><a name="Install"></a>
-<h2 class="underlined_10">Install</h2>
+<a name="N10026"></a><a name="build"></a>
+<h2 class="underlined_10">Build</h2>
<div class="section">
+<p>To build the configuration:</p>
<ol>
-<li>Extract into the XXE application config directory (e.g.
- <span class="codefrag">D:\Program
Files\XMLmind_XML_Editor\config</span>)<br>
+<li>Make sure the FORREST_HOME environment variable is set</li>
-<strong>OR</strong>
+<li>Change directory to <span class="codefrag">$FORREST_HOME/tools/xxe</span>
</li>
-<li>Extract into your XXE user directory (e.g.
- <span class="codefrag">~/.xxe/addon/config</span>) (only in version
1.3+ of this config).
- For version 1.3+, this is the recommended installation location, as it
- permits upgrading XXE without having to reinstall this config
- <div class="note">
-<div class="label">Note</div>
-<div class="content">This location is new for XXE 2.10, and is not tested with
earlier
- releases!</div>
-</div>
-
-</li>
+<li>Run <span class="codefrag">ant</span> in this directory</li>
</ol>
+<p>e.g.</p>
+<pre class="code">[EMAIL PROTECTED]:~/src/apache/forrest-trunk$ cd tools/xxe
+ [EMAIL PROTECTED]:~/src/apache/forrest-trunk/tools/xxe$ ant Buildfile:
+ build.xml -init: clean: copy-dtds: [copy] Copying 71 files to
+ /home/you/src/apache/forrest-trunk/tools/xxe copy-catalog: [copy]
+ Copying 1 file to /home/you/src/apache/forrest-trunk/tools/xxe update:
+ dist: [mkdir] Created dir:
+ /home/you/src/apache/forrest-trunk/tools/xxe/dist [zip] Building zip:
+
/home/you/src/apache/forrest-trunk/tools/xxe/dist/XXE_forrest_config-1.4.zip
+ BUILD SUCCESSFUL Total time: 9 seconds</pre>
+<p>
+<strong>Developer note:</strong>
+<br>To work directly with the SVN
+ version of the configuration, check out
+ http://svn.apache.org/repos/asf/forrest/trunk/tools/xxe/ into the
+ <span class="codefrag">forrest</span> folder in the XXE <span
class="codefrag">addon</span> folder. Run
+ the build there to copy the DTDs</p>
+<p>
+
+<a href="http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html">
+ XXE Custom Configuration Info</a>
+
+</p>
</div>
-
-<a name="N10043"></a><a name="Upgrade"></a>
-<h2 class="underlined_10">Upgrade</h2>
+<a name="N1005B"></a><a name="Install"></a>
+<h2 class="underlined_10">Install</h2>
<div class="section">
<ol>
-<li>Delete the <span class="codefrag">forrest</span> directory from the XXE
application
- config directory. (e.g. <span class="codefrag">D:\Program
- Files\XMLmind_XML_Editor\config</span>)<br>
-
+<li>Extract into the XXE application config directory (e.g.
+ <span class="codefrag">D:\Program
Files\XMLmind_XML_Editor\config</span>)<br>
+
<strong>OR</strong>
</li>
-<li>Delete the 'forrest' directory from your user XXE config directory:
- <ul>
-
-<li>*nix-es: <span class="codefrag">~/.xxe/addon/</span>
-</li>
-
-<li>Windows: <span class="codefrag">%SystemDrive%\Documents and
- Settings\user\Application Data\XMLmind\XMLeditor\</span>
+<li>Extract into your XXE user directory (e.g.
+ <span class="codefrag">~/.xxe/addon/config</span>) (only in version
1.3+ of this
+ config). For version 1.3+, this is the recommended installation
+ location, as it permits upgrading XXE without having to reinstall
+ this config <div class="note">
+<div class="label">Note</div>
+<div class="content">This location is new for XXE 2.10, and is not
+ tested with earlier releases!</div>
+</div>
</li>
-
-</ul>
- depending on where you installed the previous version of the tool
- </li>
-
-
-<li>Install normally</li>
</ol>
</div>
-
-<a name="N1006D"></a><a name="Developer+Instructions"></a>
-<h2 class="underlined_10">Developer Instructions</h2>
+<a name="N10078"></a><a name="Upgrade"></a>
+<h2 class="underlined_10">Upgrade</h2>
<div class="section">
-<p>To build the configuration:</p>
<ol>
-<li>Make sure the FORREST_HOME environment variable is set</li>
-
-
-<li>Change directory to <span class="codefrag">forrest/tools/xxe</span>
+<li>Delete the <span class="codefrag">forrest</span> directory from the XXE
application
+ config directory. (e.g. <span class="codefrag">D:\Program
+ Files\XMLmind_XML_Editor\config</span>)<br>
+<strong>OR</strong>
</li>
-
-<li>Run <span class="codefrag">ant</span> in this directory</li>
+<li>Delete the 'forrest' directory from your user XXE config directory:
+ <ul>
+<li>*nix-es: <span class="codefrag">~/.xxe/addon/</span>
+</li>
+<li>Windows:
+ <span class="codefrag">%SystemDrive%\Documents and
Settings\user\Application
+ Data\XMLmind\XMLeditor\</span>
+</li>
+</ul> depending on where you
+ installed the previous version of the tool </li>
+
+<li>Install normally</li>
</ol>
-<p>To work directly with the SVN version, check out
- http://svn.apache.org/repos/asf/forrest/trunk/tools/xxe/ into the
- <span class="codefrag">forrest</span> folder in the XXE <span
class="codefrag">addon</span> folder. Run the
- build there to copy the DTDs</p>
-<p>
-<a
href="http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html">XXE
- Custom Configuration Info</a>
-</p>
</div>
-
-<a name="N10096"></a><a name="History"></a>
+<a name="N100A2"></a><a name="History"></a>
<h2 class="underlined_10">History</h2>
<div class="section">
-<a name="N1009C"></a><a name="1.4"></a>
+<a name="N100A8"></a><a name="1.4"></a>
<h3 class="underlined_5">1.4</h3>
<ul>
-<li>Updated the tool to work with XXE 3.0p1. (FOR-779)
- <div class="note">
+<li>Updated the tool to work with XXE 3.0p1. (FOR-779) <div class="note">
<div class="label">Note</div>
-<div class="content">This change is backwards INCOMPATIBLE, therefore the tool
- now <em>requires</em> XXE 3.0p1+.</div>
-</div>
-
+<div class="content">This
+ change is backwards INCOMPATIBLE, therefore the tool now
+ <em>requires</em> XXE 3.0p1+.</div>
+</div>
</li>
<li>Added XXE-provided default rendering of tables</li>
</ul>
-<a name="N100B2"></a><a name="1.3"></a>
+<a name="N100BE"></a><a name="1.3"></a>
<h3 class="underlined_5">1.3</h3>
<ul>
-<li>Fixed a bug that prevented this config to work with XXE 3.x
- (FOR-720)</li>
+<li>Fixed a bug that prevented this config to work with XXE 3.x
+ (FOR-720)</li>
-<li>Fixed a bug that prevented correct loading of the common css
- stylesheet (FOR-581)</li>
+<li>Fixed a bug that prevented correct loading of the common css
+ stylesheet (FOR-581)</li>
-<li>Changed icon references to be installation independent
- (FOR-581)</li>
+<li>Changed icon references to be installation independent
+ (FOR-581)</li>
-<li>Added a Forrest menu, with more robust table manipulation, and for
- v2 docs some link traversals (both taken from the XXE XHTML
config)</li>
+<li>Added a Forrest menu, with more robust table manipulation, and
+ for v2 docs some link traversals (both taken from the XXE XHTML
+ config)</li>
-<li>Added more entries to the Table button (menu) in the Forrest
- toolbar, replicating the entries in the Forrest menu</li>
+<li>Added more entries to the Table button (menu) in the Forrest
+ toolbar, replicating the entries in the Forrest menu</li>
<li>Added a History section to the README and documentation</li>
</ul>
</div>
-
</div>
<!--+
Modified: forrest/site/tools/xxe.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/tools/xxe.pdf?rev=379041&r1=379040&r2=379041&view=diff
==============================================================================
Binary files - no diff available.