| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
ask 02/05/22 20:20:52
Modified: . README
Added: . LICENSE
Log:
license stuff.
falcone and Robert; it's time to speak up now if this is not cool. :-)
I imagine this should be an Apache project at some point, but for now let's
just keep it simple.
Revision Changes Path
1.5 +26 -5 mod_parrot/README
Index: README
===================================================================
RCS file: /cvs/public/mod_parrot/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- README 23 May 2002 03:05:46 -0000 1.4
+++ README 23 May 2002 03:20:51 -0000 1.5
@@ -1,12 +1,30 @@
README for Apache mod_parrot module
+===================================
-First of all; it doesn't actually work. Until Parrot has an IO sub
-system it'll be ugly to get it to print to the browsers, so that
-doesn't work very well. So for now your best bet is to httpd with -X
-and watch the output on your terminal. Exciting, huh?
+Until Parrot has an IO sub system it'll be ugly to get it to print to
+the browsers, so that doesn't work very well. So for now your best
+bet is to httpd with -X and watch the output on your
+terminal. Exciting, huh?
+We don't have a real mailinglist, so subscribe to the mod_parrot CVS
+list by sending mail to [email protected] and talk to
+the other developers there.
-To install:
+
+LICENSE INFORMATION
+===================
+
+This code is licensed under the Apache Software License. By
+contributing patches via email or through CVS you agree to transfer
+copyright to the current copyright holder.
+
+We are planning to donate the software to either the Apache Software
+Foundation or to Yet Another Society when it is a bit more mature
+and/or useful.
+
+
+INSTALL
+=======
0. Fix the APACHEDIR and the PARROT_DIR in the Makefile.
@@ -71,3 +89,6 @@
To use mod_parrot, use assemble.pl to compile to bytecode, and then
put that in your web directory.
+
+You can also edit the demo in eg/ and type `make demo` to install it
+in the htdocs dir.
1.1 mod_parrot/LICENSE
Index: LICENSE
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2002 Develooper LLC. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Develooper LLC (http://www.develooper.com/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "mod_parrot" and "Develooper LLC" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [email protected].
*
* 5. Products derived from this software may not be called "mod_parrot",
* nor may "mod_parrot" appear in their name, without prior written
* permission of the Develooper LLC.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL DEVELOOPER LLC OR ITS CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of Develooper LLC. For more information on
* Develooper LLC, please see <http://www.develooper.com/>.
*
*/