summaryrefslogtreecommitdiffstats
path: root/docs-getting-files.xml
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-11-21 22:40:39 +0000
committerTammy Fox <tfox@redhat.com>2003-11-21 22:40:39 +0000
commite9636f3c0c68ce37c8689971386abd73e99cf1e2 (patch)
tree10e6781d69af489d191b7599cb5c6cdb47a75231 /docs-getting-files.xml
parent25c78acf6fb0abf2ded0b123cd43989e09b95ec9 (diff)
change filenames to end with -en.xml
Diffstat (limited to 'docs-getting-files.xml')
-rw-r--r--docs-getting-files.xml61
1 files changed, 0 insertions, 61 deletions
diff --git a/docs-getting-files.xml b/docs-getting-files.xml
deleted file mode 100644
index 5a4a716..0000000
--- a/docs-getting-files.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<!-- $Id: docs-getting-files.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
-
- <chapter id="ch-getting-files">
- <title>Getting the Files</title>
-
- <para>
- To start working on the Docs Project, you will need the appropriate
- DocBook XML files, stylesheets, and scripts. The following packages are
- required:
- </para>
-
- <itemizedlist>
- <listitem>
- <para><filename>xmlto</filename> &mdash; for producing HTML and PDF outputs</para>
- </listitem>
- <listitem>
- <para><filename>docbook-style-xsl</filename> &mdash; for the default XSLT stylesheets we
- build on</para>
- </listitem>
- <listitem>
- <para><filename>docbook-dtds</filename> &mdash; XML versions of the DocBook DTD</para>
- </listitem>
- </itemizedlist>
-
- <para>
- The custom scripts and stylesheets used are all stored in CVS on the
- <computeroutput>rhlinux.redhat.com</computeroutput> CVS server.
- </para>
-
- <para>
- You need to check them out along with the DocBook XML files for the
- existing docs.
- </para>
-
- <para>
- To check out the scripts anonymously:
- </para>
-
-<screen>
-<command>export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS</command>
-<command>cvs -z3 login</command>
-<command>cvs -z3 co fedora-docs</command>
-</screen>
-
- <para>
- Checking the files out anonymously means that you can view them and
- retreive the latest versions, but you can not add (commit) any updates or
- new files back to the repository.
- </para>
-
- <para>
- Except for the <citetitle>&IG;</citetitle>, all docs must be tutorials
- written in DocBook XML article format using the template in the
- <filename>example-tutorial</filename> directory. Each tutorial
- <emphasis>must</emphasis> be in its own directory. No XML files should be
- in the root directory except for files shared by all documents such
- <filename>legalnotice.xml</filename>, which must be included in all docs
- so that the FDL is used for all docs.
- </para>
-
- </chapter>