~ubuntu-core-doc/ubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to generic/styleguide/styleguide.xml

  • Committer: Matthew East
  • Date: 2008-04-03 21:36:44 UTC
  • Revision ID: mdke@ubuntu.com-20080403213644-f1raxxlwe4ng37s6
Smashing up the directory to create new structure discussed on mailing list.
Nothing works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
3
 
        "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4
 
<!ENTITY % globalent SYSTEM "../../libs/global.ent">
5
 
%globalent;
6
 
<!ENTITY % cdo-C SYSTEM "../../libs/cdo-C.ent">
7
 
%cdo-C;
8
 
<!ENTITY language "en">
9
 
<!ENTITY INTRODUCTION SYSTEM "introduction.xml">
10
 
<!ENTITY INFORMATION SYSTEM "information-design.xml">
11
 
<!ENTITY DOC-STRUCTURE SYSTEM "doc-structure.xml">
12
 
<!ENTITY GRAMMAR SYSTEM "grammar.xml">
13
 
<!ENTITY CONFUSED SYSTEM "confused.xml">
14
 
<!ENTITY DOCBOOK-STYLE SYSTEM "docbook-style.xml">
15
 
<!ENTITY INTERNATIONAL SYSTEM "international.xml">
16
 
<!ENTITY TERMINOLOGY SYSTEM "terminology.xml">
17
 
<!ENTITY WORDLIST SYSTEM "wordlist.xml">
18
 
<!ENTITY REFERENCE SYSTEM "reference.xml">
19
 
]>
20
 
<!-- PROCESSING INSTRUCTION FOR GNOME YELP -->
21
 
<!--<?yelp:chunk-depth 1?>-->
22
 
<book lang="&language;" id="styleguide-book">
23
 
    <title>
24
 
                <phrase>Ubuntu Documentation Style Guide</phrase>
25
 
        </title>
26
 
    <bookinfo>
27
 
                  &disclaimer; 
28
 
                  &publisher; 
29
 
                  <releaseinfo>This document is in the Public Domain. </releaseinfo>
30
 
        <authorgroup>
31
 
            <author>
32
 
                <firstname>Ubuntu Documentation Project</firstname>
33
 
                <email>ubuntu-doc@lists.ubuntu.com</email>
34
 
            </author>
35
 
        </authorgroup>
36
 
        <abstract>
37
 
                <para>Style guide for the Ubuntu documentation team. The Ubuntu Documentation Style Guide is built with the participation of the members of the Ubuntu documentation team, and represents the current accepted practice for documents produced and maintained by the docteam. The guide is still missing a couple of items (marked TODO). </para>
38
 
        </abstract>
39
 
    </bookinfo>
40
 
    <preface id="styleguide-preface" status="complete">
41
 
        <title>Preface</title>
42
 
                <sect1 id="pref-acknowledge">
43
 
            <title>Acknowledgments</title>
44
 
            <para>This document is a collaborative effort of the Ubuntu documentation team. The  authors of version 1.0. are listed below.</para>
45
 
            <itemizedlist>      
46
 
              <listitem>
47
 
                <para>Jeff Schering</para>
48
 
              </listitem>
49
 
              <listitem>
50
 
                <para>Jerome Gotangco</para>
51
 
              </listitem>
52
 
              <listitem>
53
 
                <para>David Ottina</para>
54
 
              </listitem>
55
 
            </itemizedlist>
56
 
        </sect1>
57
 
    </preface>
58
 
  &INTRODUCTION;   <!-- See introduction.xml -->
59
 
  &INFORMATION;    <!-- See information-design.xml -->
60
 
  &DOC-STRUCTURE;  <!-- See doc-structure.xml -->
61
 
  &GRAMMAR;        <!-- See grammar.xml -->
62
 
  &CONFUSED;       <!-- See confused.xml -->
63
 
  &DOCBOOK-STYLE;  <!-- See docbook-style.xml -->
64
 
  &INTERNATIONAL;  <!-- See international.xml -->
65
 
  &TERMINOLOGY;    <!-- See terminology.xml -->
66
 
  &WORDLIST;       <!-- See wordlist.xml -->
67
 
  &REFERENCE;      <!-- See reference.xml -->
68
 
</book>