translation-quick-start-guide/en_US translation-quick-start.xml, 1.7, 1.8

Manuel Ospina (mospina) fedora-docs-commits at redhat.com
Wed Aug 9 23:08:04 UTC 2006


Author: mospina

Update of /cvs/docs/translation-quick-start-guide/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11350

Modified Files:
	translation-quick-start.xml 
Log Message:
cvs host address corrected


Index: translation-quick-start.xml
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/en_US/translation-quick-start.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- translation-quick-start.xml	6 Aug 2006 18:05:32 -0000	1.7
+++ translation-quick-start.xml	9 Aug 2006 23:08:01 -0000	1.8
@@ -133,15 +133,39 @@
       <title>Accounts for Documentation</title>
       <para>
 	If you plan to translate &FED; documentation, you must have a
-	&FED; CVS account and membership on the &FDP; mailing list.  To
-	sign up for a &FED; CVS account, visit <ulink
-	  url="https://admin.fedora.redhat.com/accounts/"/>.  To join
+	&FED; CVS account and membership on the &FDP; mailing list.    To join
 	the &FDP; mailing list, refer to <ulink
 	  url="http://www.redhat.com/mailman/listinfo/fedora-docs-list/"/>.
-      </para>
+	  You need to create a GPG key as the &FDP; encourage all participants to
+	  sign e-mails.  To create a key, use the following command:
+	</para>
+	<screen>
+	  <command>gpg --gen-key</command>
+	</screen>
+	<para>
+	A series of prompts guide you through the process. Press Enter to
+	select the default value.
+	</para>
+	<note>
+	<title>.gnupg directory</title>
+	<para>
+	You may need to create the ~/.gnupg directory manually if you have not
+	create a gpg key before. gpg fails if the directory is not found.
+	</para>
+	</note>
+	<para>
+	You need to export your public key, so other people can verified your
+	signature. Use this command to export your key to a public server:
+	</para>
+	<screen>
+	<command>gpg --keyserver pgp.mit.edu --send-keys GPGKEYID</command>
+	</screen>
+	<para>
+      You also need to sign up for a &FED; CVS account, visit <ulink
+	  url="https://admin.fedora.redhat.com/accounts/"/>.</para>
 
       <para>
-	You should also post a self-introduction to the &FDP; mailing
+	You should post a self-introduction to the &FDP; mailing
 	list.  For details, refer to <ulink
 	  url="http://fedoraproject.org/wiki/DocsProject/SelfIntroduction"/>.
       </para>
@@ -354,7 +378,8 @@
       </para>
 
 <screen>
-<command>export	CVSROOT=:ext:<replaceable>username</replaceable>@cvs.fedora.redhat.com:/cvs/docs</command>
+<command>export
+CVSROOT=:ext:<replaceable>username</replaceable>@cvs.fedoraproject.org:/cvs/docs</command>
 <command>cvs co -c</command>
 </screen>
 




More information about the docs-commits mailing list