Mailing List Archive

cvs commit: xml-forrest/schemas/DTD changes-v11.dtd document-v11.dtd faq-v11.dtd specification-v11.dtd todo-v11.dtd
morrijr 02/02/08 01:06:03

Modified: . README changes.xml
schemas catalog
schemas/DTD changes-v11.dtd document-v11.dtd faq-v11.dtd
specification-v11.dtd todo-v11.dtd
Log:
Some patches from David Crossley [crossley@indexgeo.com.au]

Revision Changes Path
1.2 +5 -5 xml-forrest/README

Index: README
===================================================================
RCS file: /home/cvs/xml-forrest/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 6 Feb 2002 17:37:47 -0000 1.1
+++ README 8 Feb 2002 09:06:03 -0000 1.2
@@ -15,7 +15,7 @@
Why?
----

- If you ever partecipated in ASF open development you know why: there is always
+ If you ever participated in ASF open development you know why: there is always
the feeling that you are left on your own, that each project, effort,
community mail list and invidual has to struggle to keep up with the others
and to keep coherence.
@@ -28,18 +28,18 @@
---------------------------------------------------------

Ever seen 'sourceforge'? ok, than you know what a technological
- instrastructure for open development is. Ever seen Mozilla's 'tinkerbox' and
+ insfrastructure for open development is. Ever seen Mozilla's 'tinkerbox' and
'bonsai'? ok, then you know what we mean for 'helping tools'.

- Take all the wishes/dreams that you ever had when you were partecipating in
- a OSS community... well, we want Forrest to make them possible.
+ Take all the wishes/dreams that you ever had when you were participating in
+ an OSS community... well, we want Forrest to make them possible.


Why the name 'Forrest'?
-----------------------

Oh, long story, but mainly out of the movie 'Forrest Gump', mostly
- to indicate that even dump and simple things can go a long way if done
+ to indicate that even dumb and simple things can go a long way when done
by heart.





1.2 +4 -3 xml-forrest/changes.xml

Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-forrest/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 6 Feb 2002 17:37:47 -0000 1.1
+++ changes.xml 8 Feb 2002 09:06:03 -0000 1.2
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN" "http://apache.org/DTD/changes-v11.dtd"
- <!ENTITY % developers SYSTEM "developers.xml">
->
+[
+ <!ENTITY developers SYSTEM "developers.xml">
+]>

<changes title="History of Changes">

- %developers;
+ &developers;

<release version="@version@" date="@date@">
<action dev="SF" type="add">



1.2 +3 -1 xml-forrest/schemas/catalog

Index: catalog
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/catalog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- catalog 6 Feb 2002 17:38:43 -0000 1.1
+++ catalog 8 Feb 2002 09:06:03 -0000 1.2
@@ -1,3 +1,5 @@
+-- OASIS TR 9401 Catalog for Forrest --
+
OVERRIDE YES

-- ISO public identifiers for sets of character entities --
@@ -6,7 +8,7 @@
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML" "entities/ISOpub.pen"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML" "entities/ISOtech.pen"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" "entities/ISOnum.pen"
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" "entities/IOSdia.pen"
+PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" "entities/ISOdia.pen"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "entities/ISOlat1.pen"

-- Document Type Definitions --



1.2 +3 -1 xml-forrest/schemas/DTD/changes-v11.dtd

Index: changes-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/DTD/changes-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes-v11.dtd 6 Feb 2002 17:38:43 -0000 1.1
+++ changes-v11.dtd 8 Feb 2002 09:06:03 -0000 1.2
@@ -53,7 +53,9 @@
<!-- Include the Documentation DTD -->
<!-- =============================================================== -->

-<!ENTITY % document PUBLIC "-//APACHE//DTD Documentation V1.1//EN">
+<!ENTITY % document PUBLIC
+ "-//APACHE//DTD Documentation V1.1//EN"
+ "document-v11.dtd">
%document;

<!-- =============================================================== -->



1.2 +26 -16 xml-forrest/schemas/DTD/document-v11.dtd

Index: document-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/DTD/document-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- document-v11.dtd 6 Feb 2002 17:38:43 -0000 1.1
+++ document-v11.dtd 8 Feb 2002 09:06:03 -0000 1.2
@@ -74,23 +74,33 @@
<!-- Common character entities (included from external file) -->
<!-- =============================================================== -->

-<!ENTITY % latin PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML">
-%latin;
-
-<!ENTITY % publishing PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML">
-%publishing;
-
-<!ENTITY % technical PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML">
-%technical;
-
-<!ENTITY % special PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML">
-%special;
-
-<!ENTITY % dia PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML">
-%dia;
+<!ENTITY % ISOlat1 PUBLIC
+ "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
+ "../entities/ISOlat1.pen">
+%ISOlat1;
+
+<!ENTITY % ISOpub PUBLIC
+ "ISO 8879:1986//ENTITIES Publishing//EN//XML"
+ "../entities/ISOpub.pen">
+%ISOpub;
+
+<!ENTITY % ISOtech PUBLIC
+ "ISO 8879:1986//ENTITIES General Technical//EN//XML"
+ "../entities/ISOtech.pen">
+%ISOtech;
+
+<!ENTITY % ISOnum PUBLIC
+ "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
+ "../entities/ISOnum.pen">
+%ISOnum;
+
+<!ENTITY % ISOdia PUBLIC
+ "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
+ "../entities/ISOdia.pen">
+%ISOdia;

<!-- =============================================================== -->
-<!-- Userful entities for increased DTD readability -->
+<!-- Useful entities for increased DTD readability -->
<!-- =============================================================== -->

<!ENTITY % text "#PCDATA">
@@ -193,7 +203,7 @@
==================================================================== -->

<!ENTITY % link.att
- href CDATA #IMPLIED
+ 'href CDATA #IMPLIED
role CDATA #IMPLIED
title CDATA #IMPLIED '>




1.2 +3 -1 xml-forrest/schemas/DTD/faq-v11.dtd

Index: faq-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/DTD/faq-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq-v11.dtd 6 Feb 2002 17:38:43 -0000 1.1
+++ faq-v11.dtd 8 Feb 2002 09:06:03 -0000 1.2
@@ -49,7 +49,9 @@
<!-- Include the Documentation DTD -->
<!-- =============================================================== -->

-<!ENTITY % document PUBLIC "-//APACHE//DTD Documentation V1.1//EN">
+<!ENTITY % document PUBLIC
+ "-//APACHE//DTD Documentation V1.1//EN"
+ "document-v11.dtd">
%document;

<!-- =============================================================== -->



1.2 +3 -1 xml-forrest/schemas/DTD/specification-v11.dtd

Index: specification-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/DTD/specification-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- specification-v11.dtd 6 Feb 2002 17:38:43 -0000 1.1
+++ specification-v11.dtd 8 Feb 2002 09:06:03 -0000 1.2
@@ -46,7 +46,9 @@
<!-- Include the Documentation DTD -->
<!-- =============================================================== -->

-<!ENTITY % document PUBLIC "-//APACHE//DTD Documentation V1.1//EN">
+<!ENTITY % document PUBLIC
+ "-//APACHE//DTD Documentation V1.1//EN"
+ "document-v11.dtd">
%document;





1.2 +3 -1 xml-forrest/schemas/DTD/todo-v11.dtd

Index: todo-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/schemas/DTD/todo-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo-v11.dtd 6 Feb 2002 17:38:43 -0000 1.1
+++ todo-v11.dtd 8 Feb 2002 09:06:03 -0000 1.2
@@ -54,7 +54,9 @@
<!-- Include the Documentation DTD -->
<!-- =============================================================== -->

-<!ENTITY % document PUBLIC "-//APACHE//DTD Documentation V1.1//EN">
+<!ENTITY % document PUBLIC
+ "-//APACHE//DTD Documentation V1.1//EN"
+ "document-v11.dtd">
%document;