Author: crossley
Date: Tue Apr 4 21:50:19 2006
New Revision: 391485
URL: http://svn.apache.org/viewcvs?rev=391485&view=rev
Log:
Use some real life example.
We need to enhance these to show all possible uses of the elements
available for this document type.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml?rev=391485&r1=391484&r2=391485&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
Tue Apr 4 21:50:19 2006
@@ -1,47 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2006 The Apache Software Foundation or its licensors,
+ as applicable.
+
+ 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.apache.org/licenses/LICENSE-2.0
+
+ 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.
+-->
<!DOCTYPE glossary PUBLIC "-//Apache Forrest//DTD Glossary V1.0//EN"
"glossary-v10.dtd">
- <!-- "http://forrest.apache.org/dtd/glossary-v10.dtd"> -->
<glossary>
- <part id="a">
- <title>A</title>
-
- <item id="ASampleGlossaryEntry">
- <term>A Sample Glossary Entry</term>
-
- <definition>This is just an example, check the source for tags to be
used.</definition>
- </item>
- <item id="ASF">
- <term>Apache Software Foundation</term>
- <acronym title="Apache Software Foundation">ASF</acronym>
- <definition>The <link href="http://apache.org">Apache Software
Foundation</link> is the home of Forrest.
- </definition>
+ <part id="c">
+ <title>C</title>
+ <item id="CSS">
+ <term>Cascading Style Sheets</term>
+ <acronym>CSS</acronym>
+ <definition cite="http://www.w3.org/Style/CSS/">Cascading Style Sheets
(CSS)
+ is a simple mechanism for adding style (e.g. fonts, colors, spacing) to
Web
+ documents.</definition>
</item>
</part>
- <part id="b">
- <title>B</title>
- <item>
- <term></term>
- <definition></definition>
- </item>
- </part>
-
- <part id="f">
- <title>F</title>
- <item id="Forrest">
- <term>Forrest</term>
- <definition>apache.forrest.org</definition>
- </item>
+ <part id="g">
+ <title>G</title>
+ <item id="glossary-item">
+ <term>Glossary item</term>
+ <term>Glossary entry</term>
+ <definition>An item in a glossary.
+ (This is just an example. See the source at xdocs/glossary.xml and the
DTD
+ for examples of elements that can be used.)</definition>
+ </item>
</part>
- <part id="xyz">
- <title>XYZ</title>
- <item>
- <term></term>
- <definition></definition>
- </item>
+ <part id="s">
+ <title>S</title>
+ <item id="SVG">
+ <term>Scalable Vector Graphics</term>
+ <acronym>SVG</acronym>
+ <definition cite="http://www.w3.org/Graphics/SVG/">SVG is a language for
describing
+ two-dimensional graphics and graphical applications in XML.
+ </definition>
+ </item>
</part>
</glossary>