Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1621 - in development/main/central/site: . src/docs/about/community/people src/docs/guide/transit src/docs/products/transit src/docs/products/transit/000 src/docs/products/transit/000/overview src/docs/products/transit/000/technical/hosts src/docs/products/transit/000/technical/launcher src/docs/products/transit/000/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: r1621 - in development/main/central/site: . src/docs/about/community/people src/docs/guide/transit src/docs/products/transit src/docs/products/transit/000 src/docs/products/transit/000/overview src/docs/products/transit/000/technical/hosts src/docs/products/transit/000/technical/launcher src/docs/products/transit/000/technical/repository
  • Date: Sat, 29 Jan 2005 13:28:49 +0100

Author: mcconnell
Date: Sat Jan 29 13:28:48 2005
New Revision: 1621

Added:
development/main/central/site/src/docs/about/community/people/mcconnell.xml
Modified:
development/main/central/site/build.xml
development/main/central/site/src/docs/guide/transit/navigation.xml
development/main/central/site/src/docs/products/transit/000/guide.xml
development/main/central/site/src/docs/products/transit/000/index.xml
development/main/central/site/src/docs/products/transit/000/navigation.xml

development/main/central/site/src/docs/products/transit/000/overview/classloading.xml

development/main/central/site/src/docs/products/transit/000/overview/plugins.xml

development/main/central/site/src/docs/products/transit/000/technical/hosts/index.xml

development/main/central/site/src/docs/products/transit/000/technical/launcher/properties.xml

development/main/central/site/src/docs/products/transit/000/technical/repository/chain.xml
development/main/central/site/src/docs/products/transit/index.xml
development/main/central/site/src/docs/products/transit/navigation.xml
Log:
Sync navigation with number build key and fix broken links.

Modified: development/main/central/site/build.xml
==============================================================================
--- development/main/central/site/build.xml (original)
+++ development/main/central/site/build.xml Sat Jan 29 13:28:48 2005
@@ -58,6 +58,8 @@
<x:filter key="dpml-metro" feature="api" token="METRO-JAVADOC-PATH"/>
<filter token="CENTRAL-SITE-GLOSSARY-PATH"
value="products/transit/glossary/index.html"/>
<filter token="CENTRAL-SITE-CONCEPTS-PATH"
value="products/transit/concepts/index.html"/>
+ <filter token="TRANSIT-BUILD-ID" value="000"/>
+ <filter token="TRANSIT-DEFAULT-ID" value="000"/>
</target>

<target name="javadoc" depends="prepare"/>

Added:
development/main/central/site/src/docs/about/community/people/mcconnell.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/about/community/people/mcconnell.xml
Sat Jan 29 13:28:48 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Central</title>
+ </properties>
+ <body>
+ <section name="Stephen McConnell">
+
+ <p>
+ Steve's <a href="mcconnell/index.html">home page</a> has been moved.
+ The new page contains a bunch more information and links to recent
+ and past <a href="mcconnell/project.html">projects</a>, Steve's
+ <a href="mcconnell/expertise.html">experience and skills</a>, together
+ with a little <a href="mcconnell/background.html">background</a>
+ information.
+ </p>
+
+ </section>
+ </body>
+</document>
+

Modified: development/main/central/site/src/docs/guide/transit/navigation.xml
==============================================================================
--- development/main/central/site/src/docs/guide/transit/navigation.xml
(original)
+++ development/main/central/site/src/docs/guide/transit/navigation.xml Sat
Jan 29 13:28:48 2005
@@ -25,8 +25,11 @@
<body>

<menu>
+ <item name="Build @TRANSIT-BUILD-ID@"
href="@TRANSIT-BUILD-ID@/index.html"/>
+ <!--
<item name="Resources" href="resources/index.html"/>
<item name="Plugins" href="plugins/index.html"/>
+ -->
</menu>

</body>

Modified:
development/main/central/site/src/docs/products/transit/000/guide.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/000/guide.xml
(original)
+++ development/main/central/site/src/docs/products/transit/000/guide.xml
Sat Jan 29 13:28:48 2005
@@ -36,9 +36,9 @@
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">
+ addresses the subject of <a
href="/guide/transit/@TRANSIT-BUILD-ID@/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>.
+ subject of <a
href="/guide/transit/@TRANSIT-BUILD-ID@/plugins/index.html">plugin
management</a>.
</p>

<p>

Modified:
development/main/central/site/src/docs/products/transit/000/index.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/000/index.xml
(original)
+++ development/main/central/site/src/docs/products/transit/000/index.xml
Sat Jan 29 13:28:48 2005
@@ -44,7 +44,7 @@
applications.
</p>

- <img src="/images/transit/repositories.png"/>
+ <img src="/images/transit/@TRANSIT-BUILD-ID@/repositories.png"/>

</section>
</body>

Modified:
development/main/central/site/src/docs/products/transit/000/navigation.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/navigation.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/navigation.xml
Sat Jan 29 13:28:48 2005
@@ -29,7 +29,7 @@
<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="Javadocs" href="../../@TRANSIT-DOCS-PATH@/index.html"/>
+ <item name="Javadocs" href="../../../@TRANSIT-DOCS-PATH@/index.html"/>
</menu>

</body>

Modified:
development/main/central/site/src/docs/products/transit/000/overview/classloading.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/overview/classloading.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/overview/classloading.xml
Sat Jan 29 13:28:48 2005
@@ -51,7 +51,7 @@
construct a classloader chain.
</p>

- <img src="/images/transit/chain.png"/>
+ <img src="/images/transit/@TRANSIT-BUILD-ID@/chain.png"/>

<p>
Plugin files use a simple property file format to declare features of

Modified:
development/main/central/site/src/docs/products/transit/000/overview/plugins.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/overview/plugins.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/overview/plugins.xml
Sat Jan 29 13:28:48 2005
@@ -150,7 +150,7 @@
</p>
<p>
Examples of plugin loading and general plugin handling is provided
- under the <a href="/guide/transit/plugins/index.html">Transit
Guide</a>.
+ under the <a
href="/guide/transit/@TRANSIT-BUILD-ID@/plugins/index.html">Transit Guide</a>.
</p>
</section>
</body>

Modified:
development/main/central/site/src/docs/products/transit/000/technical/hosts/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/technical/hosts/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/technical/hosts/index.xml
Sat Jan 29 13:28:48 2005
@@ -33,7 +33,7 @@

<p>
Example of artifact retrival and remote repositories are included in
- the <a href="/guide/transit/resources/index.html">Transit Guide</a>.
+ the <a
href="/guide/transit/@TRANSIT-BUILD-ID@/resources/index.html">Transit
Guide</a>.
</p>

</section>

Modified:
development/main/central/site/src/docs/products/transit/000/technical/launcher/properties.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/technical/launcher/properties.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/technical/launcher/properties.xml
Sat Jan 29 13:28:48 2005
@@ -52,7 +52,7 @@
<td>URI of an application launcher plugin. The plugin handles
the loading and deployment of application plugins such as
the metro component managment platform cli handler and other
- application hanlders.</td>
+ application handlers.</td>
</tr>
</table>
</subsection>

Modified:
development/main/central/site/src/docs/products/transit/000/technical/repository/chain.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/000/technical/repository/chain.xml
(original)
+++
development/main/central/site/src/docs/products/transit/000/technical/repository/chain.xml
Sat Jan 29 13:28:48 2005
@@ -23,7 +23,7 @@
classloader.
</p>

- <img src="/images/transit/chain.png"/>
+ <img src="/images/transit/@TRANSIT-BUILD-ID@/chain.png"/>

<p><i>Example classloader creation:</i></p>
<pre>

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 Sat
Jan 29 13:28:48 2005
@@ -34,13 +34,13 @@

<p>
Transit provides a flexible framework for dynamically
- <a href="overview/artifact.html">retrieving</a>
+ <a href="@TRANSIT-DEFAULT-ID@/overview/artifact.html">retrieving</a>
system and application resources, constructing
- <a href="overview/classloading.html">classloaders</a>, and
+ <a
href="@TRANSIT-DEFAULT-ID@/overview/classloading.html">classloaders</a>, and
managing <a href="overview/plugins.html">plugins</a>.

As a resource management system, Transit provides the foundation
- for building <a href="overview/index.html">repository-enabled</a>
+ for building <a
href="@TRANSIT-DEFAULT-ID@/overview/index.html">repository-enabled</a>
applications.
</p>


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
Sat Jan 29 13:28:48 2005
@@ -26,10 +26,7 @@
<body>

<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="Javadocs" href="../../@TRANSIT-DOCS-PATH@/index.html"/>
+ <item name="Build @TRANSIT-BUILD-ID@"
href="@TRANSIT-DEFAULT-ID@/index.html"/>
</menu>

</body>



  • svn commit: r1621 - in development/main/central/site: . src/docs/about/community/people src/docs/guide/transit src/docs/products/transit src/docs/products/transit/000 src/docs/products/transit/000/overview src/docs/products/transit/000/technical/hosts src/docs/products/transit/000/technical/launcher src/docs/products/transit/000/technical/repository, mcconnell, 01/29/2005

Archive powered by MHonArc 2.6.24.

Top of Page