Pārlūkot izejas kodu

Via Sidnei: Fix some urls, add Bazaar link

See http://lists.supervisord.org/pipermail/supervisor-users/2010-June/000598.html
Chris McDonough 15 gadi atpakaļ
vecāks
revīzija
7fe09d14a3
3 mainītis faili ar 15 papildinājumiem un 13 dzēšanām
  1. 2 0
      CHANGES.txt
  2. 8 8
      README.txt
  3. 5 5
      docs/development.rst

+ 2 - 0
CHANGES.txt

@@ -2,6 +2,8 @@ Next release
 
   - Import iterparse from xml.etree when available (eg: Python 2.6).
 
+  - Fixed the url to the supervisor-users mailing list.
+
   - When parsing "environment=" in the config file, changes introduced in
     3.0a8 prevented Supervisor from parsing some characters commonly
     found in paths unless quoting was used as in this example:

+ 8 - 8
README.txt

@@ -78,24 +78,27 @@ Documentation
   XXX We need some way of getting people the entire docs set without
   needing to read it via HTML online.
 
-Maillist, Reporting Bugs, and Viewing the SVN Repository
+Mailing list, Reporting Bugs, and Viewing the Source Repository
 
-  You may subscribe to the 'Supervisor-users'
-  "maillist":http://lists.supervisord.org/mailman/listinfo/supervisor-users
+  You may subscribe to the 'Supervisor-users' "mailing
+  list":http://lists.supervisord.org/mailman/listinfo/supervisor-users
 
   Please report bugs at "the
   collector":http://www.plope.com/software/collector .
 
   XXX get a better bugtracker
 
-  You can view the Subversion repository for supervisor via
+  You can view the source repository for supervisor via
   http://svn.supervisord.org:"http://svn.supervisord.org"
 
+  A Bazaar mirror can be found in
+  "Launchpad":https://code.launchpad.net/supervisord
+
 Contributing
 
   If you'd like to contribute to supervisor directly, please contact
   the "supervisor-users
-  maillist":http://lists.supervisord.org/mailman/listinfo/supervisor-users
+  mailing list":http://lists.supervisord.org/mailman/listinfo/supervisor-users
 
 Author Information
 
@@ -104,6 +107,3 @@ Author Information
 
   Mike Naberezny (mike@maintainable.com)
   "Maintainable Software":http://www.maintainable.com
-
-    
-

+ 5 - 5
docs/development.rst

@@ -4,12 +4,12 @@ Resources and Development
 Mailing Lists
 -------------
 
-Supervisor has a maillist for users.  You may subscribe to the
-`Supervisor-users maillist
+Supervisor has a mailing list for users.  You may subscribe to the
+`Supervisor-users mailing list
 <http://lists.supervisord.org/mailman/listinfo/supervisor-users>`_.
 
-Supervisor has a maillist for checkins too.  You may subscribe to the
-`Supervisor-checkins maillist
+Supervisor has a mailing list for checkins too.  You may subscribe to the
+`Supervisor-checkins mailing list
 <http://lists.supervisord.org/mailman/listinfo/supervisor-checkins>`_.
 
 Bug Tracker
@@ -29,7 +29,7 @@ Contributing
 ------------
 
 If you'd like to contribute to supervisor, please contact us through
-the maillist and we'll attempt to arrange for you to have direct
+the mailing list and we'll attempt to arrange for you to have direct
 access to the version control repository.  You may be required to sign
 a contributor's agreement before you can be provided with access.