Author: coke Date: Wed Dec 10 07:21:06 2008 New Revision: 33764 Removed: trunk/docs/ROADMAP.pod Modified: trunk/MANIFEST trunk/TODO trunk/docs/project/cage_cleaners_guide.pod trunk/lib/Parrot/Docs/Section/Info.pm trunk/lib/Parrot/Manifest.pm
Log: [docs] Remove long outdated ROADMAP.pod; the roadmap is now available via https://trac.parrot.org/ Leave the ports/ references to it alone, I assume those will be updated after the next portage. Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Wed Dec 10 07:21:06 2008 @@ -445,7 +445,6 @@ config/inter/shlibs.pm [] config/inter/types.pm [] config/inter/yacc.pm [] -docs/ROADMAP.pod [devel]doc docs/book/README [main]doc docs/book/appendix.pod [main]doc docs/book/ch01_overview.pod [main]doc Modified: trunk/TODO ============================================================================== --- trunk/TODO (original) +++ trunk/TODO Wed Dec 10 07:21:06 2008 @@ -19,6 +19,3 @@ An example of this format would be: '[TODO] IMCC - remove globals' - -See also docs/ROADMAP.pod - Modified: trunk/docs/project/cage_cleaners_guide.pod ============================================================================== --- trunk/docs/project/cage_cleaners_guide.pod (original) +++ trunk/docs/project/cage_cleaners_guide.pod Wed Dec 10 07:21:06 2008 @@ -373,8 +373,7 @@ =head1 SEE ALSO F<docs/project/roles_responsibilities.pod>, F<RESPONSIBLE_PARTIES> -Also look at F<docs/ROADMAP.pod> and the list of Cage items on RT: +and the list of Cage items on RT: L<http://xrl.us/owsd> (Link to rt.perl.org) - =cut Modified: trunk/lib/Parrot/Docs/Section/Info.pm ============================================================================== --- trunk/lib/Parrot/Docs/Section/Info.pm (original) +++ trunk/lib/Parrot/Docs/Section/Info.pm Wed Dec 10 07:21:06 2008 @@ -53,7 +53,6 @@ 'Instructions for Parrot in a Win32 environment.', 'README_win32.pod' ), $self->new_item( 'This file lists what\'s new in each version.', 'NEWS' ), - $self->new_item( 'A plan for Parrot.', 'docs/ROADMAP.pod' ), $self->new_item( 'Where to find or put things that need doing in Parrot.', 'TODO' ), $self->new_item( 'This is a description of the steps someone should follow when they have to prepare a new version for release.', Modified: trunk/lib/Parrot/Manifest.pm ============================================================================== --- trunk/lib/Parrot/Manifest.pm (original) +++ trunk/lib/Parrot/Manifest.pm Wed Dec 10 07:21:06 2008 @@ -151,7 +151,6 @@ RESPONSIBLE_PARTIES [main]doc TODO [main]doc parrot-config [main]bin - docs/ROADMAP.pod [devel]doc docs/compiler_faq.pod [devel]doc docs/configuration.pod [devel]doc docs/debug.pod [devel]doc
