[Idle-dev] CVS: website index.html,1.3,1.4 mission.html,1.1,1.2

Kurt B. Kaiser kbk at users.sourceforge.net
Thu Dec 18 20:00:01 EST 2003


Update of /cvsroot/idlefork/website
In directory sc8-pr-cvs1:/tmp/cvs-serv23847

Modified Files:
	index.html mission.html 
Log Message:
Updated web pages to reflect completion of project.
M index.html
M mission.html



Index: index.html
===================================================================
RCS file: /cvsroot/idlefork/website/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** index.html	11 Sep 2002 01:09:07 -0000	1.3
--- index.html	19 Dec 2003 00:59:59 -0000	1.4
***************
*** 21,39 ****
    The  IDLEfork  Project
    </h1>" just like IDLE, only crunchy "</center> 
  </td></tr><!-- end of title cell -->
- <!-- start of site menu cell -->
- <tr><td bgcolor="SlateGray"><center>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- Home
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="news.html">News</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="mission.html">Mission&nbsp;Statement</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="tasks.php">Current&nbsp;Tasks</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="developer.html">Developer&nbsp;Info</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;</center>
- </td></tr><!-- end of site menu cell -->
  </table><!-- end of title box table -->
  </td></tr><!-- end of page header cell -->
--- 21,27 ----
    The&nbsp;&nbsp;IDLEfork&nbsp;&nbsp;Project
    </h1>" just like IDLE, only crunchy "</center> 
+ <p>
+ &nbsp;
  </td></tr><!-- end of title cell -->
  </table><!-- end of title box table -->
  </td></tr><!-- end of page header cell -->
***************
*** 55,66 ****
  </TD></TR>
  <TR><TD>
! <a href="http://sourceforge.net/bugs/?group_id=9579">Bug Reports</a>
! </TD></TR>
! <TR><TD>
! <a href="http://sourceforge.net/patch/?group_id=9579">Submit Patches</a>
! </TD></TR>
  <TR><TD>
- <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/idlefork/">Browse CVS</a>
- </TD></TR>
  <TR><TD><!-- spacer -->
  &nbsp;
--- 43,48 ----
  </TD></TR>
  <TR><TD>
! <a href="mission.html">Mission</a>
  <TR><TD>
  <TR><TD><!-- spacer -->
  &nbsp;
***************
*** 75,81 ****
  <a href="http://mail.python.org/pipermail/idle-dev">Archives</a>
  </TD></TR>
- <TR><TD>
- <a href="mailto:idle-dev at python.org">Post</a>
- </TD></TR>
  <TR><TD><!-- spacer -->
  &nbsp;
--- 57,60 ----
***************
*** 124,155 ****
  <table width="100%" cellspacing="26" cellpadding="0" border="0">
  <tr><td valign="top" >
! <h2>Introduction</h2>
! The IDLEfork project is an official experimental development fork of 
  <a href="http://www.python.org">Python</a>'s
! small, light, 'bundled' integrated development environment, IDLE. Changes 
! to this version that are approved by Python's benevolent dictator
! for life (python's creator, Guido van Rossum) will go back into the stable distribution version.<p>
! The IDLEfork project is hosted by <a href="http://sourceforge.net">SourceForge</a> and its project page can be found at: <a href="http://sourceforge.net/projects/idlefork">http://sourceforge.net/projects/idlefork</a> .<p>
! <a href="http://www.python.org">Python</a> is an open source, general purpose, object oriented computer programming language. Python's power, flexibility, clarity, ease of use and ease of maintenance sees it currently being used by a large and rapidly increasing number of individuals, and organisations large and small, commercial and non-commercial, around the world. It is in use for open and closed source projects ranging in scope from trivial to immensely complex. Python code is automatically byte-compiled to run efficiently in its interpreter, without change on a wide variety of platforms.<p>
  <h2><br>How To Contribute</h2>
! Everyone interested in IDLE is invited to contribute to the IDLEfork by
! means of <b>discussion</b>, <b>bug reports</b> and coding nifty <b>patches</b>. If you want to contribute code to IDLEfork regularly, you can become a developer by mailing the project coordinator, <a href="mailto:kbk at users.sourceforge.net">Kurt&nbsp;B.&nbsp;Kaiser</a>. See the <a href="developer.html">Developer&nbsp;Info</a> page first.<br>&nbsp;
  <dl>
  <dt><b>Discussion</b>
  <dd><p>Discussion of development for IDLE is carried out on the 
! <a href="mailto:idle-dev at python.org">idle-dev&nbsp;mailing&nbsp;list&nbsp;
! &lt;idle-dev at python.org&gt;</a> at the 
  <a href="http://www.python.org">Python&nbsp;Language&nbsp;Website</a>. 
! Subscription information for idle-dev can be found at:
! <a href="http://www.python.org/mailman/listinfo/idle-dev">http://www.python.org/mailman/listinfo/idle-dev</a>. The archives of the idle-dev list can be perused at: <a href="http://mail.python.org/pipermail/idle-dev">http://mail.python.org/pipermail/idle-dev</a>.<p>
  <dt><b>Bug Reports</b>
! <dd><p>IDLEfork uses the Bug Tracking facility provided by SourceForge. It
! can be found at:
! <a href="http://sourceforge.net/bugs/?group_id=9579">http://sourceforge.net/bugs/?group_id=9579</a>.<p>
! <dt><b>
! <a NAME="patches" id="patches"></a>Patches</b>
! <dd><p>To submit patches, the Patch Manager at SourceForge is used. This can be found at:
! <a href="http://sourceforge.net/patch/?group_id=9579">http://sourceforge.net/patch/?group_id=9579</a>.
! </dl><p>
  </table><!-- end of text table -->
  </td><td width="40">&nbsp;</td><!-- text right margin spacer -->
--- 103,177 ----
  <table width="100%" cellspacing="26" cellpadding="0" border="0">
  <tr><td valign="top" >
! <h2>The IDLEfork project has been completed!</h2>
! <h2>NOTE: Python 2.3 users should use IDLE, not IDLEfork!</h2>
! <p>
! The IDLEfork project was an official experimental development fork of 
  <a href="http://www.python.org">Python</a>'s
! small, light, 'bundled' integrated development environment, IDLE. 
! <p>
! The objective was to develop a version of IDLE which had an execution
! environment which could be initialized prior to each run of user code.
! <p>
! The IDLEfork project was initiated by David Scherer, with some help from Peter
! Schneider-Kamp and Nicholas Riley.  David wrote the first version of the RPC
! code and designed a fast turn-around environment for VPython.  Guido van Rossum
! developed the RPC code and Remote Debugger currently integrated in IDLE.  Bruce
! Sherwood contributed considerable time testing and suggesting improvements.
! <p>
! Besides David and Guido, the main developers who have been active on IDLEfork
! are Stephen M. Gava, who implemented the configuration GUI, the new
! configuration system, and the About dialog, and Kurt B. Kaiser, who completed
! the integration of the RPC and remote debugger, implemented the threaded
! subprocess, and made a number of usability enhancements.
! <p>
! Other contributors include Raymond Hettinger, Tony Lownds (Mac integration),
! Neal Norwitz (code check and clean-up), and Chui Tey (RPC integration, debugger
! integration and persistent breakpoints).
! <p>
! Scott David Daniels, Hernan Foffani, Christos Georgiou, Martin v. L?wis,
! Jason Orendorff, Noam Raphael, Josh Robb, Nigel Rowe, and Bruce Sherwood have
! submitted useful patches.  Thanks, guys!
! <p>
! For additional details refer to NEWS.txt and Changelog.
! <p>
! On June 29, 2003 the IDLEfork code base (rev 0.9b1) was merged back into
! Python.  Its location in the Python source tree was moved from .../Tools/idle
! to .../Lib/idlelib, and the IDLEfork project went into bugfix mode.
! <p>
! <h2>Future Plans</h2>
! IDLEfork was targeted to Python 2.2 (>= 2.2.1).  When it was merged into
! Python, the subprocess main thread interrupt code became part of Python's
! thread module and IDLE once more was coded in pure Python.  However, that means
! that the version of IDLE in Python 2.3 will not work in Python 2.2.
! <p>
! To support Python 2.2 users, IDLEfork will be maintained in bugfix mode until
! the number of downloads shows that the users have moved on to Python 2.3.
! <p>
! It's also possible that beta versions of IDLE (for Python >= 2.3) may
! occasionally be posted on the IDLEfork download area.
! <p>
  <h2><br>How To Contribute</h2>
! Everyone interested in the future development of IDLE is invited to contribute
! by means of <b>discussion</b>, <b>bug reports</b> and <b>patches</b>.
  <dl>
  <dt><b>Discussion</b>
  <dd><p>Discussion of development for IDLE is carried out on the 
! <a href="mailto:idle-dev at python.org">idle-dev&nbsp;mailing&nbsp;list</a>
! at the 
  <a href="http://www.python.org">Python&nbsp;Language&nbsp;Website</a>. 
! Subscription information for idle-dev can be found
! <a href="http://www.python.org/mailman/listinfo/idle-dev">here.</a>
! The archives of the idle-dev list can be perused <a href="http://mail.python.org/pipermail/idle-dev">here.</a>
! <p>
  <dt><b>Bug Reports</b>
! <dd><p>IDLE uses the Python Bug Tracking facility provided by SourceForge. It
! can be found
! <a href="http://sourceforge.net/bugs/?group_id=5470">here.</a>
! <p>
! <dt><b>Patches</b>
! <dd><p>The Python Patch Tracer can be found
! <a href="http://sourceforge.net/patch/?group_id=9579">here.</a>.
! </dl>
! <p>
  </table><!-- end of text table -->
  </td><td width="40">&nbsp;</td><!-- text right margin spacer -->

Index: mission.html
===================================================================
RCS file: /cvsroot/idlefork/website/mission.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mission.html	24 Jul 2001 12:33:20 -0000	1.1
--- mission.html	19 Dec 2003 00:59:59 -0000	1.2
***************
*** 21,39 ****
    The&nbsp;&nbsp;IDLEfork&nbsp;&nbsp;Project&nbsp;&nbsp;&nbsp;&nbsp; --&nbsp;&nbsp;&nbsp; Mission&nbsp;Statement
    </h1></center> 
  </td></tr><!-- end of title cell -->
- <!-- start of site menu cell -->
- <tr><td bgcolor="SlateGray"><center>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="index.html">Home</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="news.html">News</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- Mission&nbsp;Statement
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="tasks.php">Current&nbsp;Tasks</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;
- <a href="developer.html">Developer&nbsp;Info</a>
-   &nbsp;&nbsp;&nbsp;&nbsp;</center>
- </td></tr><!-- end of site menu cell -->
  </table><!-- end of title box table -->
  </td></tr><!-- end of page header cell -->
--- 21,27 ----
    The&nbsp;&nbsp;IDLEfork&nbsp;&nbsp;Project&nbsp;&nbsp;&nbsp;&nbsp; --&nbsp;&nbsp;&nbsp; Mission&nbsp;Statement
    </h1></center> 
+ <p>
+ &nbsp;
  </td></tr><!-- end of title cell -->
  </table><!-- end of title box table -->
  </td></tr><!-- end of page header cell -->
***************
*** 54,66 ****
  <a href="http://sourceforge.net/project/showfiles.php?group_id=9579">Downloads</a>
  </TD></TR>
- <TR><TD>
- <a href="http://sourceforge.net/bugs/?group_id=9579">Bug Reports</a>
- </TD></TR>
- <TR><TD>
- <a href="http://sourceforge.net/patch/?group_id=9579">Submit Patches</a>
- </TD></TR>
- <TR><TD>
- <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/idlefork/">Browse CVS</a>
- </TD></TR>
  <TR><TD><!-- spacer -->
  &nbsp;
--- 42,45 ----
***************
*** 74,80 ****
  <TR><TD>
  <a href="http://mail.python.org/pipermail/idle-dev">Archives</a>
- </TD></TR>
- <TR><TD>
- <a href="mailto:idle-dev at python.org">Post</a>
  </TD></TR>
  <TR><TD><!-- spacer -->
--- 53,56 ----




More information about the IDLE-dev mailing list