|
From: Alex T. <ale...@us...> - 2006-04-06 11:00:52
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25721/docs/html Modified Files: linux_installation.html macosx_installation.html macosx_jaguar_installation.html macosx_panther_installation.html macosx_tiger_installation.html resource_editor_overview.html shell.html timers-threads.html walkthrough2.html windows_installation.html Log Message: Preparation for the build of 0.8.2 Index: walkthrough2.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough2.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** walkthrough2.html 22 Dec 2005 18:20:33 -0000 1.14 --- walkthrough2.html 6 Apr 2006 11:00:25 -0000 1.15 *************** *** 46,50 **** make a few observations about other things that I could have done that would make the example more instructive or interesting. Note that this tutorial ! describes how this process is handled in PythonCardPrototype 0.8.1. Continuing enhancements to the UI, especially in the resourceEditor, will make the process more and more streamlined over time.</p> --- 46,50 ---- make a few observations about other things that I could have done that would make the example more instructive or interesting. Note that this tutorial ! describes how this process is handled in PythonCard 0.8.2. Continuing enhancements to the UI, especially in the resourceEditor, will make the process more and more streamlined over time.</p> Index: shell.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/shell.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** shell.html 27 Dec 2005 02:38:07 -0000 1.6 --- shell.html 6 Apr 2006 11:00:25 -0000 1.7 *************** *** 15,19 **** <p>PythonCard integrates a rich, high-level interactive Python shell. This document describes how to launch and use this shell as you create PythonCard ! applications. It is based on Version 0.8.1 of PythonCard.</p> <p>The PythonCard shell utilizes the PyCrust package created by Patrick O'Brien of Orbtech which is included with wxPython. --- 15,19 ---- <p>PythonCard integrates a rich, high-level interactive Python shell. This document describes how to launch and use this shell as you create PythonCard ! applications. It is based on Version 0.8.2 of PythonCard.</p> <p>The PythonCard shell utilizes the PyCrust package created by Patrick O'Brien of Orbtech which is included with wxPython. Index: resource_editor_overview.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/resource_editor_overview.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** resource_editor_overview.html 13 Aug 2005 14:39:41 -0000 1.4 --- resource_editor_overview.html 6 Apr 2006 11:00:25 -0000 1.5 *************** *** 16,20 **** <p>This document describes the resourceEditor which is used to design, lay out, and manipulate PythonCard applications' graphical components. ! It is current as of Version 0.8.1 of the PythonCard release; you should expect only minor changes in the behavior of the resourceEditor to change between now and release 1.0 of the product.</p> --- 16,20 ---- <p>This document describes the resourceEditor which is used to design, lay out, and manipulate PythonCard applications' graphical components. ! It is current as of Version 0.8.2 of the PythonCard release; you should expect only minor changes in the behavior of the resourceEditor to change between now and release 1.0 of the product.</p> Index: macosx_panther_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_panther_installation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** macosx_panther_installation.html 27 Dec 2005 19:46:55 -0000 1.1 --- macosx_panther_installation.html 6 Apr 2006 11:00:25 -0000 1.2 *************** *** 40,44 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.1.tar.gz">PythonCard-0.8.1.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 40,44 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.2.tar.gz">PythonCard-0.8.2.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 58,64 **** folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.1.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the --- 58,64 ---- folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.2.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.2.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the Index: windows_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/windows_installation.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** windows_installation.html 22 Mar 2005 05:59:14 -0000 1.17 --- windows_installation.html 6 Apr 2006 11:00:26 -0000 1.18 *************** *** 24,39 **** </ol> <h2>Downloading Python</h2> ! <p>Python 2.3.4 is available from a couple of sources.</p> <ul> ! <li>The main <a href="http://www.python.org/2.3.4/">Python 2.3.4</a> page.</li> <li>The <a href="http://www.activestate.com/Products/ActivePython/more_information.plex">ActivePython</a> distribution</li> </ul> <p>For this guide, we'll be installing from the main Python site. Click on ! this <a href="http://www.python.org/ftp/python/2.3.4/Python-2.3.4.exe">Python-2.3.4.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your browser.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonWIN32-2.5.2.8-Py23.exe">wxPython 2.5.2.8 for Python 2.3.x</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your --- 24,39 ---- </ol> <h2>Downloading Python</h2> ! <p>Python 2.4.3 is available from a couple of sources.</p> <ul> ! <li>The main <a href="http://www.python.org/2.4.3/">Python 2.4.3</a> page.</li> <li>The <a href="http://www.activestate.com/Products/ActivePython/more_information.plex">ActivePython</a> distribution</li> </ul> <p>For this guide, we'll be installing from the main Python site. Click on ! this <a href="http://www.python.org/ftp/python/2.4.3/Python-2.4.3.exe">Python-2.4.3.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your browser.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-ansi-2.6.3.0-py24.exe">win32-ansi 2.6.3 for Python 2.4</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your *************** *** 41,45 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.1.FIXED.win32.exe">PythonCard-0.8.1.FIXED.win32.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by --- 41,45 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.2.win32.exe">PythonCard-0.8.2.win32.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by *************** *** 48,52 **** <p>Python arrives at your system as an installable application. All you have to do is double-click on the file you downloaded (it's called ! Python-2.3.4.exe) and follow the instructions in the installation wizard. By default, the installer will create a new directory C:\Python23 to contain the Python executables, documentation, tools, IDLE editor, and standard --- 48,52 ---- <p>Python arrives at your system as an installable application. All you have to do is double-click on the file you downloaded (it's called ! Python-2.4.3.exe) and follow the instructions in the installation wizard. By default, the installer will create a new directory C:\Python23 to contain the Python executables, documentation, tools, IDLE editor, and standard *************** *** 55,61 **** <h2>Installing wxPython</h2> <p>wxPython also comes as an automatic installer. Just double-click on the ! file you downloaded (it's called wxPythonWIN32-2.5.2.8-Py23.exe) and follow the instructions. By default, wxPython will be installed into ! Python23\Lib\site-packages.</p> <h2>Installing PythonCard</h2> <p>PythonCard also comes as an automatic installer. Just double-click on the --- 55,61 ---- <h2>Installing wxPython</h2> <p>wxPython also comes as an automatic installer. Just double-click on the ! file you downloaded (it's called wxPython2.6-win32-ansi-2.6.3.0-py24.exe) and follow the instructions. By default, wxPython will be installed into ! Python24\Lib\site-packages.</p> <h2>Installing PythonCard</h2> <p>PythonCard also comes as an automatic installer. Just double-click on the Index: macosx_jaguar_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_jaguar_installation.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** macosx_jaguar_installation.html 18 Oct 2004 17:55:57 -0000 1.9 --- macosx_jaguar_installation.html 6 Apr 2006 11:00:25 -0000 1.10 *************** *** 41,45 **** <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. Click on this ! <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.1.tar.gz">PythonCard-0.8.1.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 41,45 ---- <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. Click on this ! <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.2.tar.gz">PythonCard-0.8.2.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 61,67 **** folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.1.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the --- 61,67 ---- folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.2.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.2.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the Index: timers-threads.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/timers-threads.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** timers-threads.html 23 Dec 2005 20:07:43 -0000 1.6 --- timers-threads.html 6 Apr 2006 11:00:25 -0000 1.7 *************** *** 26,30 **** <hr /> <h3>Overview, Scope and Purpose</h3> ! <p><em>This walkthrough is targeted at PythonCard Version 0.8.1. As PythonCard grows, some of this walkthrough may go out of date, even fail - if this --- 26,30 ---- <hr /> <h3>Overview, Scope and Purpose</h3> ! <p><em>This walkthrough is targeted at PythonCard Version 0.8.2. As PythonCard grows, some of this walkthrough may go out of date, even fail - if this Index: linux_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/linux_installation.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** linux_installation.html 30 Mar 2005 15:55:12 -0000 1.15 --- linux_installation.html 6 Apr 2006 11:00:25 -0000 1.16 *************** *** 70,74 **** to go to the download page. Supported Mandrake Linux distributions for RPM installation are 10.0 and 10.1 in both <em>Community</em> and <em>Official</em> flavours.</p> ! <p>Download <a href="http://www.linux2000.com/downloads/PythonCard-0.8.1-1mdk.noarch.rpm">http://www.linux2000.com/downloads/PythonCard-0.8.1-1mdk.noarch.rpm</a> and save the file somehwere convenient as before.</p> --- 70,74 ---- to go to the download page. Supported Mandrake Linux distributions for RPM installation are 10.0 and 10.1 in both <em>Community</em> and <em>Official</em> flavours.</p> ! <p>Download <a href="http://www.linux2000.com/downloads/PythonCard-0.8.2-1mdk.noarch.rpm">http://www.linux2000.com/downloads/PythonCard-0.8.2-1mdk.noarch.rpm</a> and save the file somehwere convenient as before.</p> *************** *** 84,88 **** <h3>Installing PythonCard</h3> <p>The command to install the PythonCard RPM is pretty similar:</p> ! <p class="code">rpm -Uvh /home/fred/PythonCard-0.8.1-1mdk.noarch.rpm</p> <p>Again, replace "/home/fred" with the full path to where your browser saved the RPM, and substitute the relevant RPM file name for you --- 84,88 ---- <h3>Installing PythonCard</h3> <p>The command to install the PythonCard RPM is pretty similar:</p> ! <p class="code">rpm -Uvh /home/fred/PythonCard-0.8.2-1mdk.noarch.rpm</p> <p>Again, replace "/home/fred" with the full path to where your browser saved the RPM, and substitute the relevant RPM file name for you Index: macosx_tiger_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_tiger_installation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** macosx_tiger_installation.html 27 Dec 2005 19:49:28 -0000 1.1 --- macosx_tiger_installation.html 6 Apr 2006 11:00:25 -0000 1.2 *************** *** 40,44 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.1.tar.gz">PythonCard-0.8.1.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 40,44 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.2.tar.gz">PythonCard-0.8.2.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 58,64 **** folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.1.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the --- 58,64 ---- folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.2.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.2.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the Index: macosx_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_installation.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** macosx_installation.html 18 Oct 2004 17:55:57 -0000 1.21 --- macosx_installation.html 6 Apr 2006 11:00:25 -0000 1.22 *************** *** 40,44 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.1.tar.gz">PythonCard-0.8.1.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 40,44 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.2.tar.gz">PythonCard-0.8.2.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 58,64 **** folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.1.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the --- 58,64 ---- folder.</p> <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.2.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.2.tar.gz file. You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the |