|
[Webware-checkins] r6340 - in Webware/trunk: Docs PSP
From: <updates@we...> - 2007-03-23 08:35
|
Author: chrisz Date: Fri Mar 23 02:35:27 2007 New Revision: 6340 Modified: Webware/trunk/Docs/Overview.phtml Webware/trunk/PSP/Context.py Webware/trunk/PSP/Generators.py Webware/trunk/PSP/PSPCompiler.py Webware/trunk/PSP/PSPParser.py Webware/trunk/PSP/PSPServletFactory.py Webware/trunk/PSP/PSPUtils.py Webware/trunk/PSP/ParseEventHandler.py Webware/trunk/PSP/ServletWriter.py Webware/trunk/PSP/StreamReader.py Log: Corrected wrong email address in docs. Modified: Webware/trunk/Docs/Overview.phtml ============================================================================== --- Webware/trunk/Docs/Overview.phtml (original) +++ Webware/trunk/Docs/Overview.phtml Fri Mar 23 02:35:27 2007 @@ -94,8 +94,8 @@ <tr><td valign="top">Copyright:</td><td>See the <a href="Copyright.html">Copyright, License and Disclaimer</a>.</td></tr> <tr><td valign="top">Primary Authors:</td><td> Chuck Esterbrook, <a href="mailto:chuckesterbrook@...> -<br>Jay Love, <a href="mailto:jsliv@...> -<br>Geoff Talvola, <a href="mailto:gtalvola@...> +<br>Jay Love, <a href="mailto:jsliv@...> +<br>Geoff Talvola, <a href="mailto:gtalvola@...> <tr><td valign="top">Other Contributors:</td><td> Ian Bicking, <a href="mailto:ianb@...> <br>Tom Schwaller, <a href="mailto:tom.schwaller@...> Modified: Webware/trunk/PSP/Context.py ============================================================================== --- Webware/trunk/PSP/Context.py (original) +++ Webware/trunk/PSP/Context.py Fri Mar 23 02:35:27 2007 @@ -4,7 +4,7 @@ A utility class that holds information about the file we are parsing and the environment we are doing it in. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/Generators.py ============================================================================== --- Webware/trunk/PSP/Generators.py (original) +++ Webware/trunk/PSP/Generators.py Fri Mar 23 02:35:27 2007 @@ -6,7 +6,7 @@ Each of these elements is put into a list maintained by the ParseEventHandler object. When it comes time to output the Source Code, each generator is called in turn to create it's source. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/PSPCompiler.py ============================================================================== --- Webware/trunk/PSP/PSPCompiler.py (original) +++ Webware/trunk/PSP/PSPCompiler.py Fri Mar 23 02:35:27 2007 @@ -1,7 +1,7 @@ """A simple little module that organizes the actual page generation. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/PSPParser.py ============================================================================== --- Webware/trunk/PSP/PSPParser.py (original) +++ Webware/trunk/PSP/PSPParser.py Fri Mar 23 02:35:27 2007 @@ -4,7 +4,7 @@ PSP file and checking it for valid psp tokens. When it finds one, it calls ParseEventHandler with the characters it found. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/PSPServletFactory.py ============================================================================== --- Webware/trunk/PSP/PSPServletFactory.py (original) +++ Webware/trunk/PSP/PSPServletFactory.py Fri Mar 23 02:35:27 2007 @@ -1,7 +1,7 @@ """This module handles requests from the application for PSP pages. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/PSPUtils.py ============================================================================== --- Webware/trunk/PSP/PSPUtils.py (original) +++ Webware/trunk/PSP/PSPUtils.py Fri Mar 23 02:35:27 2007 @@ -1,7 +1,7 @@ """A bunch of utility functions for the PSP generator. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/ParseEventHandler.py ============================================================================== --- Webware/trunk/PSP/ParseEventHandler.py (original) +++ Webware/trunk/PSP/ParseEventHandler.py Fri Mar 23 02:35:27 2007 @@ -6,7 +6,7 @@ source file is fully parsed, this module calls all of the generators in turn to output their source code. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/ServletWriter.py ============================================================================== --- Webware/trunk/PSP/ServletWriter.py (original) +++ Webware/trunk/PSP/ServletWriter.py Fri Mar 23 02:35:27 2007 @@ -1,7 +1,7 @@ """This module holds the actual file writer class. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, Modified: Webware/trunk/PSP/StreamReader.py ============================================================================== --- Webware/trunk/PSP/StreamReader.py (original) +++ Webware/trunk/PSP/StreamReader.py Fri Mar 23 02:35:27 2007 @@ -2,7 +2,7 @@ It maintains the current position of the parser in the source file. - (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) + (c) Copyright by Jay Love, 2000 (mailto:jsliv@...) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r6340 - in Webware/trunk: Docs PSP | <updates@we...> |