diff options
author | Brent Smith <gnome@nextreality.net> | 2006-03-13 05:39:29 +0000 |
---|---|---|
committer | Brent Smith <bmsmith@src.gnome.org> | 2006-03-13 05:39:29 +0000 |
commit | 20c90edaf3be4fc356ad7e32cb6b98af1336f47e (patch) | |
tree | afedcd5ed5528185214483e7e2db07b84491c57f /gnome2-system-admin-guide | |
parent | 91c77c54b1101858766243297e05eb840a3ae8c2 (diff) | |
download | gnome-user-docs-20c90edaf3be4fc356ad7e32cb6b98af1336f47e.tar.gz gnome-user-docs-20c90edaf3be4fc356ad7e32cb6b98af1336f47e.tar.xz gnome-user-docs-20c90edaf3be4fc356ad7e32cb6b98af1336f47e.zip |
Reverty xinclude change - punting this until next release due to
2006-03-12 Brent Smith <gnome@nextreality.net>
* system-admin-guide.xml:
Reverty xinclude change - punting this until next release due to
translation issues
Diffstat (limited to 'gnome2-system-admin-guide')
-rw-r--r-- | gnome2-system-admin-guide/C/ChangeLog | 6 | ||||
-rw-r--r-- | gnome2-system-admin-guide/C/system-admin-guide.xml | 45 |
2 files changed, 34 insertions, 17 deletions
diff --git a/gnome2-system-admin-guide/C/ChangeLog b/gnome2-system-admin-guide/C/ChangeLog index 45879fc..84f4207 100644 --- a/gnome2-system-admin-guide/C/ChangeLog +++ b/gnome2-system-admin-guide/C/ChangeLog @@ -1,5 +1,11 @@ 2006-03-12 Brent Smith <gnome@nextreality.net> + * system-admin-guide.xml: + Reverty xinclude change - punting this until next release due to + translation issues + +2006-03-12 Brent Smith <gnome@nextreality.net> + * lockdown.xml: Include a section on pessulus * system-admin-guide.xml: diff --git a/gnome2-system-admin-guide/C/system-admin-guide.xml b/gnome2-system-admin-guide/C/system-admin-guide.xml index d37a713..6335e75 100644 --- a/gnome2-system-admin-guide/C/system-admin-guide.xml +++ b/gnome2-system-admin-guide/C/system-admin-guide.xml @@ -4,6 +4,20 @@ <!ENTITY gnomeversion "2.14"> <!ENTITY manrevision "2.4"> <!ENTITY date "March 2004"> + <!ENTITY LEGAL SYSTEM "legal.xml"> + <!ENTITY gconf SYSTEM "gconf.xml"> + <!ENTITY menustructure SYSTEM "menustructure.xml"> + <!ENTITY themes SYSTEM "themes.xml"> + <!ENTITY fontconfig SYSTEM "fontconfig.xml"> + <!ENTITY mimetypes SYSTEM "mimetypes.xml"> + <!ENTITY screensavers SYSTEM "screensavers.xml"> + <!ENTITY sessions SYSTEM "sessions.xml"> + <!ENTITY help SYSTEM "help.xml"> + <!ENTITY performance SYSTEM "performance.xml"> + <!ENTITY lockdown SYSTEM "lockdown.xml"> + <!ENTITY appendixa SYSTEM "appendixa.xml"> + <!ENTITY appendixb SYSTEM "appendixb.xml"> + <!ENTITY gloss SYSTEM "glossary.xml"> ]> <book id="index"> <title>GNOME &gnomeversion; Desktop System Administration Guide</title> @@ -37,9 +51,7 @@ --> <publisher role="maintainer"> <publishername> GNOME Documentation Project </publishername> - </publisher> - - <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> + </publisher> &LEGAL; <authorgroup> <author> @@ -109,20 +121,19 @@ type="help">GNOME Feedback Page</ulink>. </para> </legalnotice> </bookinfo> - - <include href="gconf.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- GConf --> - <include href="menustructure.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Menus --> - <include href="themes.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Themes --> - <include href="fontconfig.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Fonts --> - <include href="mimetypes.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- MIME types --> - <include href="screensavers.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Screensavers --> - <include href="sessions.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Sessions --> - <include href="help.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Help --> - <include href="performance.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Performance --> - <include href="lockdown.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Lockdown --> - <include href="appendixa.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Appendix A: Hidden Directories --> - <include href="appendixb.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Appendix B: Security note --> - <include href="glossary.xml" xmlns="http://www.w3.org/2001/XInclude" /> <!-- Glossary --> +&gconf; +&menustructure; +&themes; +&fontconfig; +&mimetypes; +&screensavers; +&sessions; +&help; +&performance; +&lockdown; +&appendixa; +&appendixb; +&gloss; <!-- If generating PDFs and if you want an index, then uncomment <index/> --> <!-- <index/> --> |