From: Alex T. <ale...@us...> - 2005-12-17 14:56:57
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4895 Modified Files: index.html samples.html Log Message: Fix broken link to the samples screenshots (and typo). Index: samples.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/samples.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** samples.html 26 Jul 2004 15:35:31 -0000 1.12 --- samples.html 17 Dec 2005 14:56:49 -0000 1.13 *************** *** 25,29 **** captured on different machines using different color schemes. This shows that PythonCard which relies on wxPython/wxWindows is using native controls. There ! are some Linux screen shots will on the next samples page.</strong></p> <p>To download the framework and these applications go to the downloads section of the project site on <a href="http://sourceforge.net/projects/pythoncard/">Sourceforge</a></p> --- 25,29 ---- captured on different machines using different color schemes. This shows that PythonCard which relies on wxPython/wxWindows is using native controls. There ! are some Linux screen shots on the next samples page.</strong></p> <p>To download the framework and these applications go to the downloads section of the project site on <a href="http://sourceforge.net/projects/pythoncard/">Sourceforge</a></p> Index: index.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/index.html,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** index.html 18 Aug 2004 19:52:23 -0000 1.63 --- index.html 17 Dec 2005 14:56:48 -0000 1.64 *************** *** 44,48 **** <ul> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=19015">Download</a> the latest version of the package</li> ! <li>View some <a href="samples/samples.html">screenshots</a> of the sample applications</li> </ul> --- 44,48 ---- <ul> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=19015">Download</a> the latest version of the package</li> ! <li>View some <a href="samples.html">screenshots</a> of the sample applications</li> </ul> |