Update of /cvsroot/pythoncard/PythonCard/docs/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2820
Modified Files:
documentation.html
Log Message:
added migration guide link
Index: documentation.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/documentation.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** documentation.html 14 Aug 2004 21:51:40 -0000 1.22
--- documentation.html 25 Aug 2004 18:48:51 -0000 1.23
***************
*** 48,51 ****
--- 48,53 ----
<li><a href="framework/runtime_tools.html">Runtime Tools</a></li>
</ul>
+ <h2><a name="migration_guide"></a>Migration Guide</h2>
+ If you are upgrading from PythonCardPrototype 0.7.3.1 or earlier to 0.8, then you should check out the <a href="migration_guide.html">Migration Guide</a> and modify your code and resoources accordingly.
<h2><a name="other_articles">Other Articles</a></h2>
<p><a href="http://www.onlamp.com/pub/a/python/2002/07/18/pycrust.html">Building GUI Applications With PythonCard And PyCrust</a> by Patrick O'Brien</p>
|