root/README

Revision 22516, 4.4 kB (checked in by moritz, 6 days ago)

[README] mention pugs-commits google group

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1=====================================================================
2|        ______                                                     |
3|      /\   __ \                                                    |
4|      \ \  \/\ \ __  __  ______  ______     (P)erl 6               |
5|       \ \   __//\ \/\ \/\  __ \/\  ___\    (U)ser's               |
6|        \ \  \/ \ \ \_\ \ \ \/\ \ \___  \   (G)olfing              |
7|         \ \__\  \ \____/\ \____ \/\_____\  (S)ystem               |
8|          \/__/   \/___/  \/___/\ \/____/                          |
9|                            /\____/                                |
10|                            \/___/                                 |
11|                                                                   |
12=====================================================================
13
14Pugs is Copyright 2005-2008, The Pugs Contributors.
15
16Pugs is a joint work of authorship by the Pugs Contributors.
17
18Pugs is free software; you can redistribute it and/or modify it under the
19terms of the Artistic License 2.0.  (Note that, unlike the Artistic License
201.0, version 2.0 is GPL compatible by itself, hence there is no benefit to
21having an Artistic 2.0 / GPL disjunction.)
22
23In addition, you can redistribute and/or modify contributions under the
24src/ directory, as well as the "pugs" executable program produced by
25compilation, under the terms of the MIT license.
26
27Please see the "Artistic-2" and "MIT" files under the "LICENSE" directory
28for the full license text.
29
30
31INSTALLATION
32------------
33
34See the INSTALL file for instructions on building and installing Pugs.
35
36
37COPYRIGHTED WORKS FROM THIRD-PARTY PROJECTS
38-------------------------------------------
39
40The following works are owned by third-party projects and are not
41subject to joint ownership.  Eventually, these packages should all
42be moved to the third-party/ directory.
43
44The "ByteString" subsystem is derived from Don Stewart et al's work,
45under a BSD-style license.  See third-party/fps/LICENSE.
46
47The "HsJudy" subsystem is derived from Caio Marcelo de Oliveira Filho's
48work, under a BSD-style license.  See third-party/HsJudy/HsJudy.cabal.
49
50The "HsSyck" subsystem is derived from "why the lucky stiff", Gaal Yahas
51and Audrey Tang's work, under a BSD-style license.
52See third-party/HsSyck/LICENSE.
53
54The "Judy" subsystem is derived from Doug Baskins's work, under the LGPL
55license, version 2.1. See third-party/judy/COPYING.
56
57The "PArrows" subsystem is derived from Einar Karttunen's work,
58under a BSD-style license.  See src/Text/Parser/PArrows.cabal.
59
60The "PCRE" subsystem is derived from PCRE 5.0 by Philip Hazel,
61under a BSD-style license.  See src/pcre/LICENCE.
62
63The "PGE" subsystem is derived from PGE by Patrick Michaud,
64under the same license as Parrot.  See src/pge/README.
65
66The "RRegex" subsystem is derived from hsregex 0.2 by John Meacham,
67under a BSD-style license.  See third-party/hsregex/RRegex/LICENSE.
68
69The "UTF8" subsystem is derived from Martin Norbäck's work,
70under a BSD-style license.  See src/UTF8.hs.
71
72
73COPYRIGHTED PERL 6 LIBRARY EXTENSIONS
74-------------------------------------
75
76Except as listed below, all works under the ext/ directory can be
77redistributed and/or modified under the same license as Pugs itself.
78
79The "Locale-KeyedText" library is released by Darren Duncan under the GNU
80Lesser General Public License (LGPL), version 2.1 or later.  See
81LICENSE/LGPL-3 and LICENSE/GPL-3.
82
83The "Muldis-Rosetta" library is released by Darren Duncan under the GNU
84Lesser General Public License (LGPL), version 3.0 or later.  See
85LICENSE/LGPL-3 and LICENSE/GPL-3.
86
87The "WTemplate" library is released by Andras Barthazi under any
88version of the GNU General Public License (GPL).  See LICENSE/GPL-3.
89
90
91MAILING LISTS
92-------------
93
94The mailing list for Pugs is perl6-compiler.  Subscribe by sending mail to
95<perl6-compiler-subscribe@perl.org>.  Mailing list archive is available at:
96
97    http://nntp.perl.org/group/perl.perl6.compiler          (HTTP)
98    http://groups-beta.google.com/group/perl.perl6.compiler (HTTP)
99    nntp://nntp.perl.org/perl.perl6.compiler                (NNTP)
100
101There's a Google Group which gathers commit mails from the pugs repository:
102
103    http://groups.google.com/group/pugs-commits?hl=en
104
105Please submit bug reports to <pugsbugs@perl.org>.
106
107WEB SITES
108---------
109
110The Pugs homepage is at:
111
112    http://pugscode.org/
113
114For Perl 6 related information, please see:
115
116    http://dev.perl.org/perl6/
117
118Enjoy,
119The Pugs Contributors
120
121P.S. "Perl" stands for "Polymorphic Existential Recursive Lambdas", too!
Note: See TracBrowser for help on using the browser.