diff options
author | Aaron Weber <aaron@ximian.com> | 2002-11-20 04:30:32 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-11-20 04:30:32 +0800 |
commit | 6f1d5b31351a2e4d31cd92a3856fd98e9dc2a6af (patch) | |
tree | 851a7cd22e5b7ab0f24f6296746b8967d76bb767 /help/C/evolution.xml | |
parent | 2e3e63262772ea4c3247d144cd5580c2f768da05 (diff) | |
download | gsoc2013-evolution-6f1d5b31351a2e4d31cd92a3856fd98e9dc2a6af.tar.gz gsoc2013-evolution-6f1d5b31351a2e4d31cd92a3856fd98e9dc2a6af.tar.zst gsoc2013-evolution-6f1d5b31351a2e4d31cd92a3856fd98e9dc2a6af.zip |
redo tags for legalnotice ordering. open/close for actual preface is in
2002-11-19 Aaron Weber <aaron@ximian.com>
* C/legal.xml: redo tags for legalnotice ordering. open/close for
actual preface is in evolution.xml and the LEGAL entity
(legal.xml) is now part of the preface. the legalnotice tag itself
merely says "hey, go look at the preface, legal info is there due
to rendering issues."
* C/apx-gpl.xml: new file. GPL!
* C/Makefile.am: New file: apx-gpl.xml. Re-alphabetize the files
listed as entities, and make the \'s line up so it looks pretty.
* C/preface.xml: redo tags for legalnotice ordering. open/close
for actual preface is in evolution.xml and the LEGAL entity
(legal.xml) is now part of the preface.
* C/evolution.xml: reorder, add GPL, put legalnotice inside
preface. Put actual <preface> tags in this file, so that the
preface could consist of sect1s which are the &LEGAL; and
&PREFACE; entities.
svn path=/trunk/; revision=18843
Diffstat (limited to 'help/C/evolution.xml')
-rw-r--r-- | help/C/evolution.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 80975cb2ba..56e5c3bc0f 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -4,6 +4,7 @@ <!ENTITY LEGAL SYSTEM "legal.xml"> <!ENTITY GFDL SYSTEM "apx-fdl.xml"> +<!ENTITY GPL SYSTEM "apx-gpl.xml"> <!ENTITY PREFACE SYSTEM "preface.xml"> <!ENTITY USAGE-MAINWINDOW SYSTEM "usage-mainwindow.xml"> <!ENTITY USAGE-EXEC-SUMMARY SYSTEM "usage-exec-summary.xml"> @@ -43,16 +44,25 @@ entity names correspond. APX is for appendix. --> </copyright> <releaseinfo> - This is version 1.4 of the Ximian Evolution manual. It describes - version 1.4 of the Ximian Evolution groupware suite. + This is version 1.2.1 of the Ximian Evolution manual. It describes + version 1.2 of the Ximian Evolution groupware suite. </releaseinfo> - + <legalnotice id="legalnotice"> + <para> + Please note that legal and licensing information is in <xref + linkend="preface" /> due to formatting issues with its + previous location. + </para> + </legalnotice> </bookinfo> + <preface id="preface"> + <title>Preface</title> &LEGAL; &PREFACE; - + </preface> + <part id="usage"> <title>Getting Started with Ximian Evolution</title> <partintro> @@ -103,5 +113,7 @@ entity names correspond. APX is for appendix. --> &APX-GLOSS; &APX-BUGS; &APX-AUTHORS; + &GPL; + &GFDL; </book>
\ No newline at end of file |