Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1408 - in development/main/central/site/src/docs/about/concepts: . glossary

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: r1408 - in development/main/central/site/src/docs/about/concepts: . glossary
  • Date: Sat, 08 Jan 2005 08:48:36 +0100

Author: mcconnell
Date: Sat Jan 8 08:48:36 2005
New Revision: 1408

Added:

development/main/central/site/src/docs/about/concepts/glossary/dpml_home.xml
- copied, changed from r1407,
development/main/central/site/src/docs/about/concepts/dpml_home.xml
development/main/central/site/src/docs/about/concepts/glossary/index.xml
(contents, props changed)

development/main/central/site/src/docs/about/concepts/glossary/navigation.xml
(contents, props changed)

development/main/central/site/src/docs/about/concepts/glossary/repository_enabled_application.xml
- copied, changed from r1407,
development/main/central/site/src/docs/about/concepts/repository_enabled_application.xml
Removed:
development/main/central/site/src/docs/about/concepts/dpml_home.xml

development/main/central/site/src/docs/about/concepts/repository_enabled_application.xml
Modified:
development/main/central/site/src/docs/about/concepts/index.xml
development/main/central/site/src/docs/about/concepts/navigation.xml
Log:
Move glossary content as a sub-directory of concepts and add its own
navigation. Also killed off the bolding of lead paragraphs as it is
inconsitent with the rest of the site.

Copied:
development/main/central/site/src/docs/about/concepts/glossary/dpml_home.xml
(from r1407,
development/main/central/site/src/docs/about/concepts/dpml_home.xml)
==============================================================================
--- development/main/central/site/src/docs/about/concepts/dpml_home.xml
(original)
+++
development/main/central/site/src/docs/about/concepts/glossary/dpml_home.xml
Sat Jan 8 08:48:36 2005
@@ -9,7 +9,7 @@
<body>
<section name="${dpml.home}">

- <p role="intro">
+ <p>
Environment variable that sets the home directory for your DPML
products.
</p>

@@ -27,7 +27,7 @@
<p>
See also:
<ul>
- <li><a href="../guide/setup/dpml.html">DPML setup</a></li>
+ <li><a href="/guide/setup/dpml.html">DPML setup</a></li>
</ul>
</p>


Added:
development/main/central/site/src/docs/about/concepts/glossary/index.xml
==============================================================================
--- (empty file)
+++ development/main/central/site/src/docs/about/concepts/glossary/index.xml
Sat Jan 8 08:48:36 2005
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document verified="false">
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <author email="david.leangen AT konova.com">David Leangen</author>
+ <title>DPML Concepts</title>
+ </properties>
+
+ <body>
+ <section name="DPML Concepts">
+
+ <p>
+ Understanding the DPML community requires the knowledge of a few
basic concepts.
+ </p>
+
+ <p>
+ <table>
+ <tr>
+ <th>Concept</th>
+ <th>Meaning</th>
+ </tr>
+ <tr>
+ <td><a name="dpml_home"
href="dpml_home.html">${dpml.home}</a></td>
+ <td>
+ Environment variable that sets the home directory for your
DPML products.
+ </td>
+ </tr>
+ <tr>
+ <td><a name="artifact" href="">artifact</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="artifact_url" href="">artifact URL</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="cache_management_layer" href="">cache management
layer</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="host" href="">host</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="enabled_solution" href="">enabled solution</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="interface_impl_pattern" href="">interface/impl
pattern</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="local_cache" href="">local cache</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="local_cache_manager" href="">local cache
manager</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="logical_identifier" href="">logical
identifier</a></td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td><a name="repository_enabled_application"
href="repository_enabled_application.html">repository
+ enabled application</a></td>
+ <td>
+ An application that leverages a
+ <a href="#local_cache">local cache</a> of <a
href="#artifact">artifacts</a>.
+ </td>
+ </tr>
+ <tr>
+ <td><a name="remote_repository"
href="">remote_repository</a></td>
+ <td>
+ </td>
+ </tr>
+ </table>
+ </p>
+
+ </section>
+ </body>
+</document>
+

Added:
development/main/central/site/src/docs/about/concepts/glossary/navigation.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/about/concepts/glossary/navigation.xml
Sat Jan 8 08:48:36 2005
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2005 David Leangen
+
+ 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 Concepts</title>
+
+ <body>
+
+ <menu>
+ <item name="dpml.home" href="dpml_home.html"/>
+ <item name="Repository Enabled"
href="repository_enabled_application.html"/>
+ </menu>
+
+ </body>
+
+</project>

Copied:
development/main/central/site/src/docs/about/concepts/glossary/repository_enabled_application.xml
(from r1407,
development/main/central/site/src/docs/about/concepts/repository_enabled_application.xml)
==============================================================================
---
development/main/central/site/src/docs/about/concepts/repository_enabled_application.xml
(original)
+++
development/main/central/site/src/docs/about/concepts/glossary/repository_enabled_application.xml
Sat Jan 8 08:48:36 2005
@@ -10,7 +10,7 @@
<body>
<section name="Repository Enabled Application">

- <p role="intro">
+ <p>
A repository enabled application is an application the leverages a
local
cache of artifacts.
</p>

Modified: development/main/central/site/src/docs/about/concepts/index.xml
==============================================================================
--- development/main/central/site/src/docs/about/concepts/index.xml
(original)
+++ development/main/central/site/src/docs/about/concepts/index.xml Sat
Jan 8 08:48:36 2005
@@ -11,82 +11,10 @@
<section name="DPML Concepts">

<p>
- Understanding the DPML community requires the knowledge of a few
basic concepts.
+ Understanding the DPML community requires the knowledge of a few
basic
+ <a href="glossary/index.html">terms</a> and design <a
href="patterns/index.html">patterns</a>.
</p>
-
- <p>
- <table>
- <tr>
- <th>Concept</th>
- <th>Meaning</th>
- </tr>
- <tr>
- <td><a name="dpml_home"
href="dpml_home.html">${dpml.home}</a></td>
- <td>
- Environment variable that sets the home directory for your
DPML products.
- </td>
- </tr>
- <tr>
- <td><a name="artifact" href="">artifact</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="artifact_url" href="">artifact URL</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="cache_management_layer" href="">cache management
layer</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="host" href="">host</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="enabled_solution" href="">enabled solution</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="interface_impl_pattern" href="">interface/impl
pattern</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="local_cache" href="">local cache</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="local_cache_manager" href="">local cache
manager</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="logical_identifier" href="">logical
identifier</a></td>
- <td>
- </td>
- </tr>
- <tr>
- <td><a name="repository_enabled_application"
href="repository_enabled_application.html">repository
- enabled application</a></td>
- <td>
- An application that leverages a
- <a href="#local_cache">local cache</a> of <a
href="#artifact">artifacts</a>.
- </td>
- </tr>
- <tr>
- <td><a name="remote_repository"
href="">remote_repository</a></td>
- <td>
- </td>
- </tr>
- </table>
- </p>
-
+
</section>
</body>
</document>

Modified: development/main/central/site/src/docs/about/concepts/navigation.xml
==============================================================================
--- development/main/central/site/src/docs/about/concepts/navigation.xml
(original)
+++ development/main/central/site/src/docs/about/concepts/navigation.xml
Sat Jan 8 08:48:36 2005
@@ -25,7 +25,7 @@
<body>

<menu>
- <!--<item name="Glossary" href="glossary.html"/>-->
+ <item name="Glossary" href="glossary/index.html"/>
<item name="Patterns" href="patterns/index.html"/>
</menu>




  • svn commit: r1408 - in development/main/central/site/src/docs/about/concepts: . glossary, mcconnell, 01/08/2005

Archive powered by MHonArc 2.6.24.

Top of Page