From: Phil E. <l2...@us...> - 2005-04-09 09:30:45
|
Update of /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31166/doc Added Files: about.html author.html license.html license.txt Log Message: Few more fixes to standaloneBuilder app --- NEW FILE: license.html --- <html> <head> <title>PythonCard License</title> </head> <body> <pre> Copyright (c) 2001-2004 PythonCard developers 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 name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 THE AUTHOR 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. The PythonCard developers and contributors are; Kevin Altis - developer, project lead, <al...@se...> Rowland Smith - developer Patrick K O'Brien - developer, PyCrust, <po...@or...> Neil Hodgson - developer, wxStyledTextCtrl (Scintilla), <ne...@sc...> Robin Dunn - developer, wxPython, <ro...@al...> Andy Todd - developer, dbBrowser sample, gadflyDatabase.py, documentation, <an...@ha...> Arlo Belshee - developer, lsystem sample Kim Wallmark - developer, lsystem sample Phil Edwards - developer, documentation, pysshed sample, Linux RPMs, <ph...@li...> Dan Winkler - developer, textIndexer sample, co-Godfather ;-) Kenneth Pronovici - Debian builds Dan Shafer - documentation, counter sample Thomas Heller - py2exe scripts, Windows distutils script Simon Kittle - textRouter sample Juergen Rauch - custdb sample Richard Wolff Randy Lea - rpn sample Riaan Booysen - STCStyleEditor.py David McNab - documentation David Primmer - documentation Fred Pacquier - fpop sample Gene Cash - EXIF.py Jon Dyte Roman Suzi William Volkman - multicolumnexample sample Bruce Eckel - moderator sample Tom Jacobs - montyhall sample Stephen Waterbury - twistedEchoClient sample Ward Cunningham - lsystem sample Alex Tweedly - resourceEditor additions </pre> </body> </html> --- NEW FILE: license.txt --- Copyright (c) 2001-2004 PythonCard developers 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 name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 THE AUTHOR 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. The PythonCard developers and contributors are; Kevin Altis - developer, project lead, <al...@se...> Rowland Smith - developer Patrick K O'Brien - developer, PyCrust, <po...@or...> Neil Hodgson - developer, wxStyledTextCtrl (Scintilla), <ne...@sc...> Robin Dunn - developer, wxPython, <ro...@al...> Andy Todd - developer, dbBrowser sample, gadflyDatabase.py, documentation, <an...@ha...> Arlo Belshee - developer, lsystem sample Kim Wallmark - developer, lsystem sample Phil Edwards - developer, documentation, pysshed sample, Linux RPMs, <ph...@li...> Dan Winkler - developer, textIndexer sample, co-Godfather ;-) Kenneth Pronovici - Debian builds Dan Shafer - documentation, counter sample Thomas Heller - py2exe scripts, Windows distutils script Simon Kittle - textRouter sample Juergen Rauch - custdb sample Richard Wolff Randy Lea - rpn sample Riaan Booysen - STCStyleEditor.py David McNab - documentation David Primmer - documentation Fred Pacquier - fpop sample Gene Cash - EXIF.py Jon Dyte Roman Suzi William Volkman - multicolumnexample sample Bruce Eckel - moderator sample Tom Jacobs - montyhall sample Stephen Waterbury - twistedEchoClient sample Ward Cunningham - lsystem sample Alex Tweedly - resourceEditor additions --- NEW FILE: author.html --- <font face="verdana"> <p>standaloneBuilder was developed by Phil Edwards <ph...@li...> I would like to also extend my grateful thanks to the following:</p> <br></br> <div align="center"> <font face="verdana" size="2"> <table width="90%%"> <tr> <td> <hr> Kevin Altis <a href="mailto:al...@se...">al...@se...</a>, without whose excellent work on PythonCard none of this would be possible. </td> </tr> <tr> <td> <hr> </td> </tr> </table> </div> </font> --- NEW FILE: about.html --- <html> <head> </head> <body bgcolor="7f7f7f"> <font face="verdana" size="2"> <table border="0" width="100%"> <tr> <td colspan="2"> <b>standaloneBuilder Version 0.1.1</b> </td> </tr> <tr> <td align="center" valign="top"> </td> <td valign="top"> standaloneBuilder is designed to herlp simplify the process of getting a PythonCard applpication distributed in standalone form, without the end user being required to install PythonCard, wxPython or even Python itself. <p>Developed using the PythonCard GUI toolkit and wxPython, <a href="http://pythoncard.sourceforge.net">http://pythoncard.sourceforge.net</a></p> </td> </tr> </table> </font> </body> </html> |