Update of /cvsroot/pythoncard/PythonCard/docs/html/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17445 Modified Files: components.html dialogs.html events_and_handlers.html general_concepts_and_limitations.html menus.html resource_files.html runtime_tools.html Log Message: switched to Andy's php header and footers Index: menus.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/menus.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menus.html 11 Apr 2004 17:29:48 -0000 1.1 --- menus.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview - Menus</title> </head> <body> <h1>Framework Overview - Menus</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview - Menus</title> </head> <body> + <div id="banner"> <h1>Framework Overview - Menus</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 25,30 **** 'select' event.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 26,32 ---- 'select' event.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: general_concepts_and_limitations.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/general_concepts_and_limitations.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** general_concepts_and_limitations.html 11 Apr 2004 18:23:43 -0000 1.2 --- general_concepts_and_limitations.html 14 Aug 2004 21:05:15 -0000 1.3 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview - General Concepts and Limitations</title> </head> <body> <h1>Framework Overview - General Concepts and Limitations</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview - General Concepts and Limitations</title> </head> <body> + <div id="banner"> <h1>Framework Overview - General Concepts and Limitations</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 119,124 **** as a way of simplifying the use of wxPython.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 120,126 ---- as a way of simplifying the use of wxPython.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: events_and_handlers.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/events_and_handlers.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** events_and_handlers.html 11 Apr 2004 17:29:48 -0000 1.1 --- events_and_handlers.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,15 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview - Events and Handlers</title> </head> <body> <h1>Framework Overview - Events and Handlers</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> ! <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview - Events and Handlers</title> </head> <body> + <div id="banner"> <h1>Framework Overview - Events and Handlers</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 114,119 **** </pre> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 114,120 ---- </pre> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: resource_files.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/resource_files.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** resource_files.html 11 Apr 2004 17:29:48 -0000 1.1 --- resource_files.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview - Resource Files</title> </head> <body> <h1>Framework Overview - Resource Files</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview - Resource Files</title> </head> <body> + <div id="banner"> <h1>Framework Overview - Resource Files</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 74,79 **** example of dynamic component creation when the app starts up.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 75,81 ---- example of dynamic component creation when the app starts up.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: dialogs.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/dialogs.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dialogs.html 11 Apr 2004 17:29:48 -0000 1.1 --- dialogs.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview- Dialogs</title> </head> <body> <h1>Framework Overview- Dialogs</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview- Dialogs</title> </head> <body> + <div id="banner"> <h1>Framework Overview- Dialogs</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 54,59 **** | <a href="runtime_tools.html">Runtime Tools</a> <hr> ! <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 55,61 ---- | <a href="runtime_tools.html">Runtime Tools</a> <hr> ! <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: components.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/components.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** components.html 11 Apr 2004 17:29:48 -0000 1.1 --- components.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> ! <title>Framework Overview - Components</title> ! </head> <body> <h1>Framework Overview - Components</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> ! <title>Framework Overview - Components</title> ! </head> <body> + <div id="banner"> <h1>Framework Overview - Components</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 125,130 **** initialization are the most obvious.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 126,132 ---- initialization are the most obvious.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> Index: runtime_tools.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/runtime_tools.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** runtime_tools.html 11 Apr 2004 17:29:48 -0000 1.1 --- runtime_tools.html 14 Aug 2004 21:05:15 -0000 1.2 *************** *** 1,14 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> ! <meta name="author" content="YOUR NAME HERE"> <title>Framework Overview - Runtime Tools</title> </head> <body> <h1>Framework Overview - Runtime Tools</h1> ! <!-- body --> ! <!-- images will go into the images directory --> ! <!-- so references should be relative "images/wt2fig1.png" --> <p>Updated: April 10, 2004 for release 0.7.3</p> --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="../PythonCard.css" type="text/css" /> <title>Framework Overview - Runtime Tools</title> </head> <body> + <div id="banner"> <h1>Framework Overview - Runtime Tools</h1> ! </div> ! <?php include "../sidebar.php" ?> ! <div id="content"> <p>Updated: April 10, 2004 for release 0.7.3</p> *************** *** 84,89 **** PythonCard probably makes the most and best use of PyCrust right now.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <span class="release-info">$Revision$, documentation updated on $Date$</span> ! <img src="http://sourceforge.net/sflogo.php?group_id=19015&type=1" ! width="88" height="31" border="0" alt="SourceForge Logo"> ! </body></html> --- 85,91 ---- PythonCard probably makes the most and best use of PyCrust right now.</p> ! <hr> | <a href="general_concepts_and_limitations.html">General Concepts and Limitations</a> | <a href="components.html">Components</a> | <a href="dialogs.html">Dialogs</a> | <a href="events_and_handlers.html">Events and Handlers</a> | <a href="menus.html">Menus</a> | <a href="resource_files.html">Resource Files</a> | <a href="runtime_tools.html">Runtime Tools</a> <hr> <?php include "../footer.php" ?> ! <p>$Revision$ : $Author$ : Last updated $Date$</p> ! </div> <!-- end of content --> ! </body> ! </html> |