dgv2/en_US doc-entities.xml, NONE, 1.1 documentation-guide.xml, NONE, 1.1 entering-project.xml, NONE, 1.1 fdp-info.xml, NONE, 1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Jun 2 05:16:15 UTC 2006


Author: pfrields

Update of /cvs/docs/dgv2/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31291/dgv2/en_US

Added Files:
	doc-entities.xml documentation-guide.xml entering-project.xml 
	fdp-info.xml 
Log Message:
Add starting content for dgv2


--- NEW FILE doc-entities.xml ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE entities SYSTEM "../../docs-common/common/entities/entities.dtd">
<entities>
  <title>Local entities for Mirror Tutorial</title>
  <group name="Document revision markings">
    <entity name="DOCNAME">
      <comment>Document name</comment>
      <text>documentation-guide</text>
    </entity>
    <entity name="DOCVERSION">
      <comment>Version number</comment>
      <text>0.9.0</text>
    </entity>
    <entity name="DOCDATE">
      <comment>Date of last revision</comment>
      <text>2006-06-01</text>
    </entity>
    <entity name="DOCID">
      <comment>Document ID</comment>
      <text><use entity="DOCNAME"/>-<use entity="DOCVERSION"/> (<use
	  entity="DOCDATE"/>)</text>
    </entity>
  </group>
  <group name="Miscellaneous">
    <entity name="FCLOCALVER">
      <comment>Local version of Fedora Core for this document</comment>
      <text>5</text>
    </entity>
  </group>
</entities>


--- NEW FILE documentation-guide.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd" [

<!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
%FDP-ENTITIES;

<!ENTITY % DOC-ENTITIES SYSTEM "doc-entities.ent">
%DOC-ENTITIES;

]>

<book id="documentation-guide">

  <xi:include href="fdp-info.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:fallback>
      <para>fdp-info.xml file is missing!</para>
    </xi:fallback>
  </xi:include>

  <xi:include href="entering-project.xml"
    xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:fallback>
      <para>entering-project.xml file is missing!</para>
    </xi:fallback>
  </xi:include>

  <xi:include href="tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:fallback>
      <para>tools.xml file is missing!</para>
    </xi:fallback>
  </xi:include>

  <xi:include href="lifecycle.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:fallback>
      <para>lifecycle.xml file is missing!</para>
    </xi:fallback>
  </xi:include>

  <xi:include href="creating-document.xml"
    xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:fallback>
      <para>creating-document.xml is missing!</para>
    </xi:fallback>
  </xi:include>

</book>


--- NEW FILE entering-project.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd" [

<!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
%FDP-ENTITIES;

<!ENTITY % DOC-ENTITIES SYSTEM "doc-entities.ent">
%DOC-ENTITIES;

]>

<chapter id="entering-project">
  <title>Entering the &FDP;</title>
  <abstract>
    <para>This chapter covers the five steps to joining the &FDP;:
      <orderedlist>
	<listitem>
	  <para>Creating a GPG key</para>
	</listitem>
	<listitem>
	  <para>Joining the mailing list</para>
	</listitem>
	<listitem>
	  <para>Creating a Wiki account</para>
	</listitem>
	<listitem>
	  <para>(Optional) Creating a SSH key</para>
	</listitem>
	<listitem>
	  <para>(Optional) Creating a Bugzilla account</para>
	</listitem>
	<listitem>
	  <para>(Optional) Getting a CVS account</para>
	</listitem>
      </orderedlist>
    </para>
  </abstract>

  <section id="creating-gpg-keys" lang="">

  <section id="creating-ssh-keys">
    <title>Creating SSH Keys</title>
    <para>
      <firstterm>Secure Shell</firstterm>, or <acronym>SSH</acronym>, is
      a way for a user to communicate securely with a host.  SSH uses
      very secure cryptographic routines to make your communications
      unreadable by anyone on a network other than the intended
      recipient.  To ensure you can trust the information you receive
      from &FP; servers, we recommend you create a keypair.
    </para>
  </section>



<!-- 
Local variables: 
mode: xml 
fill-column: 72 
End: 
-->


--- NEW FILE fdp-info.xml ---
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">

<!--
	Warning! Warning! Danger, Will Robinson!
	This is a generated file, produced from information in
	the "rpm-info.xml" file.

	DO NOT EDIT THIS FILE DIRECTLY!
	Edit "rpm-info.xml" to change this information.
    -->

<bookinfo>
  <title>Fedora Documentation Guide</title>
  <copyright>
    <year>2006</year>
    <holder>Paul W. Frields</holder>
  </copyright>
  <authorgroup>
    <author>
      <surname>Frields</surname>
      <firstname>Paul</firstname>
      <othername>W.</othername>
    </author>
  </authorgroup>
  <revhistory>
    <revision>
      <revnumber>0.9.0</revnumber>
      <date>2006-06-01</date>
      <authorinitials>PWF</authorinitials>
      <revdescription>
        <para>
          First draft
        </para>
      </revdescription>
    </revision>
  </revhistory>
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="/home/pfrields/fedora/docs/dgv2/../docs-common/common/legalnotice-opl-en_US.xml"/>
</bookinfo>




More information about the Fedora-docs-commits mailing list