From 7648e2b3c70a76ab2f751b60813458a5261e3373 Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Sat, 3 Feb 2007 22:21:58 +0000 Subject: renaming rh-guidelines to writing-guidelines --- en_US/docs-tutorial.xml | 108 ------------------------------------------------ 1 file changed, 108 deletions(-) delete mode 100644 en_US/docs-tutorial.xml (limited to 'en_US/docs-tutorial.xml') 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 @@ - - - -%FEDORA-ENTITIES-EN; - -]> - - - The Layout of a Tutorial - - - 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. - - - - The Parent File - - - Below is a sample parent file: - - - - -<!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> - - - - - - - Including the License Information - - - tutorial layout - license - - - - All &PROJECT; manuals must contain the file - legalnotice.xml. This file makes the license for - the file the GNU Free Documentation License (FDL). - - - - The sample parent file shows how it is included. - - - - - - - -- cgit