# New Ticket Created by  Stepan Roh 
# Please include the string:  [perl #32118]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32118 >


Attached is a patch generated with cvs diff -u against CVS HEAD 
2004/10/24.

Changes to docs/gettingstarted.pod:

- removed non-functional http://cvs.perl.org/viewcvs/parrot/ (viewcvs is 
there, but parrot repository is not configured)
- updated HTML generation command
- removed Tinderbox (gives 404 Not Found)
- removed Test Coverage Results (last update was Tue Jan 20 03:05:56 2004 
and there are no useful summaries)
- removed Bonsai (gives 404 Not Found)

Changes to docs/glossary.pod:

- converted reference from viewcvs to cvsweb

Maybe there are some good links to Tinderbox or Bonsai or ViewCVS or they
are only temporarily down, I don't know, but having non-functional 
references in documentation is not very good.

Note that some of these apply to http://www.parrotcode.org/resources.html 
too.

Have a nice day.

Stepan Roh
Index: docs/gettingstarted.pod

===================================================================

RCS file: /cvs/public/parrot/docs/gettingstarted.pod,v

retrieving revision 1.5

diff -u -r1.5 gettingstarted.pod

--- docs/gettingstarted.pod     28 Feb 2004 09:18:02 -0000      1.5

+++ docs/gettingstarted.pod     23 Oct 2004 23:24:10 -0000

@@ -20,12 +20,10 @@

 =item *

 

 If you're just interested in browsing the CVS repository without downloading 

-anything, a few interfaces exist.

+anything, an interface exists.

 

 http://cvs.perl.org/cvsweb/parrot/

 

-http://cvs.perl.org/viewcvs/parrot/

-

 =item *

 

 The easiest solution is to grab the most recent snapshot of the Parrot CVS 

@@ -94,7 +92,7 @@

 available by running the following command in the Parrot distribution's

 root directory:

 

-    % perl tools/docs/write_docs.pl -s

+    % make html

 

 To view the HTML documentation start with the page F<docs/html/index.html>.

 

@@ -293,53 +291,6 @@

 a comprehensive guide to getting started with Parrot development (called,

 unsurprisingly, 'Getting Started with Parrot Development').

 

-=item * Tinderbox

-

-The tinderbox consists of a number of different computers running various OS 

-and platform configurations, downloading the latest Parrot distribution every 

-few hours and running the test suite to verify that it works on that given 

-combination of software and hardware.

-

-To view the results of the tinderbox system, check out:

-

-http://tinderbox.perl.org/tinderbox/bdshowbuild.cgi?tree=parrot

-

-=item * Tinderbox Failure Summary

-

-A brief summary of the current status of the various tinderbox machines.

-Useful for finding out which tests are failing (if any).

-

-=item * Test Coverage Results

-

-The Parrot test suite is intended to test all aspects of Parrot's code. You 

-can see how successful we are at this goal by checkout the test coverage. It 

-gives line, branch, and call coverage percentages on a per-file or 

-per-function breakdown. Find it here:

-

-http://www.hitchhiker.org/parrot_coverage/

-

-=item * Bonsai

-

-Bonsai is a cvs tree control tool to monitor the status of cvs trees. 

-Whenever a checkin occurs, bonsai adds that person to the "hook," a list of 

-those responsible for the current state of the tree (this should be cleared 

-whenever we know that things are working for sure). Users can then run 

-queries to find out who has changed what files and access their checkin 

-comments in addition to generating diffs.

-

-=over 4

-

-=item * Query

-

-http://tinderbox.perl.org/bonsai/cvsqueryform.cgi?cvsroot=/home/tinder/perlcvs&module=parrot

-

-=item * Browse

-

-http://tinderbox.perl.org/bonsai/rview.cgi?cvsroot=/home/tinder/perlcvs&dir=parrot&module=parrot

-

-

-=back

-

 =back

 

 =head1 VERSION

Index: docs/glossary.pod

===================================================================

RCS file: /cvs/public/parrot/docs/glossary.pod,v

retrieving revision 1.12

diff -u -r1.12 glossary.pod

--- docs/glossary.pod   28 Feb 2004 00:30:39 -0000      1.12

+++ docs/glossary.pod   23 Oct 2004 23:24:12 -0000

@@ -180,7 +180,7 @@

 in one of the early implementations. You can see the initial commit of

 the PackFile.pm implementation, with the rationale for the name here:

 

-http://cvs.perl.org/cgi/viewcvs.cgi/parrot/lib/Parrot/PackFile.pm?sortby=log

+http://cvs.perl.org/cvsweb/parrot/lib/Parrot/PackFile.pm?sortby=log

 

 =head2 PBC

 

Reply via email to