[svn:parrot] r36489 - in trunk: . docs docs/imcc docs/pct docs/pdds docs/project editor languages/pynie/src/builtins languages/pynie/src/parser languages/squaak/doc runtime/parrot/library runtime/parrot/library/Parrot src

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Mon Feb 9 15:04:16 UTC 2009


Author: Infinoid
Date: Mon Feb  9 15:04:13 2009
New Revision: 36489
URL: https://trac.parrot.org/parrot/changeset/36489

Log:
[docs] Fix up old references to submitting/subscribing/archives for the old
parrot-porters and perl6-internals lists.  There were a couple places where
the hostname varied (parrot.org or lists.parrot.org), fix those to be
consistent with the official address.

Modified:
   trunk/META.yml
   trunk/README
   trunk/README_win32.pod
   trunk/docs/debug.pod
   trunk/docs/imcc/README
   trunk/docs/intro.pod
   trunk/docs/parrot.pod
   trunk/docs/pct/gettingstarted.pod
   trunk/docs/pdds/pdd00_pdd.pod
   trunk/docs/project/metacommitter_guide.pod
   trunk/docs/submissions.pod
   trunk/editor/pir-mode.el
   trunk/languages/pynie/src/builtins/io.pir
   trunk/languages/pynie/src/builtins/lists.pir
   trunk/languages/pynie/src/builtins/oper.pir
   trunk/languages/pynie/src/parser/indent.pir
   trunk/languages/squaak/doc/tutorial_episode_1.pod
   trunk/parrotbug
   trunk/runtime/parrot/library/P6object.pir
   trunk/runtime/parrot/library/Parrot/Coroutine.pir
   trunk/src/exceptions.c

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/META.yml	Mon Feb  9 15:04:13 2009	(r36489)
@@ -5,7 +5,7 @@
 ---
 name: parrot
 version: 0.9.0
-author: parrot-dev at parrot.org
+author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2
 no_index:

Modified: trunk/README
==============================================================================
--- trunk/README	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/README	Mon Feb  9 15:04:13 2009	(r36489)
@@ -121,7 +121,7 @@
 MAILING LISTS
 -------------
 
-The mailing list for parrot is parrot-dev at parrot.org. Subscribe by 
+The mailing list for parrot is parrot-dev at lists.parrot.org. Subscribe by 
 filling out the form at http://lists.parrot.org/mailman/listinfo/parrot-dev
 It is archived at http://lists.parrot.org/pipermail/parrot-dev/
 

Modified: trunk/README_win32.pod
==============================================================================
--- trunk/README_win32.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/README_win32.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -235,7 +235,7 @@
 =back
 
 This document is maintained by The Parrot Developers
-(E<lt>parrot-porters at perl.orgE<gt>).
+(E<lt>parrot-dev at lists.parrot.orgE<gt>).
 
 =head1 SEE ALSO
 

Modified: trunk/docs/debug.pod
==============================================================================
--- trunk/docs/debug.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/debug.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -148,7 +148,7 @@
 program has finished. To work around this, do 'si' twice just before executing
 any keyed op. For some reason, C<gdb> can then figure out when it's supposed to
 stop next. If you know of a better technique, please let the mailing list know
-(C<parrot-porters at perl.org>).
+(C<parrot-dev at lists.parrot.org>).
 
 =head1 PIR CODE GENERATION
 

Modified: trunk/docs/imcc/README
==============================================================================
--- trunk/docs/imcc/README	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/imcc/README	Mon Feb  9 15:04:13 2009	(r36489)
@@ -57,7 +57,7 @@
 arguments.
 
 
-Please mail parrot-porters at perl.org with bug-reports or patches.
+Please mail parrot-dev at lists.parrot.org with bug-reports or patches.
 
 
 Original Author:

Modified: trunk/docs/intro.pod
==============================================================================
--- trunk/docs/intro.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/intro.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -387,9 +387,9 @@
 =head2 The Parrot Mailing List
 
 Much Parrot development and discussion takes place on the
-parrot-porters mailing list. You can subscribe by sending an email to
-C<parrot-porters-subscribe at perl.org> or read the NNTP archive at
-L<http://www.nntp.perl.org/group/perl.perl6.internals>.
+parrot-dev mailing list. You can subscribe by filling out the form at
+L<http://lists.parrot.org/mailman/listinfo/parrot-dev> or read the NNTP
+archive at L<http://groups.google.com/group/parrot-dev/>.
 
 =head2 IRC
 

Modified: trunk/docs/parrot.pod
==============================================================================
--- trunk/docs/parrot.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/parrot.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -126,8 +126,8 @@
 =head2 Authors
 
 Parrot is developed and maintained by the members of the
-C<parrot-porters at perl.org> mailing list. The list is archived at:
-L<http://nntp.perl.org/group/perl.perl6.internals>
+C<parrot-dev at lists.parrot.org> mailing list. The list is archived at:
+L<http://groups.google.com/group/parrot-dev/>
 
 =over 4
 

Modified: trunk/docs/pct/gettingstarted.pod
==============================================================================
--- trunk/docs/pct/gettingstarted.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/pct/gettingstarted.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -225,6 +225,6 @@
 =head1 SUGGESTIONS
 
 If you have suggestions, improvements, tips or complaints about this document,
-please send an email to C<parrot-dev at parrot.org>.
+please send an email to C<parrot-dev at lists.parrot.org>.
 
 =cut

Modified: trunk/docs/pdds/pdd00_pdd.pod
==============================================================================
--- trunk/docs/pdds/pdd00_pdd.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/pdds/pdd00_pdd.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -146,8 +146,8 @@
 
 =head3 Submission Criteria
 
-Proposed PDDs should be submitted to the parrot-porters mailing list (located
-at parrot-porters at perl.org) for discussion, criticism and general kibitzing.
+Proposed PDDs should be submitted to the parrot-dev mailing list (located
+at parrot-dev at lists.parrot.org) for discussion, criticism and general kibitzing.
 Acceptance of a particular PDD is ultimately up to the Parrot Architect.
 
 =head3 PDD Translations

Modified: trunk/docs/project/metacommitter_guide.pod
==============================================================================
--- trunk/docs/project/metacommitter_guide.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/project/metacommitter_guide.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -64,7 +64,7 @@
 =back
 
 Congratulate the new member publicly by sending an email to
-parrot-porters at perl.org, and copying the new committer.
+parrot-dev at lists.parrot.org, and copying the new committer.
 
 =head2 To manage the list of Metacommitters
 

Modified: trunk/docs/submissions.pod
==============================================================================
--- trunk/docs/submissions.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/docs/submissions.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -262,8 +262,8 @@
 repository. So the usual rules for Parrot patches apply for this content.
 
 For changes specific for parrotcode.org please send patches to B<webmaster>
-I<at> B<perl> I<dot> B<org>, and cc B<parrot-porters> I<at> B<perl> I<dot>
-B<org>.
+I<at> B<perl> I<dot> B<org>, and cc B<parrot-dev> I<at> B<lists> I<dot>
+B<parrot> I<dot> B<org>.
 
 =head1 Getting Commit Privileges
 
@@ -293,7 +293,7 @@
 
 =item 4
 
-Request commit access via the C<parrot-porters> mailing list, or via IRC
+Request commit access via the C<parrot-dev> mailing list, or via IRC
 (#parrot on irc.perl.org).  The existing commiters will discuss your request in
 the next couple of weeks.
 

Modified: trunk/editor/pir-mode.el
==============================================================================
--- trunk/editor/pir-mode.el	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/editor/pir-mode.el	Mon Feb  9 15:04:13 2009	(r36489)
@@ -13,7 +13,7 @@
 ;;   (add-to-list 'auto-mode-alist '("\\.pir\\'" . pir-mode))
 
 ;; If you have any problems with this, you're on your own,
-;; You could always try asking on parrot-porters at perl.org.
+;; You could always try asking on parrot-dev at lists.parrot.org.
 
 ;;; Code:
 (require 'regexp-opt)
@@ -422,7 +422,7 @@
   (add-to-list 'auto-mode-alist '(\"\\\\.pir\\\\'\" . pir-mode))
 
 If you have any problems with this, you're on your own. You could always
-try asking on parrot-porters at perl.org."
+try asking on parrot-dev at lists.parrot.org."
   (interactive)
   (kill-all-local-variables)
   (use-local-map pir-mode-map)

Modified: trunk/languages/pynie/src/builtins/io.pir
==============================================================================
--- trunk/languages/pynie/src/builtins/io.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/languages/pynie/src/builtins/io.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -58,7 +58,7 @@
 
 Patrick Michaud <pmichaud at pobox.com> is the current author and
 maintainer.  Patches and suggestions can be sent to
-<parrot-porters at perl.org> or <perl-compiler at perl.org> .
+<parrot-dev at lists.parrot.org> or <perl-compiler at perl.org> .
 
 =cut
 

Modified: trunk/languages/pynie/src/builtins/lists.pir
==============================================================================
--- trunk/languages/pynie/src/builtins/lists.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/languages/pynie/src/builtins/lists.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -41,7 +41,7 @@
 
 Patrick Michaud <pmichaud at pobox.com> is the current author and
 maintainer.  Patches and suggestions can be sent to
-<parrot-porters at perl.org> or <perl-compiler at perl.org> .
+<parrot-dev at lists.parrot.org> or <perl-compiler at perl.org> .
 
 =cut
 

Modified: trunk/languages/pynie/src/builtins/oper.pir
==============================================================================
--- trunk/languages/pynie/src/builtins/oper.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/languages/pynie/src/builtins/oper.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -164,7 +164,7 @@
 
 Patrick Michaud <pmichaud at pobox.com> is the current author and
 maintainer.  Patches and suggestions can be sent to
-<parrot-porters at perl.org> or <perl-compiler at perl.org> .
+<parrot-dev at lists.parrot.org> or <perl-compiler at perl.org> .
 
 =cut
 

Modified: trunk/languages/pynie/src/parser/indent.pir
==============================================================================
--- trunk/languages/pynie/src/parser/indent.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/languages/pynie/src/parser/indent.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -120,7 +120,7 @@
 
 Patrick Michaud <pmichaud at pobox.com> is the current author and
 maintainer.  Patches and suggestions can be sent to
-<parrot-porters at perl.org> or <perl-compiler at perl.org> .
+<parrot-dev at lists.parrot.org> or <perl-compiler at perl.org> .
 
 =cut
 

Modified: trunk/languages/squaak/doc/tutorial_episode_1.pod
==============================================================================
--- trunk/languages/squaak/doc/tutorial_episode_1.pod	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/languages/squaak/doc/tutorial_episode_1.pod	Mon Feb  9 15:04:13 2009	(r36489)
@@ -260,7 +260,7 @@
 
 =over 4
 
-=item * Parrot mailing list: parrot-porters at perl.org
+=item * Parrot mailing list: parrot-dev at lists.parrot.org
 
 =item * IRC: join #parrot on irc.perl.org
 

Modified: trunk/parrotbug
==============================================================================
--- trunk/parrotbug	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/parrotbug	Mon Feb  9 15:04:13 2009	(r36489)
@@ -64,7 +64,7 @@
 developers.
 
 If you're just looking for help with parrot, subscribe to the parrot
-mailing list, parrot-porters<at>perl.org.
+mailing list, parrot-dev<at>lists.parrot.org.
 
 
 

Modified: trunk/runtime/parrot/library/P6object.pir
==============================================================================
--- trunk/runtime/parrot/library/P6object.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/runtime/parrot/library/P6object.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -705,8 +705,8 @@
 =head1 AUTHOR
 
 Written and maintained by Patrick R. Michaud, C<< pmichaud at pobox.com >>.
-Please send patches, feedback, and suggestions to the parrot-porters
-mailing list or to C< parrotbug at parrotcode.org >.
+Please send patches, feedback, and suggestions to the parrot-dev mailing
+list or to C< parrotbug at parrotcode.org >.
 
 =head1 COPYRIGHT
 

Modified: trunk/runtime/parrot/library/Parrot/Coroutine.pir
==============================================================================
--- trunk/runtime/parrot/library/Parrot/Coroutine.pir	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/runtime/parrot/library/Parrot/Coroutine.pir	Mon Feb  9 15:04:13 2009	(r36489)
@@ -223,7 +223,7 @@
 
 =back
 
-Please report any others you find to C<E<lt>parrot-porters at perl.orgE<gt>>.
+Please report any others you find to C<E<lt>parrot-dev at lists.parrot.orgE<gt>>.
 
 =head1 SEE ALSO
 

Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c	Mon Feb  9 06:58:05 2009	(r36488)
+++ trunk/src/exceptions.c	Mon Feb  9 15:04:13 2009	(r36489)
@@ -693,7 +693,7 @@
     fprintf(stderr, "\n\
 We highly suggest you notify the Parrot team if you have not been working on\n\
 Parrot.  Use parrotbug (located in parrot's root directory) or send an\n\
-e-mail to parrot-porters at perl.org.\n\
+e-mail to parrot-dev at lists.parrot.org.\n\
 Include the entire text of this error message and the text of the script that\n\
 generated the error.  If you've made any modifications to Parrot, please\n\
 describe them as well.\n\n");


More information about the parrot-commits mailing list