From: <fwi...@us...> - 2009-04-03 02:22:14
|
Revision: 6151 http://jython.svn.sourceforge.net/jython/?rev=6151&view=rev Author: fwierzbicki Date: 2009-04-03 01:41:38 +0000 (Fri, 03 Apr 2009) Log Message: ----------- Archive the old 2.1 website in prep for a new one. Added Paths: ----------- trunk/website/archive/ trunk/website/archive/21/ trunk/website/archive/21/.htaccess trunk/website/archive/21/Jython21.html trunk/website/archive/21/MacOS_Install.html trunk/website/archive/21/MacOS_Install2.html trunk/website/archive/21/MacOS_Install3.html trunk/website/archive/21/MacOS_Install4.html trunk/website/archive/21/MacOS_Install5.html trunk/website/archive/21/NEWS.html trunk/website/archive/21/accu04-scripting/ trunk/website/archive/21/accu04-scripting/accu04-scripting.tgz trunk/website/archive/21/accu04-scripting/doctest.html trunk/website/archive/21/accu04-scripting/doctest_out.html trunk/website/archive/21/accu04-scripting/glue.html trunk/website/archive/21/accu04-scripting/ijyside.html trunk/website/archive/21/accu04-scripting/import.html trunk/website/archive/21/accu04-scripting/index.html trunk/website/archive/21/accu04-scripting/intro0.html trunk/website/archive/21/accu04-scripting/intro1.html trunk/website/archive/21/accu04-scripting/intro2.html trunk/website/archive/21/accu04-scripting/jython-new-small.gif trunk/website/archive/21/accu04-scripting/pinterp1.html trunk/website/archive/21/accu04-scripting/search_snpt.html trunk/website/archive/21/accu04-scripting/talk.css trunk/website/archive/21/accu04-scripting/tasks_snpt.html trunk/website/archive/21/applets/ trunk/website/archive/21/applets/JythonLoader.class trunk/website/archive/21/applets/JythonLoader.java trunk/website/archive/21/applets/appletdemo.cab trunk/website/archive/21/applets/appletdemo.jar trunk/website/archive/21/applets/button.html trunk/website/archive/21/applets/checkbox.html trunk/website/archive/21/applets/choice.html trunk/website/archive/21/applets/converter.html trunk/website/archive/21/applets/coordinates.html trunk/website/archive/21/applets/index.html trunk/website/archive/21/applets/issues.html trunk/website/archive/21/applets/label.html trunk/website/archive/21/applets/list.html trunk/website/archive/21/applets/problems.html trunk/website/archive/21/css/ trunk/website/archive/21/css/.profile.css.swp trunk/website/archive/21/css/PythonPoweredSmall.gif trunk/website/archive/21/css/basic.css trunk/website/archive/21/css/html4css1.css trunk/website/archive/21/css/jython.png trunk/website/archive/21/css/moin-www.png trunk/website/archive/21/css/pngfix.js trunk/website/archive/21/css/print.css trunk/website/archive/21/css/profile.css trunk/website/archive/21/css/screen.css trunk/website/archive/21/docs/ trunk/website/archive/21/docs/compile.html trunk/website/archive/21/docs/differences.html trunk/website/archive/21/docs/embedding.html trunk/website/archive/21/docs/index.html trunk/website/archive/21/docs/interpreter.html trunk/website/archive/21/docs/jarray.html trunk/website/archive/21/docs/jreload.html trunk/website/archive/21/docs/jythonc.html trunk/website/archive/21/docs/properties.html trunk/website/archive/21/docs/registry.html trunk/website/archive/21/docs/subclassing.html trunk/website/archive/21/docs/usejava.html trunk/website/archive/21/docs/whatis.html trunk/website/archive/21/docs/zxjdbc.html trunk/website/archive/21/download.html trunk/website/archive/21/graphics/ trunk/website/archive/21/graphics/powered03.gif trunk/website/archive/21/graphics/sample01.html trunk/website/archive/21/graphics/sample03.html trunk/website/archive/21/graphics/sample04.html trunk/website/archive/21/graphics/small01.jpg trunk/website/archive/21/graphics/small02.gif trunk/website/archive/21/graphics/small03.gif trunk/website/archive/21/graphics/small04.gif trunk/website/archive/21/graphics.html trunk/website/archive/21/images/ trunk/website/archive/21/images/Jython4JavaProgrammers.jpg trunk/website/archive/21/images/JythonEss.jpg trunk/website/archive/21/images/PythonPoweredSmall.gif trunk/website/archive/21/images/ineclipse2.png trunk/website/archive/21/images/jython-new-small.gif trunk/website/archive/21/index.html trunk/website/archive/21/install.html trunk/website/archive/21/jpython-talk-1.ppt trunk/website/archive/21/left.nav trunk/website/archive/21/license.html trunk/website/archive/21/mac/ trunk/website/archive/21/mac/Jython_MacOS_Install.html trunk/website/archive/21/mac/j_get_work1.gif trunk/website/archive/21/mac/jbindery_1.gif trunk/website/archive/21/mac/jython_console.gif trunk/website/archive/21/mac/jython_dest.gif trunk/website/archive/21/mac/jython_get.gif trunk/website/archive/21/mac/jython_get_2.gif trunk/website/archive/21/mac/jython_get_3.gif trunk/website/archive/21/mac/jython_install_1.gif trunk/website/archive/21/mac/jython_install_2.gif trunk/website/archive/21/mac/jython_install_3.gif trunk/website/archive/21/mac/jython_klick1.gif trunk/website/archive/21/mac/jython_klick_2.gif trunk/website/archive/21/mac/jython_klick_3.gif trunk/website/archive/21/mac/jython_run_1.gif trunk/website/archive/21/mac/mrj_jbindery.gif trunk/website/archive/21/mac/mrj_sdk_2_2.gif trunk/website/archive/21/platform.html trunk/website/archive/21/users.html Added: trunk/website/archive/21/.htaccess =================================================================== --- trunk/website/archive/21/.htaccess (rev 0) +++ trunk/website/archive/21/.htaccess 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,9 @@ +<IfModule mod_rewrite.c> + RewriteEngine On + RewriteRule ^bugs/?$ http://bugs.jython.org/ + RewriteRule ^bugs/(.+)$ http://bugs.jython.org/issue$1 + RewriteRule ^patches/?$ http://bugs.jython.org/ + RewriteRule ^patches/(.+)$ http://bugs.jython.org/issue$1 + RewriteRule ^buildbot$ http://jython.achievewith.us/buildbot/ + RewriteRule ^buildbot(.*)$ http://jython.achievewith.us/buildbot$1 +</IfModule> Added: trunk/website/archive/21/Jython21.html =================================================================== --- trunk/website/archive/21/Jython21.html (rev 0) +++ trunk/website/archive/21/Jython21.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,448 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Wed Mar 16 10:38:58 2005 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: Jython Home Page + +--> + +<head> +<title>Jython Home Page</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<p>Welcome to the Jython homepage. Jython is an implementation of +the high-level, dynamic, object-oriented language +<a href="http://www.python.org/">Python</a> written in +100% Pure Java, and seamlessly integrated with +the <a href="http://www.javasoft.com">Java</a> platform. It thus +allows you to run Python on any Java platform. + +<ul> +<li>What is <A HREF="docs/whatis.html">Jython</A>? +<li>Jython <a href="http://wiki.python.org/jython/">WIKI</a>. +<li><A HREF="download.html">Download</a> the latest version. +<li><A HREF="docs/index.html">Documentation</A> +<li>The Jython <A HREF="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</A>. +<li>Brian Zimmer's <a href="http://www.ziclix.com/bzimmer/">Jython development blog</a></li> +<li><a href="https://coyote.dev.java.net/">Jython support in NetBeans</a></li> + +</ul> + + <dd><i><blockquote> + Jython, lest you do not know of it, is the most compelling weapon the Java platform has for its survival into the 21st century:-) + <br>— <cite><a href="http://seanmcgrath.blogspot.com/2003_07_27_seanmcgrath_archive.html#105971971904416520">Sean McGrath, CTO, Propylon</a></cite> + </blockquote></i> + +<h3><font size=+1 color="#666699">Jython News</font></h3> + +<dl> +<p><dt><b>16th March 2005</b></dt></p> +<li>Jython support in <a href="http://www.netbeans.org">NetBeans</a> has been announced as part of a more general dynamic languages support initiative for NetBeans called <a href="https://coyote.dev.java.net/">Coyote</a>. See blog entries by <a href="http://www.tbray.org/ongoing/When/200x/2005/03/15/Coyote">Tim Bray</a> and <a href="http://blogs.sun.com/roller/page/webmink/20050315#doing_java_without_java">Simon Phipps</a> of Sun Microsystems. +</li> +</dl> + + + +<dl> +<p><dt><b>14th February 2005</b></dt></p> +<li>The Jython <a href="http://wiki.python.org/jython/">WIKI</a> +is up and running. Thanks to <a +href="http://www.dehora.net/journal/">Bill de h\xD3ra</a> who did much of +the running to get this set up.</li> +</dl> + +<dl> +<p><dt><b>24th January 2005</b></dt></p> +<li>Brian Zimmer has started a Jython development blog : <a href="http://www.ziclix.com/bzimmer/">http://www.ziclix.com/bzimmer/</a></li> + +</dl> + +<dl> +<p><dt><b>14 January 2005</b></dt></p> + +<p>The PSF recently published its <a +href="http://www.python.org/psf/grants/">list of projects</a> to +recieve grant funding. Brian Zimmer will manage the project <a +href="http://www.python.org/psf/grants/Jython_PSF_Grant_Proposal.pdf">Moving +Jython Forward</a>. + +<p>A new article on <a +href="http://www.devx.com/Java/Article/26602">writing Eclipse JUnit +tests in Jython</a></p> + +<p>Random Jython Spotlight: <a +<a href="http://staf.sourceforge.net/index.php">STAF (Software Testing Automation Framework)</a> uses Jython for its execution engine <a href="http://staf.sourceforge.net/index.php#STAXOverview">STAX</a> (Added to <a href="users.html">Jython users page</a>. +</dl> + +<dl> +<p><dt><b>21 December 2004</b></dt></p> + +<p><a href="http://sulu.sourceforge.net/">Sulu</a> added to <a href="users.html">Jython Users Page</a>. +<p><a href="http://www.jedit.org/">jEdit</a> added to <a href="users.html">Jython Users Page</a>. + + +<p><dt><b>20 December 2004</b></dt></p> + +<p><a +href="http://www.tbray.org/ongoing/When/200x/2004/12/19/NB4-plus">Tim +Bray</a> announces an upcoming <a +href="http://www.java.net">java.net</a> project to add +dynamic-language infrastructure, including Jython, to the <a +href="http://www.netbeans.org/">NetBeans</a> IDE. + +<p><dt><b>19 December 2004</b></dt></p> + +<p>Samuele Pedroni, Guido van Rossum and Sean McGrath represent the +Python community at a dynamic languages <a +href="http://www.tbray.org/ongoing/When/200x/2004/12/08/DynamicJava">summit</a>. +Hosted by <a href="http://www.tbray.org/ongoing/">Tim Bray</a> of Sun.</p> + +<p><a href="users.html">Who uses Jython?</a> page updated.</p> + +<p>Random Jython Spotlight: <a +href="http://www.smallshire.org.uk/jython3d.htm">Jython3D</a> +combining Jython and Java3D. + +<p><dt><b>25 October 2004: website revamp announced</b></dt></p> + +<p>Over the next short while, the Jython website will be +revamped. Suggestions for the revamp welcome. Send suggestions to the +Jython developer mailing list.</p> + +<p><dt><b>25 October 2004: Progress on new-style classes +implementation</b></dt></p> + +<p> +Samuele Pedroni is making strong progress in the end-to-end +modifications required to the Jython code-base in order to support +new-style classes. The implementation of new style classes in Jython +is a key moment on the road to compatibility with CPython 2.3 and +beyond. + +Samuele plans to make an initial check-in of the branch on or around +<b>15 November 2004</b>. Stay tuned for further updates. + +For more details about the state of play, see the jython-dev archive <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=5754593&forum_id=5587">here</a> and <a href="http://sourceforge.net/mailarchive/message.php?msg_id=9838528">here</a> + +<p><dt><b>25 October 2004: Jython tutorial</b></dt></p> + +<p> +Barry Feigenbaum has written a substantial two part Jython tutorial on +using Jython. The tutorial consists of two PDF files: <a +href="j-jython1-ltr.pdf">Part 1</a> (82 pages) and <a +href="j-jython2-ltr.pdf">Part 2</a> (100 pages). First published by IBM developerWorks at <a +href="http://www.ibm.com/developerWorks/">http://www.ibm.com/developerWorks/</a>. +</p> + + <p><dt><b>April 2004: Newstyle branch work.</b> + <dd> Work is undergoing since the beginning of the year to implement new-style classes + features (the biggest quantum-leap post 2.1 missing feature for a new release) on the newstyle-branch in the CVS (see e.g. <a href="http://cvs.sourceforge.net/viewcvs.py/jython/jython/org/python/core/Attic/PyType.java?only_with_tag=newstyle-branch">this check-in</a>). <b> There will be a new alpha release when this branch will be merged to the trunk. We expect then a new release for the summer, with 2.2 and some 2.3 features. Leading up to the release this site will be revamped.</b> + + <p><dt><b>31 July 2003 : Jython 2.2 alpha 0 available</b> + + <dd>Experimental, unstable release of Jython now available. This is an + alpha release, in that it is not feature complete for a Jython 2.2 + release, and there are significant known issues. + <p> + This is a snapshot that contains a mixture of Python 2.1 and 2.2 + features. Use this release at your own risk. + <p> + There has been no validation of which parts of the Python + library are functional with this relase. Expect pickle and + related modules to be broken, probably others as well. + <p> + <a href="jython22a0.zip">jython22a0.zip</a>| + <a href="README.txt">readme.txt<br></a> + +</dl> +<hr> +<dl> + <p><b>Older news items from the Jython project</b></p> + + <p><dt><b>Work in progress</b> + <dd>Something from history: + <ul><li> Python 1.5.2 was realeased on 14 Apr 1999. + <li> Python 2.0 was released on 20 Oct 2000.</ul> + + Indeed 2.1 (corresponding feature-wise to CPython 2.1) is becoming our 1.5.2, + it is not perfect but quite stable and can be used for real work, and is also + documented in print: + <ul> + <li><i><a href="http://www.oreilly.com/catalog/jythoness/"> + Jython Essentials</a></i> by Samuele Pedroni, Noel Rappin, + <a href="http://www.oreilly.com/">O'Reilly</a> + <img border="0" align="middle"src="./images/JythonEss.jpg" + alt="Jython Essentials cover" > + <li><i>Jython for Java Programmers</i> by Robert W. Bill, + <a href="http://www.newriders.com/">New Riders</a>. + <img border="0" align="middle"src="./images/Jython4JavaProgrammers.jpg" + alt="Jython for Java Programmers cover" > + </ul> + + Last year we have been working toward a new release with CPython 2.2/2.3 + features, and we are working on it. <br> + + Development peekholes: + <ul> + <li><a href="http://sf.net/projects/jython/">Jython on SourceForge</a> + <li><a href="http://sf.net/cvs/?group_id=12867">Jython CVS</a> + <li><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=5588">Jython checkins maillist</a> + </ul> (jan 2003). + + <p><dt><b>Jython 2.1 released!</b> + <dd>Download the latest stable relase of Jython + <a href="download.html">here</a> and + <a href="NEWS.html">read a summary</a> of recent changes.<br> + (31-dec-2001). + + <p><dt><b>New website layout.</b> + <dd>New colors and an jython icon created by Ivan Kougaenko. (15-jan-2001). + + <p><dt><b>Step by step installation instruction for MacOS.</b> + <dd>L. Humbert has contributed a <a href="MacOS_Install.html">guide</a> + for installation and setup of Jython on MacOS. (27-dec-2000). + + <p><dt><b>Jython project announced</b> + <dd>The Jython project have been created on sourceforge. Read the + <a href="http://www.python.org/pipermail/jpython-interest/2000-October/003998.html"> + announcement</a> (19-oct-2000). +</dl> + + +<h3><font size=+1 color="#666699">Jython In the press</font></h3> + +<dl> + <p><dt><b>10-jun-2003</b> + <dd><a href="http://today.java.net/pub/a/today/2003/06/10/jython.html">Scripting with Jython Instead of XML</a>, + Jonathan Simon on <a href="http://java.net/">java.net</a> + + <p><dt><b>6-may-2003</b> + <dd>Uche Ogbuij in IBM developerWorks + <a href="http://www-106.ibm.com/developerworks/java/library/j-jython.html">Charming Jython</a> + + <p><dt><b>11-apr-2002</b> + <dd>Noel Rappin has written another + <a href="http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html"> + article</a> with jython tips for python programmers. + + <p><dt><b>2-apr-2002</b> + <dd>Our second Jython book called + <i><a href="http://www.oreilly.com/catalog/jythoness/"> + Jython Essentials</a></i> was written by By Noel Rappin and + Samuele Pedroni and published by <a href="http://www.oreilly.com/"> + O'Reilly</a>. + + <p><dt><b>28-mar-2002</b> + <dd>Noel Rappin has written an + <a href="http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html"> + article</a> on how to script java with Jython. + + <p><dt><b>15-jan-2002</b> + <dd>The very first Jython book called + <i><a href="http://www.newriders.com/books/title.cfm?isbn=0735711119"> + Jython for Java Programmers</a></i> was written by Robert W. Bill + and published by <a href="http://www.newriders.com/">New Riders</a>. + + <p><dt><b>8-apr-2001</b> + <dd>Ross Lonstein has written an + <a href="http://www.agoron.com/~lonstein/articles/jython-bsf.html">article</a> + on how Jython can be integrated with + <a href="http://oss.software.ibm.com/developerworks/projects/bsf">BSF</a>. + + <p><dt><b>12-mar-2001</b> + <dd>Weiqi Gao <a href="http://www.ociweb.com/jnb/archive/jnbMar2001.html">shows</a> + scripting examples using Jython and Rhino (javascript). + + <p><dt><b>18-dec-2000</b> + <dd>Jon Udell + <a href="http://www.byte.com/documents/s=505/BYT20001214S0006/">talks</a> + about using the JVM to implement other languages, among them JPython. + + <p><dt><b>8-dec-2000</b> + <dd>Bruce Eckel has release a new revision of his + <a href="http://www.mindview.net/Books/TIPatterns/"> + Thinking in Patterns with Java</a> book and chapter 9 has been updated to + cover Jython. + + <p><dt><b>5-dec-2000</b> + <dd>David Mertz has written an + <a href="http://gnosis.cx/publish/programming/charming_python_10.txt">interview</a> + with some of the jython developers + + <p><dt><b>8-nov-2000</b> + <dd>JPython is mentioned in an + <a href="http://www.javasoft.com/features/2000/11/dotnetvsms.html?frontpage-banner"> + article</a> that compares the Java platform with MicroSoft's .NET + + +</dl> + +<font size=-1> last updated 20-jun-2003 </font> + + + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/MacOS_Install.html =================================================================== --- trunk/website/archive/21/MacOS_Install.html (rev 0) +++ trunk/website/archive/21/MacOS_Install.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,193 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:24 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: How to install Jython on Macintosh + +--> + +<head> +<title>How to install Jython on Macintosh</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<h3>How to install Jython on Macintosh</h3> + +<ul> +<li>Install the java development kit: <a + href="ftp://ftp.apple.com/developer/Development_Kits/MRJ_SDK_2.2_Install.sit.bin"> + ftp://ftp.apple.com/developer/Development_Kits/MRJ_SDK_2.2_Install.sit.bin</a>. + <br>It is from <a href="http://developer.apple.com/java/download.html"> + http://developer.apple.com/java/download.html</a>. + <br>Don't choose MRJ 2.2.3, because it has does not have _batteries included_. +<li>The Jython installer: <a href="http://www.jython.org/download.html">http://www.jython.org/download.html</a> +<li><a href="MacOS_Install2.html">Start the the jython installer</a>. +<li><a href="MacOS_Install3.html">Running the jython installer</a>. +<li><a href="MacOS_Install4.html">Create binding for jython.jar</a>. +<li><a href="MacOS_Install5.html">Run the jython interpreter</a>. +<ul> + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/MacOS_Install2.html =================================================================== --- trunk/website/archive/21/MacOS_Install2.html (rev 0) +++ trunk/website/archive/21/MacOS_Install2.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,203 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:25 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: Start the the jython installer + +--> + +<head> +<title>Start the the jython installer</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<h3>Start the the jython installer</h3> + +<a href="MacOS_Install.html">Previous</a> <a href="MacOS_Install3.html">Next</a> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Install +</td></tr></table><p> + +<img SRC="mac/mrj_SDK_2_2.gif" height=509 width=816> + +<img SRC="mac/mrj_JBindery.gif" BORDER=0 height=477 width=831> + + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Drag and drop the jython installer class on the JBindery Icon: +</td></tr></table><p> + +<img SRC="mac/JBindery_1.gif" BORDER=0 height=506 width=912> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Choose Run +</td></tr></table><p> + +<a href="MacOS_Install.html">Previous</a> <a href="MacOS_Install3.html">Next</a> + + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/MacOS_Install3.html =================================================================== --- trunk/website/archive/21/MacOS_Install3.html (rev 0) +++ trunk/website/archive/21/MacOS_Install3.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,207 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:25 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: Running the jython installer + +--> + +<head> +<title>Running the jython installer</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<h3>Running the jython installer</h3> + +<a href="MacOS_Install2.html">Previous</a> <a href="MacOS_Install4.html">Next</a> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Now the install process should start: +</td></tr></table><p> + + +<img SRC="mac/Jython_Install_1.gif" height=737 width=936> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + At the first step you have to choose, which pakets will be installed +</td></tr></table><p> + +<img SRC="mac/Jython_Install_2.gif" height=465 width=750> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + The System is going to be inspected +</td></tr></table><p> + +<img SRC="mac/Jython_Install_3.gif" height=463 width=747> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + The install process is running +</td></tr></table><p> + +<a href="MacOS_Install2.html">Previous</a> <a href="MacOS_Install4.html">Next</a> + + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/MacOS_Install4.html =================================================================== --- trunk/website/archive/21/MacOS_Install4.html (rev 0) +++ trunk/website/archive/21/MacOS_Install4.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,219 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:25 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: Create binding for jython.jar + +--> + +<head> +<title>Create binding for jython.jar</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<h3>Create binding for jython.jar</h3> + +<a href="MacOS_Install3.html">Previous</a> <a href="MacOS_Install5.html">Next</a> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + After installing, you'll find some new created folders +</td></tr></table><p> + +<img SRC="mac/Jython_dest.gif" height=388 width=639> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Next, the jython.jar - file has to be used to be started. + <p>Here you have to put some data into JBindery: + <br>at first the class name has to be choosen: + <br><strong>org.python.util.jython</strong> +</td></tr></table><p> + +<img SRC="mac/Jython_Klick1.gif" height=382 width=625> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Then the classpath has to be adjusted, so it includes the jython.jar + (I added the Lib-Folder to), you may put any elements you need on this + List. +</td></tr></table><p> + +<img SRC="mac/Jython_klick_2.gif" height=360 width=497> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + Properties have to be set: this is the location, where your Jython-Home + is located. +</td></tr></table><p> + + +<img SRC="mac/Jython_Klick_3.gif" height=357 width=499> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + After all this little steps, <strong>Save Settings</strong> + and then <strong>Run</strong> +</td></tr></table><p> + +<a href="MacOS_Install3.html">Previous</a> <a href="MacOS_Install5.html">Next</a> + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/MacOS_Install5.html =================================================================== --- trunk/website/archive/21/MacOS_Install5.html (rev 0) +++ trunk/website/archive/21/MacOS_Install5.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,194 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:25 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: Run the jython interpreter + +--> + +<head> +<title>Run the jython interpreter</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Exits +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/">Python Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/psf">PSF</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.javasoft.com">Java Language</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Contact +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://lists.sourceforge.net/lists/listinfo/jython-users">Questions on Jython?<br>jython-users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.python.org/"> +<center> + <img border="0" src="./images/PythonPoweredSmall.gif"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/"> +<center> + <img src="http://sourceforge.net/sflogo.php?group_id=12867" width="88" height="31" border="0" alt="SourceForge Logo"></center> +</a> +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> + +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:jyt...@li...">webmaster</a> +</td></tr> +</table><!-- end of sidebar table --> + +</td> +<td width="15"> </td><!--spacer--> +<!-- end of sidebar cell --> +<!-- start of body cell --> +<td valign="top" width="90%" class="body"><br> +<h3>Run the jython interpreter</h3> + +<a href="MacOS_Install4.html">Previous</a> + +<p> + +<img SRC="mac/Jython_RUN_1.gif" height=254 width=928> + +<p><table bgcolor="#dddddd" width=100%><tr><td> + The jar-Files are (the first time you start it up) processed, and + the Jython-Interpreter is started: +</td></tr></table><p> + +<img SRC="mac/Jython_Console.gif" height=169 width=793> + +<a href="MacOS_Install4.html">Previous</a> + +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Added: trunk/website/archive/21/NEWS.html =================================================================== --- trunk/website/archive/21/NEWS.html (rev 0) +++ trunk/website/archive/21/NEWS.html 2009-04-03 01:41:38 UTC (rev 6151) @@ -0,0 +1,607 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<!-- Sat Aug 02 15:23:25 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> +<!-- User-specified headers: +Title: NEWS.ht + +--> + +<head> +<title>NEWS.ht</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#00000" + alink="#ff0000"> +<!-- start of page table --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> +<!-- start of banner row --> +<tr> +<!-- start of corner cells --> +<td width="150" valign="middle" bgcolor="#cccccc" class="corner"> + +<center> + <a href="./"> + <img border="0" src="./images/jython-new-small.gif"></a></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> +<!-- end of corner cells --> +<!-- start of banner --> +<td width="90%" bgcolor="#cccccc" class="banner"> +<!-- start of site links table --> +<table width="100%" border="0" +cellspacing="0" cellpadding="2" + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> +<a href="./">Home</a> + </td> + <td bgcolor="#cccccc"> +<a href="http://www.python.org/">www.python.org</a> + </td> +</tr><tr> + <td bgcolor="#cccccc"> +<a href="./download.html">Download</a> + </td> + <td bgcolor="#cccccc"> +<a href="./docs/index.html">Documentation</a> + </td> +</tr> +</table><!-- end of site links table --> + +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> +<!-- start of sidebar cells --> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> +<!-- start of sidebar table --> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Home +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="./index.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="license.html">License</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/project/showfiles.php?group_id=12867&release_id=21045">Jython 2.0</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Jython 2.1</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installing</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="platform.html">JVM Compatibility</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Resources +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="applets/index.html">Applet Demos</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/mail/?group_id=12867">Mailling Lists (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://sourceforge.net/bugs/?group_id=12867">Bugs (exit)</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="users.html">Jython Users</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#666699"><b><font color="#ffffff"> +Doc Quick Links +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/whatis.html">What is Jython</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="docs/index.html">All Documentation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jython.org/cgi-bin/faqw.py?req=index">FAQ</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="http://www.jpython.org/jpython-talk-1.ppt">JimH's Slides</a> +</td></tr> +<tr... [truncated message content] |