diff options
author | Kevin Breit <mrproper@ximian.com> | 2002-02-09 01:42:45 +0000 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2002-02-09 01:42:45 +0000 |
commit | 791fe08572598addf7cb155464ca44c522e45c90 (patch) | |
tree | ef043d0c429167e588682ca2351e9ed96a2a30d7 /help | |
parent | a410927797930293ee6aa945c10d6664d1eb48b1 (diff) | |
download | gnome-control-center-791fe08572598addf7cb155464ca44c522e45c90.tar.gz |
Added to CVS. It's ready to go for XML.
2002-02-08 Kevin Breit <mrproper@ximian.com>
* C/config-default-apps.xml: Added to CVS. It's ready to go for XML.
* C/control-center.xml: Changed this to use xml files instead of sgml
Diffstat (limited to 'help')
-rw-r--r-- | help/C/control-center.xml | 15 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/help/C/control-center.xml b/help/C/control-center.xml index 0772ef1d5..cfa31dc63 100644 --- a/help/C/control-center.xml +++ b/help/C/control-center.xml @@ -2,15 +2,14 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY VERSION "1.5.7"> -<!-- <!ENTITY CONFIG-SOUND SYSTEM "config-sound.xml"> -<!ENTITY CONFIG-DEFAULT-APPS SYSTEM "config-default-apps.sgml"> -<!ENTITY CONFIG-HINTS SYSTEM "config-hints.sgml"> -<!ENTITY CONFIG-HTML SYSTEM "config-html.sgml"> -<!ENTITY CONFIG-KBD SYSTEM "config-kbd.sgml"> -<!ENTITY CONFIG-MOUSE SYSTEM "config-mouse.sgml"> -<!ENTITY CONFIG-SCREENSAVER SYSTEM "config-screensaver.sgml"> ---> +<!ENTITY CONFIG-DEFAULT-APPS SYSTEM "config-default-apps.xml"> +<!ENTITY CONFIG-HINTS SYSTEM "config-hints.xml"> +<!ENTITY CONFIG-HTML SYSTEM "config-html.xml"> +<!ENTITY CONFIG-KBD SYSTEM "config-kbd.xml"> +<!ENTITY CONFIG-MOUSE SYSTEM "config-mouse.xml"> +<!ENTITY CONFIG-SCREENSAVER SYSTEM "config-screensaver.xml"> + ]> <article id="index" lang="en"> diff --git a/help/ChangeLog b/help/ChangeLog index 2b549ad2a..3e6239540 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,5 +1,9 @@ 2002-02-08 Kevin Breit <mrproper@ximian.com> + * C/config-default-apps.xml: Added to CVS. It's ready to go for XML. + + * C/control-center.xml: Changed this to use xml files instead of sgml + * C/config-sound.xml: Added to CVS. This is now XMLified with complete Gnome 2 documentation for the sound capplet. * C/control-center.xml: Added to CVS. Should be XML valid. |