On 30 Mar 2008 10:32:03 -0000, John M. Dlugosz <[EMAIL PROTECTED]> wrote: > I've read copies of the Synopsis documents that I've found on the web > somewhere. How do I synchronize with the life copies, and hack on them? >
Most of the Synopses are in the "official svn repos", http://svn.perl.org/perl6/doc/trunk/design/syn/ . This repos is "hackable" by only a very small group of people ;) S29 is currently in Pugs's repos IIRC which can be tweaked as long as you have a Pugs commit bit which is trivial to obtain. The latest S26 (draft) is in Damian's Perl6::Perldoc on CPAN which also has a copy in the Pugs repos AFAIK. The latest HTML version of all the Synopses can be found at http://perlcabal.org/syn/ , which is automatically updated from both SVN repositories every one hour by a cron job running on feather. Cheers, -agentzh