2002-11-04 Aaron Weber <aaron@ximian.com> * C/*.sgml: All sgml files replaced with xml files. XML files validated. Two new XML files added: apx-fdl.xml and legal.xml * C/evolution-C.omf: Altered to fit the GDP template. This may now work with the GNOME 2.0 DTD, although I could be wrong. * sgmldocs.make: removed and replaced with xmldocs.make. This will break all translations until they are also ported to XML. I will probably begin doing that tomorrow, since it's just markup and not language stuff. * C/Makefile.am: added two files to the list. Does this Makefile get included in another, somewhere, or is it just detected? svn path=/trunk/; revision=18538
25 lines
674 B
XML
25 lines
674 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<omf>
|
|
<resource>
|
|
<creator>
|
|
Ximian, Inc.
|
|
</creator>
|
|
<title>
|
|
Evolution Manual
|
|
</title>
|
|
<date>2002</date>
|
|
<subject category="GNOME|Applications"/>
|
|
<description>
|
|
A user's guide to Ximian Evolution which explains how to use
|
|
its mail, calendar, addressbook, and task list features.
|
|
</description>
|
|
<type>
|
|
manual
|
|
</type>
|
|
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"//>
|
|
<identifier url="/"/>
|
|
<language code="C"/>
|
|
<rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html" holder="Ximian, Inc."/>
|
|
</resource>
|
|
</omf>
|