diff options
| author | Karsten Wade <kwade@redhat.com> | 2007-02-03 22:21:58 +0000 |
|---|---|---|
| committer | Karsten Wade <kwade@redhat.com> | 2007-02-03 22:21:58 +0000 |
| commit | 7648e2b3c70a76ab2f751b60813458a5261e3373 (patch) | |
| tree | c8629a8f3dd8bd8a1395171d9ba3dfca37206e6d /en_US/docs-tutorial.xml | |
| parent | 1bff601616263caee405d229d813790ce18a44fd (diff) | |
renaming rh-guidelines to writing-guidelines
Diffstat (limited to 'en_US/docs-tutorial.xml')
| -rw-r--r-- | en_US/docs-tutorial.xml | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/en_US/docs-tutorial.xml b/en_US/docs-tutorial.xml deleted file mode 100644 index 2bbb290..0000000 --- a/en_US/docs-tutorial.xml +++ /dev/null @@ -1,108 +0,0 @@ -<!-- $Id: docs-tutorial.xml,v 1.2 2006/12/17 00:41:55 pfrields Exp $ --> -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ - -<!-- *************** Bring in Fedora entities *************** --> -<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "fdp-entities.ent"> -%FEDORA-ENTITIES-EN; - -]> - - <chapter id="ch-tutorial"> - <title>The Layout of a Tutorial</title> - - <para> - In this chapter, you will find an example of a &PROJECT; documentation - parent file. This example is specific to the way the Docs Project uses - DocBook XML. The parent file contains the main structural format of the - book, a link to the entities file that contain common entities that should - be used, and an entity to change the version and date of the tutorial. - </para> - - <sect1 id="s1-tutorial-parent"> - <title>The Parent File</title> - - <para> - Below is a sample parent file: - </para> - -<screen> -<computeroutput> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - -<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml"> -%FEDORA-ENTITIES-EN; - -<!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> - -<!ENTITY DOCID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> - -<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> - - -]> - -<article id="example-tutorial" lang="en"> - <articleinfo> - <title>Example Tutorial</title> - <copyright> - <year>2003</year> - <holder>&FORMAL-RHI;</holder> - <holder>Tammy Fox</holder> - </copyright> - <authorgroup> - <author> - <surname>Fox</surname> - <firstname>Tammy</firstname> - </author> - </authorgroup> - &LEGALNOTICE; - </articleinfo> - - <section id="some-section"> - <title>Some Section</title> - - <para> - This is an example section. You can also use sect1, sect2, etc. - </para> - - <warning> - <title>Warning</title> - <para> - Example of an admonition. - </para> - </warning> - - </section> - -<index id="generated-index"></index> -</article> -</computeroutput> -</screen> - - </sect1> - - <sect1 id="s1-tutorial-license"> - <title>Including the License Information</title> - - <indexterm> - <primary>tutorial layout</primary> - <secondary>license</secondary> - </indexterm> - - <para> - All &PROJECT; manuals <emphasis>must</emphasis> contain the file - <filename>legalnotice.xml</filename>. This file makes the license for - the file the GNU Free Documentation License (FDL). - </para> - - <para> - The sample parent file shows how it is included. - </para> - - </sect1> - - </chapter> - - |
