Skip to Content.
Sympa Menu

notify-dpml - r1122 - in trunk/main/central/src/docs/transit: . config

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1122 - in trunk/main/central/src/docs/transit: . config
  • Date: Wed, 22 Feb 2006 20:17:16 +0100

Author: mcconnell
Date: 2006-02-22 20:17:11 +0100 (Wed, 22 Feb 2006)
New Revision: 1122

Added:
trunk/main/central/src/docs/transit/config/
trunk/main/central/src/docs/transit/config/hosts.xml
trunk/main/central/src/docs/transit/config/index.xml
trunk/main/central/src/docs/transit/config/local.xml
trunk/main/central/src/docs/transit/config/navigation.xml
trunk/main/central/src/docs/transit/config/proxy.xml
Modified:
trunk/main/central/src/docs/transit/navigation.xml
trunk/main/central/src/docs/transit/properties.xml
Log:
add DTD based transit config docs

Added: trunk/main/central/src/docs/transit/config/hosts.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/hosts.xml 2006-02-19
05:59:18 UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/config/hosts.xml 2006-02-22
19:17:11 UTC (rev 1122)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit XML Specification</title>
+ </properties>
+
+ <body>
+
+ <section name="Transit XML Remote Hosts Declaration">
+
+ <subsection name="Description">
+
+ <p>
+ </p>
+
+ </subsection>
+
+ </section>
+
+ </body>
+
+</document>
+

Added: trunk/main/central/src/docs/transit/config/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/index.xml 2006-02-19
05:59:18 UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/config/index.xml 2006-02-22
19:17:11 UTC (rev 1122)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit XML Specification</title>
+ </properties>
+
+ <body>
+
+ <section name="Transit XML Specification">
+
+ <subsection name="Description">
+
+ <p>
+ </p>
+
+ </subsection>
+
+ <subsection name="Attributes">
+
+ <table>
+ <tr>
+ <td>cache</td>
+ <td>required</td>
+ <td>An absolutute path referencing a local cache. The attribute
value
+ may include any system property including references to
Transit properties
+ such as ${dpml.data}. The default value is
${dpml.data}/cache.</td>
+ </tr>
+ <tr>
+ <td>layout</td>
+ <td>required</td>
+ <td>The layout strategy id to be used for the cache data. The
default
+ value is <tt>"classic"</tt>.</td>
+ </tr>
+ </table>
+
+ </subsection>
+
+ <subsection name="Nested Elements">
+
+ <table>
+ <tr>
+ <td><tt><a href="local.html">local</a></tt></td>
+ <td>The local file based repository included as a part of the
DPML installation.</td>
+ </tr>
+ <tr>
+ <td><tt><a href="proxy.html">proxy</a></tt></td>
+ <td>The proxy setting configuration.</td>
+ </tr>
+ <tr>
+ <td><tt><a href="hosts.html">hosts</a></tt></td>
+ <td>A colection of remote host definitions.</td>
+ </tr>
+ </table>
+
+ </subsection>
+
+ </section>
+
+ </body>
+
+</document>
+

Added: trunk/main/central/src/docs/transit/config/local.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/local.xml 2006-02-19
05:59:18 UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/config/local.xml 2006-02-22
19:17:11 UTC (rev 1122)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit XML Specification</title>
+ </properties>
+
+ <body>
+
+ <section name="Transit XML Local Repository Declaration">
+
+ <subsection name="Description">
+
+ <p>
+ Declaration of the location and layout of the local installation
repository.
+ </p>
+
+ </subsection>
+
+ <subsection name="Attributes">
+
+ <table>
+ <tr>
+ <td>path</td>
+ <td>required</td>
+ <td>An absolutute path referencing a local repository directory.
The attribute value
+ may include any system property including references to
Transit properties
+ such as ${dpml.share}. The default value is
${dpml.share}/local.</td>
+ </tr>
+ <tr>
+ <td>layout</td>
+ <td>required</td>
+ <td>The layout strategy id to be used for the local repository
data. The default
+ value is <tt>"modern"</tt>.</td>
+ </tr>
+ </table>
+
+ </subsection>
+
+
+ </section>
+
+ </body>
+
+</document>
+

Added: trunk/main/central/src/docs/transit/config/navigation.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/navigation.xml 2006-02-19
05:59:18 UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/config/navigation.xml 2006-02-22
19:17:11 UTC (rev 1122)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2004 Stephen McConnell
+
+ 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.dpml.net/central/about/legal/
+
+ 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.
+-->
+
+<project>
+
+ <title>DPML Central</title>
+
+ <body>
+
+ <menu>
+ <item name="Local" href="local.html"/>
+ <item name="Proxy" href="proxy.html"/>
+ <item name="Hosts" href="hosts.html"/>
+ </menu>
+
+ </body>
+
+</project>

Added: trunk/main/central/src/docs/transit/config/proxy.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/proxy.xml 2006-02-19
05:59:18 UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/config/proxy.xml 2006-02-22
19:17:11 UTC (rev 1122)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit XML Specification</title>
+ </properties>
+
+ <body>
+
+ <section name="Transit XML Proxy Declaration">
+
+ <subsection name="Description">
+
+ <p>
+ </p>
+
+ </subsection>
+
+ </section>
+
+ </body>
+
+</document>
+

Modified: trunk/main/central/src/docs/transit/navigation.xml
===================================================================
--- trunk/main/central/src/docs/transit/navigation.xml 2006-02-19 05:59:18
UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/navigation.xml 2006-02-22 19:17:11
UTC (rev 1122)
@@ -29,6 +29,7 @@
<item name="Protocols" href="technical/index.html"/>
<item name="Services" href="services/index.html"/>
<item name="Properties" href="properties.html"/>
+ <item name="Configuration" href="config/index.html"/>
<item name="Tasks" href="tasks/index.html"/>
<item name="CLI" href="cli/index.html"/>
</menu>

Modified: trunk/main/central/src/docs/transit/properties.xml
===================================================================
--- trunk/main/central/src/docs/transit/properties.xml 2006-02-19 05:59:18
UTC (rev 1121)
+++ trunk/main/central/src/docs/transit/properties.xml 2006-02-22 19:17:11
UTC (rev 1122)
@@ -55,10 +55,10 @@
<td>
If Transit is not initialized within an explicit TransitModel
then
Transit will attempt to establish a TransitModel using a
externalized
- TransitDirective located at the uri
<tt>local:xml:dpml/transit/config</tt>.
+ TransitDirective located at the uri
<tt>local:xml:dpml/transit/standard</tt>.
This uri can be overridden using the
<tt>dpml.transit.profile</tt> property
enabling the selection of a remote profile. The uri value will
be resolved
- to a url referencing a TransitDescriptor in XML form (JSR-57).
Overriding the uri
+ to a url referencing a <a
href="xml/index.html">TransitDescriptor in XML form</a>. Overriding the uri
enables the possiblity for centralization of multiple Transit
configurations.
</td>
</tr>




  • r1122 - in trunk/main/central/src/docs/transit: . config, mcconnell at BerliOS, 02/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page