Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1498 - in development/main/central/site/src/docs/products/transit: . technical/repository

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1498 - in development/main/central/site/src/docs/products/transit: . technical/repository
  • Date: Sun, 16 Jan 2005 17:12:01 +0100

Author: mcconnell
Date: Sun Jan 16 17:12:00 2005
New Revision: 1498

Added:
development/main/central/site/src/docs/products/transit/guide.xml
Modified:
development/main/central/site/src/docs/products/transit/index.xml
development/main/central/site/src/docs/products/transit/navigation.xml

development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Log:
add link to the transit guide

Added: development/main/central/site/src/docs/products/transit/guide.xml
==============================================================================
--- (empty file)
+++ development/main/central/site/src/docs/products/transit/guide.xml Sun
Jan 16 17:12:00 2005
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ Copyright 2005 David Leangen
+ Copyright 2004 Stephen McConnell
+ Copyright 2004 Niclas Hedhman
+
+ 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.
+-->
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit</title>
+ </properties>
+
+ <body>
+
+ <section name="Transit Users Guide">
+
+ <p>
+ The <a href="/guide/transit/index.html">Transit User Guide</a> is
located
+ under the top-level <a href="/guide/index.html">DPML Guide</a>. The
guide
+ provides several examples of resource retrival, classloader creations
and
+ plugin management. The guide is structured in two sections - the
first
+ addresses the subject of <a href="/guide/transit/resources/index.html">
+ resource management</a> and the second section deals with the general
+ subject of <a href="/guide/transit/plugins/index.html">plugin
management</a>.
+ </p>
+
+ <p>
+ Questions concerning guide content should be posed to the
+ <a href="/about/resources/lists.html">DPML Support mailing list</a>.
+ </p>
+
+ </section>
+
+ </body>
+
+</document>

Modified: development/main/central/site/src/docs/products/transit/index.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/index.xml
(original)
+++ development/main/central/site/src/docs/products/transit/index.xml Sun
Jan 16 17:12:00 2005
@@ -20,7 +20,7 @@
limitations under the License.
-->

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="niclas AT hedhman.org">Niclas Hedhman</author>

Modified:
development/main/central/site/src/docs/products/transit/navigation.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/navigation.xml
(original)
+++ development/main/central/site/src/docs/products/transit/navigation.xml
Sun Jan 16 17:12:00 2005
@@ -28,6 +28,7 @@
<menu>
<item name="Product Overview" href="overview/index.html"/>
<item name="Product Specifications" href="technical/index.html"/>
+ <item name="Users Guide" href="guide.html"/>
<!--
<item name="Glossary (to be moved...)"
href="../../@CENTRAL-SITE-GLOSSARY-PATH@"/>
<item name="Concepts (to be moved...)"
href="../../@CENTRAL-SITE-CONCEPTS-PATH@"/>

Modified:
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Sun Jan 16 17:12:00 2005
@@ -12,8 +12,8 @@
<p>
The repository service provides support for the construction of
classloader <a href="descriptor.html">descriptors</a>, classloader
- <a href="chain.html">chains</a>, plugin class loading,
- and plugin instantiation.
+ <a href="chain.html">chains</a>, plugin <a href="class.html">class
loading</a>,
+ and plugin <a href="instantiation.html">instantiation</a>.
</p>

</section>



  • svn commit: r1498 - in development/main/central/site/src/docs/products/transit: . technical/repository, mcconnell, 01/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page