From e452556fa7ef9d1193dbd3a8a4dcc97c76a9cbf9 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Sat, 14 May 2005 20:00:15 +0000 Subject: 1) Changed to reflect the updated CVS arrangement with modules as "top-level" objects. 2) Changed URL for :pserver: CVS access. 3) Added short section on :ext: CVS access with reference to the WIKI doc. --- docs-getting-files-en.xml | 52 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/docs-getting-files-en.xml b/docs-getting-files-en.xml index e244aaa..dd6c773 100644 --- a/docs-getting-files-en.xml +++ b/docs-getting-files-en.xml @@ -1,6 +1,13 @@ - + + + Getting the Files @@ -11,20 +18,20 @@ - xmlto — for producing HTML and PDF outputs + xmlto — for producing HTML and PDF outputs - docbook-style-xsl — for the default XSLT stylesheets we - build on + docbook-style-xsl — for the default XSLT stylesheets we + build on - docbook-dtds — XML versions of the DocBook DTD + docbook-dtds — XML versions of the DocBook DTD The custom scripts and stylesheets used are all stored in CVS on the - rhlinux.redhat.com CVS server. + cvs.fedora.redhat.com CVS server. @@ -33,29 +40,46 @@ - To check out the scripts anonymously: + Get started by following these once-only steps. + When asked for a CVS password, just press the ENTER key. -export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs -cvs -z3 login -cvs -z3 co fedora-docs +$ mkdir my-fedora-docs +$ cd my-fedora-docs +$ export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs +$ cvs login +<enter> +$ cvs co docs-setup 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. + You need CVS write access for that; check with the + http://fedoraproject.org/wiki/DocsProject/NewWriters + site to learn about getting write access to CVS. + + To see a list of the available documents: + + +$ cvs co -c + + + Pick your document of interest and then download it to your working directory: + + +$ cvs co example-tutorial + Except for the &IG;, all docs must be tutorials written in DocBook XML article format using the template in the example-tutorial directory. Each tutorial must be in its own directory. No XML files should be - in the root directory except for files shared by all documents such - legalnotice.xml, which must be included in all docs - so that the FDL is used for all docs. + in the root directory. -- cgit