[Pydev-cvs] org.python.pydev.help/pydev.sf.net main.css,NONE,1.1 index.html,1.2,1.3
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-09-28 20:01:09
|
Update of /cvsroot/pydev/org.python.pydev.help/pydev.sf.net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31799/pydev.sf.net Modified Files: index.html Added Files: main.css Log Message: 0.6.1 sync up Index: index.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/pydev.sf.net/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 25 Jul 2004 13:52:42 -0000 1.2 --- index.html 28 Sep 2004 20:00:23 -0000 1.3 *************** *** 2,6 **** <head> <title>pydev - python development environment for Eclipse</title> ! <link rel="stylesheet" href="http://www.totic.org/main.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> --- 2,6 ---- <head> <title>pydev - python development environment for Eclipse</title> ! <link rel="stylesheet" href="main.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> *************** *** 13,17 **** <legend>About</legend> <p>Pydev is a project to create a complete python development environment for eclipse: syntax highlighting, ! outline view, code navigation, debugger integration. The current release is 0.5.3. Both editor and debugger require Java 1.4.x. and Eclipse 3.0. If you are running Eclipse 2.1.x, use 0.4.2. Pydev consists of 3 plugins:</p> <p><b><a href="snap.gif">Editor</a></b> (org.python.pydev): </p> <li>syntax highlighting --- 13,17 ---- <legend>About</legend> <p>Pydev is a project to create a complete python development environment for eclipse: syntax highlighting, ! outline view, code navigation, debugger integration. The current release is 0.6. Both editor and debugger require Java 1.4.x. and Eclipse 3.0. If you are running Eclipse 2.1.x, use 0.4.2. Pydev consists of 3 plugins:</p> <p><b><a href="snap.gif">Editor</a></b> (org.python.pydev): </p> <li>syntax highlighting *************** *** 23,26 **** --- 23,28 ---- <li> hyperlinks over functions//import statements</li> <li>code folding </li> + <li>refactoring (Bicycle Repair Man integration</li> + <li>code completion</li> <p><b><a href="images/debugger.gif">Debugger</a></b> (org.python.pydev.debug)</p> <li>breakpoints</li> *************** *** 34,38 **** You can download the releases from there, or from an Eclipse update site <a href="http://pydev.sf.net/updates/">http://pydev.sf.net/updates/</a>. Developer issues are discussed at <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=39082">pydev-code</a> mailing list. For support, try the <a href="http://sourceforge.net/forum/forum.php?forum_id=293649">users</a> bulletin board. I sometimes post tidbits about the development progress in the <a href="http://blogs.osafoundation.org/atotic/cat_work_log.html">weblog</a>. ! <p>Most of the pydev has been developed by Aleks Totic as a "getting to know Eclipse" project, with some wonderful help from Fabio "Foldin" Zadrozny. </fieldset> <fieldset> --- 36,43 ---- You can download the releases from there, or from an Eclipse update site <a href="http://pydev.sf.net/updates/">http://pydev.sf.net/updates/</a>. Developer issues are discussed at <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=39082">pydev-code</a> mailing list. For support, try the <a href="http://sourceforge.net/forum/forum.php?forum_id=293649">users</a> bulletin board. I sometimes post tidbits about the development progress in the <a href="http://blogs.osafoundation.org/atotic/cat_work_log.html">weblog</a>. ! <p>Pydev has been developed by Aleks Totic as a "getting to know Eclipse" project, with some wonderful help from Fabio "Foldin" Zadrozny.</p> ! <p>Mentions in the press:</p> ! <li><a href='http://www-106.ibm.com/developerworks/library/os-ecant/?ca=drs-tp2604'>Python development with Eclipse and Ant</a> ! <li><a href='http://conferences.oreillynet.com/presentations/os2004/moore_python.pdf'>Pydev at OsCon</a> </fieldset> <fieldset> *************** *** 58,61 **** --- 63,68 ---- <legend>Development notes</legend> <pre> + <i>These notes are from June of 2004. For more recent activity, check out + <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=39082">pydev-code</a> mailing list on sourceforge.</i> <b>History</b> In 2003, I was volunteering at OSAF. OSAF was developing Chandler in Python and wxWindows. *************** *** 142,145 **** --- 149,153 ---- </pre> </fieldset> + YeeeehaaaaaW! </body> </html> \ No newline at end of file --- NEW FILE: main.css --- body { font-family: "Times New Roman", Times, serif; font-size: medium; background-color: #FFFFE7; } p { line-height: normal; margin-top: 6px; margin-right: 0px; margin-bottom: 2px; margin-left: 0px} a { color: #003399} form { margin-top: 0px; margin-right: 0px; margin-bottom: 4px; margin-left: 0px} h1 { margin-bottom: 6px} h3 { margin-top: 10px; margin-bottom: 4px} h2 { margin-top: 10px; margin-bottom: 4px} .shadeofgray { color: #CCCCCC} fieldset { border: black 1pt solid; padding-left : 1em; padding-bottom : 4px; border-color : #CCCCCC; } legend { border: black 1pt solid; padding-left: 1em; padding-right: 1em; background-color: Blue; color : White; font-weight : bold; font-family : Arial, Helvetica, sans-serif; } |