cvs: peardoc /en/chapters group.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1199215520@cvsserver> |
wiesemann Tue Jan 1 19:25:20 2008 UTC
Modified files:
/peardoc/en/chapters group.xml
Log:
- glossary entries are still missing, let's use a table instead (this was the first usage of a glossary in phpdoc and peardoc => no working example existing to copy from)
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/group.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/chapters/group.xml
diff -u peardoc/en/chapters/group.xml:1.6 peardoc/en/chapters/group.xml:1.7
--- peardoc/en/chapters/group.xml:1.6 Tue Jan 1 16:55:46 2008
+++ peardoc/en/chapters/group.xml Tue Jan 1 19:25:19 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<chapter id="group">
<title>PEAR Group Administrative Documents</title>
@@ -384,28 +384,27 @@
<sect2>
<title>Glossary</title>
<para>Descriptions of terms used on this page</para>
- <glossary>
- <glossentry>
- <glossterm>
- QA team
- </glossterm>
- <glossdef>
- <simpara>
- Refers to the whole QA team (core and mailing list members)
- </simpara>
- </glossdef>
- </glossentry>
- <glossentry>
- <glossterm>
- QA core
- </glossterm>
- <glossdef>
- <simpara>
- Refers to the 6 elected QA team members
- </simpara>
- </glossdef>
- </glossentry>
- </glossary>
+ <table>
+ <title>Glossary</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Term</entry>
+ <entry>Definition</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>QA team</entry>
+ <entry>Refers to the whole QA team (core and mailing list members)</entry>
+ </row>
+ <row>
+ <entry>QA core</entry>
+ <entry>Refers to the 6 elected QA team members</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
</sect2>
</sect1>