[e-cvs] cvs commit: e/doc/download/images pedigree.gif pedigree.sdr

markm@eros.cs.jhu.edu markm@eros.cs.jhu.edu
Sun, 23 Dec 2001 16:43:23 -0500


markm       01/12/23 16:43:23

  Modified:    doc      Makefile index.html toc.txt
               doc/download index.html which.html
               doc/download/0-8-10 index.html unix-bin.html unix-src.html
                        windows-bin.html windows-src.html
               doc/download/0-8-10epsilon index.html
               doc/download/images pedigree.gif pedigree.sdr
  Removed:     doc/download/0-8-10 mac-bin.html mac-src.html
  Log:
  The 0.8.10 release pages

Revision  Changes    Path
1.42      +3 -3      e/doc/Makefile

Index: Makefile
===================================================================
RCS file: /cvs/e/doc/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Makefile	2001/11/07 03:10:08	1.41
+++ Makefile	2001/12/23 21:43:23	1.42
@@ -45,7 +45,7 @@
 _javadocs: 
 	-rm -rf javadoc
 	-rm $(TOP)/tarballs/javadoc.tar.gz
-	mkdir -p javadoc
+	mkdir javadoc
 	$(JAVADOC) \
 		-public \
 		-sourcepath $(TOP)/src/jsrc \
@@ -84,7 +84,7 @@
 _impldocs: 
 	-rm -rf impldoc
 	-rm $(TOP)/tarballs/impldoc.tar.gz
-	mkdir -p impldoc
+	mkdir impldoc
 	$(JAVADOC) \
 		-private \
 		-sourcepath $(TOP)/src/jsrc \
@@ -126,7 +126,7 @@
 	$(STLE) $(TOP)/src/esrc/scripts/fixdoc.e javadoc impldoc
 
 tarballs:
-	mkdir -p $(TOP)/tarballs
+	mkdir $(TOP)/tarballs
 	tar czf $(TOP)/tarballs/javadoc.tar.gz javadoc
 	tar czf $(TOP)/tarballs/impldoc.tar.gz impldoc
 



1.93      +11 -6     e/doc/index.html

Index: index.html
===================================================================
RCS file: /cvs/e/doc/index.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- index.html	2001/12/21 06:24:37	1.92
+++ index.html	2001/12/23 21:43:23	1.93
@@ -55,11 +55,11 @@
           </td>
         </tr>
         <tr valign="TOP"> 
-          <td><a href="download/0-8-10epsilon/index.html"><font size="+1"><b>Download</b></font> 
-            <b><i>E</i> 0.8.10epsilon1</b></a></td>
-          <td>After reading the <a href="download/licenses.html">licenses</a>, 
-            get your own copy of <i><b><font color="#009000">E</font></b></i>. 
-            (All licenses are Mozilla or Mozilla compatible open source licenses.)</td>
+          <td><a href="download/0-8-10/index.html"><font size="+1"><b>Download</b></font> 
+            <b><i>E</i> 0.8.10</b></a></td>
+          <td>Get your own copy of <i><b><font color="#009000">E</font></b></i>. 
+            (All <a href="download/licenses.html">licenses</a> are Mozilla or 
+            Mozilla compatible open source licenses.)</td>
         </tr>
         <tr valign="TOP"> 
           <td> 
@@ -101,8 +101,13 @@
           </td>
         </tr>
         <tr valign="TOP">
+          <td>Mac OS X support is finally here, in <a href="download/0-8-10/index.html">E 
+            0.8.10</a><i>!!</i></td>
+          <td>Many thanks to Chris Hibbert and Charles Evans!</td>
+        </tr>
+        <tr valign="TOP"> 
           <td>MarcS' eDesk debuts in <a href="download/0-8-10delta/index.html">0.8.10delta4</a> 
-            (Note that the current release is <a href="download/0-8-10epsilon/index.html">0.8.10epsilon1</a>)</td>
+          </td>
           <td>Conventional seeming gui desktop environment for installing and 
             running <i>caplets</i> in which authorization is intuitively bundled 
             in with conventional user designation actions.</td>



1.50      +7 -0      e/doc/toc.txt

Index: toc.txt
===================================================================
RCS file: /cvs/e/doc/toc.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- toc.txt	2001/12/21 06:24:37	1.49
+++ toc.txt	2001/12/23 21:43:23	1.50
@@ -125,6 +125,8 @@
             quasi-xml.html
             dispatchee.html
             lexical.html
+        # quasi/
+            # like-ellipses.html
         blocks/
             # overview.html
             controlIntro.html
@@ -297,6 +299,11 @@
             unix-bin.html
             unix-src.html
         0-8-10epsilon/
+            windows-bin.html
+            windows-src.html
+            unix-bin.html
+            unix-src.html
+        0-8-10/
             windows-bin.html
             windows-src.html
             unix-bin.html



1.39      +9 -2      e/doc/download/index.html

Index: index.html
===================================================================
RCS file: /cvs/e/doc/download/index.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- index.html	2001/12/21 06:24:37	1.38
+++ index.html	2001/12/23 21:43:23	1.39
@@ -66,10 +66,17 @@
           <td colspan="2"><a href="which.html">Which</a> version of <i><b><font color="#009000">E</font></b></i> 
             do you want?</td>
         </tr>
-        <tr>
+        <tr> 
           <td><code><b>--&gt;</b></code></td>
           <td>The current release of <b><i><font color="#009000">E</font></i></b> 
-            is <a href="0-8-10epsilon/index.html"><b>0.8.10epsilon1</b></a>, containing 
+            is <a href="0-8-10/index.html"><b>0.8.10</b></a>. This is the first 
+            release to support Mac OS X <i>!!</i><br>
+            Also, Term-tree quantifiers are <a href="../elang/quasi/like-ellipses.html">no 
+            longer restricted</a> to one level.</td>
+        </tr>
+        <tr> 
+          <td>&nbsp;</td>
+          <td><a href="0-8-10epsilon/index.html">0.8.10epsilon1</a>, contains 
             a full quasi-parser for Term trees, and an incomplete implementation 
             in which one level quantifiers work. </td>
         </tr>



1.43      +15 -8     e/doc/download/which.html

Index: which.html
===================================================================
RCS file: /cvs/e/doc/download/which.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- which.html	2001/12/21 06:24:37	1.42
+++ which.html	2001/12/23 21:43:23	1.43
@@ -52,22 +52,29 @@
         <tr> 
           <td> 
             <map name="navmap"> 
-              <area shape="rect" coords="80,276,181,306" href="0-8-10gamma/index.html">
-              <area shape="rect" coords="252,716,353,745" href="0-8-9-1/index.html">
-              <area shape="rect" coords="87,160,175,187" href="0-8-10delta/index.html">
-              <area shape="rect" coords="81,98,179,123" href="0-8-10epsilon/index.html">
-              <area shape="rect" coords="89,340,172,370" href="0-8-10beta/index.html">
+              <area shape="rect" coords="80,369,181,399" href="0-8-10gamma/index.html">
+              <area shape="rect" coords="211,856,312,885" href="0-8-9-1/index.html">
+              <area shape="rect" coords="87,239,175,266" href="0-8-10delta/index.html">
+              <area shape="rect" coords="81,174,179,199" href="0-8-10epsilon/index.html">
+              <area shape="rect" coords="105,98,155,128" href="0-8-10/index.html">
+              <area shape="rect" coords="89,430,172,460" href="0-8-10beta/index.html">
             </map>
-            <img src="images/pedigree.gif" border=0 usemap="#navmap" ismap width="420" height="939"></td>
+            <img src="images/pedigree.gif" border=0 usemap="#navmap" ismap width="381" height="1080"></td>
           <td> 
             <ul>
               <li> 
                 <p>The current release of <b><i><font color="#009000">E</font></i></b> 
-                  is <a href="0-8-10epsilon/index.html">0.8.10epsilon1</a>, containing 
+                  is <a href="0-8-10/index.html">0.8.10</a>. This is the first 
+                  release supported on Mac OS X. Also, Term-tree quantifiers are 
+                  <a href="../elang/quasi/like-ellipses.html">no longer restricted</a> 
+                  to one level.</p>
+              </li>
+              <li>
+                <p> <a href="0-8-10epsilon/index.html">0.8.10epsilon1</a>, contains 
                   a full quasi-parser for Term trees, and an incomplete implementation 
                   in which one level quantifiers work. </p>
               </li>
-              <li>
+              <li> 
                 <p><a href="0-8-10delta/index.html">0.8.10delta4</a> contains 
                   eDesk and Term trees.</p>
               </li>



1.2       +61 -36    e/doc/download/0-8-10/index.html

Index: index.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html	2001/12/23 05:12:28	1.1
+++ index.html	2001/12/23 21:43:23	1.2
@@ -61,7 +61,8 @@
       <hr>
       <h1><a name="platforms"></a>Download by Platforms &amp; Versions</h1>
       <p>Earlier versions of <font color="#009000"><em><b>E</b></em></font> have 
-        been tested and run on MSWindows (95, 98 FE, NT, 2K), and Linux. It <em>should</em> 
+        been tested and run on MSWindows (95, 98 FE, NT, 2K), Linux, and now Mac 
+        OS X (which I think is really a FreeBSD platform). It <em>should</em> 
         run on other UNIX platforms as well, given an adequate version of Java 
         and bash (see below). It should also run without problems on MSWindows 
         98 SE and on ME, but as far as we are aware, no one has tried this. If 
@@ -104,6 +105,7 @@
             <tr> 
               <th> 
                 <div align="center"><b> Unix &amp; Unix-like Platforms<br>
+                  <i>Now including Mac OS X!</i><br>
                   (tar.gz files)</b></div>
               </th>
               <td> 
@@ -115,38 +117,32 @@
                   <a href="E-src-0.8.10.tar.gz">Download E</a></div>
               </td>
             </tr>
-            <tr> 
-              <th>Mac OS X<br>
-              </th>
-              <td> 
-                <div align="center"><a href="mac-bin.html">Installing</a><br>
-                  <a href="E-nix-0.8.10.tar.gz"><b><font size="+1">Download E</font></b></a></div>
-              </td>
-              <td> 
-                <div align="center"><a href="mac-src.html">Building</a><br>
-                  <a href="E-src-0.8.10.tar.gz">Download E</a></div>
-              </td>
-            </tr>
           </table>
         </div>
       </div>
-      <p>&nbsp; </p>
+      <p>&nbsp;</p>
       <hr>
       <h1><a name="Highlights"></a>Highlights of this Version</h1>
       <p>As each of these issues are discussed in email or in the bug tracking 
         system, we will link the paragraphs below to the relevant roots.</p>
-      <h3>Quasi-Literal Term Trees with Quantifiers</h3>
-      <blockquote>
-        <p>'?', '+', and '*' are supposed to work in a regular expression like 
-          way, and are supposed to accumulate rank by nesting, to give the same 
-          properties as Scheme's &quot;...&quot;.</p>
-        <p>As of this release, these work in a naive purely greedy approximation 
-          of regular expressions, and are restricted to one level. '|', '&amp;', 
-          and grouping of a subsequence are not yet implemented. (Note: '&amp;' 
-          is supposed to work like RELAX-NG's &lt;interleave&gt; tag.)</p>
+      <h3>We now Support Mac OS X !</h3>
+      <blockquote> 
+        <p>This is the first release to build and run on Mac OS X. Many thanks 
+          to Chris Hibbert. This was also <i>much</i> less problematic than I 
+          would have expected, as Java-on-OS X sees a Unix system (with &quot;/' 
+          for file name separators, etc), rather than a Mac system (with &quot;:&quot;, 
+          etc). </p>
+      </blockquote>
+      <h3>Quasi-Literal Term Trees with Multi-level Quantifiers</h3>
+      <blockquote> 
+        <p>The previous (0.8.10epsilon) release of E imposed a restriction on 
+          the use of quantifier characters ('?', '+', and '*'), that they could 
+          only be used one level deep. As of this release, that restriction is 
+          removed. In order to remove this restriction in a clean and powerful 
+          way, we incorporate the power of Scheme's &quot;...&quot; notation, 
+          as explained <a href="../../elang/quasi/like-ellipses.html">here</a>.</p>
         <p><font color="#FF0000">*** Much more needs to be written on this topic.</font></p>
       </blockquote>
-
       <h1><a name="variants"></a>Variants and Subsets of E</h1>
       <p>A complete <font color="#009000"><em><b>E</b></em></font> system is persistent, 
         distributed, and capability-secure both within and between processes. 
@@ -322,38 +318,67 @@
                 1.3.x</a></div>
             </td>
           </tr>
+          <tr> 
+            <th>Mac OS X</th>
+            <td> 
+              <div align="center">already included</div>
+            </td>
+            <td> 
+              <div align="center">already included</div>
+            </td>
+          </tr>
         </table>
       </div>
-      <p>&nbsp;</p>
+      <h3><a name="bash"></a>Bash</h3>
+      <p>To build E requires a bash available as &quot;<code>/bin/bash</code>&quot;. 
+        If bash is unavailable for your platform, it seems to work better than 
+        it should to make a symbolic link from &quot;<code>/bin/bash</code>&quot; 
+        to &quot;<code>/bin/sh</code>&quot;. If you try this and run into problems, 
+        please report these problems.</p>
+      <p>To run the E driver script &quot;<code>e</code>&quot; requires a bash 
+        &gt;= 2.01 available as &quot;/bin/bash&quot;. The E driver script is 
+        required in order to be able to run E scripts (*.e files) directly as 
+        executables. To check your bash version, type</p>
+      <p> 
+      <blockquote> 
+        <pre>$ echo $BASH_VERSION</pre>
+      </blockquote>
+      <p>to your bash shell. A bash (2.05 as of this writing) for Mac OS X is 
+        available for <a href="http://www.apple.com/downloads/macosx/unix_apps_utilities/bashthegnubourneagainshell.html">download</a> 
+        from <a href="http://www.savagetranscendental.com/tip3.html">Savage Transcendental 
+        Studios</a>.</p>
       <h2>Build-Only Dependencies</h2>
       <p>If you are only installing <font color="#009000"><em><b>E</b></em></font> 
         from a binary distribution, or only rebuilding the Java portion for your 
         own use, you can ignore this section. However, if you wish to build an 
         <font color="#009000"><em><b>E</b></em></font> distribution from sources, 
         then you will need the equivalent of the following tools as well.</p>
-      <h3>The <a href="http://sources.redhat.com/cygwin/"><tt>Cygwin</tt></a> 
+      <h3><a name="cygwin"></a>The <a href="http://sources.redhat.com/cygwin/"><tt>Cygwin</tt></a> 
         Distribution</h3>
       <p>The <font color="#009000"><em><b>E</b></em></font> building process relies 
         on a number of UNIX tools. These are available for Windows from Cygnus 
         Support as the Cygwin package. If you wish to build <font color="#009000"><em><b>E</b></em></font> 
         on Windows, you should <a href="http://sources.redhat.com/cygwin/download.html">download</a> 
         and install a version &gt;= 1.0.</p>
-      <h3>BYacc/J (Berkeley Yacc for Java)</h3>
+      <h3><a name="byaccj"></a>BYacc/J (Berkeley Yacc for Java)</h3>
       <p>The E source distribution contains the executable binary program byaccj.exe 
         for Windows, and <code>byaccj</code> for Linux/386/glibc. These are actually 
         <a href="http://www.lincom-asg.com/%7Erjamison/byacc/">BYacc/Java</a> 
         from Bob Jamison and <a href="http://www.lincom-asg.com/%7Erjamison/byacc/ACKNOWLEDGEMEN">others</a>. 
         BYacc/Java is the Berkeley Yacc program extended with a &quot;-j&quot; 
         flag and others for producing Java output. BYacc/Java is covered by the 
-        Berkeley License. If you are on a Unix system other than glibc Linux, 
-        you need to download your own version of <code>byaccj</code> and overwrite 
-        the one in <code>src/bin/linux-386-glibc</code> that our Makefile is using.</p>
-      <p><i>Note: The website at the above link, http://www.lincom-asg.com/~rjamison/byacc/, 
-        seems to have disappeared. If you know where it may have gone to, or know 
-        how to contact Bob Jamison, please let <a href="mailto:webmaster@erights.org">me</a> 
-        know. In the meantime, starting with the 0.8.10 release, the sources 
-        to byaccj are bundled with the E sources, and byaccj is made as part of 
-        making E. </i></p>
+        Berkeley License. The sources to byaccj are bundled with the E sources, 
+        and byaccj is <i>optionally</i> made as part of making E. </p>
+      <p>BYacc/Java is only needed if you wish to remake the parsers as part of 
+        making E. Usually, this is only necessary of you wish to edit the *.y 
+        files in the source tree (<code>term.y</code> and <code>e.y</code>). Since 
+        BYacc/Java is a C program, it was causing porting headaches, and most 
+        people interested in rebuilding E won't need to rebuild the parsers anyway. 
+        So as of this release we added a switch: If you set the environment variable 
+        &quot;<code>MAKE_PARSERS</code>&quot; to &quot;<code>true</code>&quot; 
+        before running &quot;<code>make</code>&quot;, then make will try to build 
+        BYacc/Java on your system, and then use it to rebuild the parsers. Otherwise, 
+        it will just use the parsers included in the source tree.</p>
       <h3>Zip Files</h3>
       <p>Our build process packs up the <code>*.zip</code> files in the distribution 
         by using <a href="ftp://ftp.freesoftware.com/pub/infozip/">Info-Zip</a>'s 



1.2       +31 -20    e/doc/download/0-8-10/unix-bin.html

Index: unix-bin.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10/unix-bin.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unix-bin.html	2001/12/23 05:12:28	1.1
+++ unix-bin.html	2001/12/23 21:43:23	1.2
@@ -92,6 +92,13 @@
                 1.3.x</a></div>
             </td>
           </tr>
+          <tr> 
+            <th>Mac OS X</th>
+            <td> 
+              <div align="center">already included</div>
+            </td>
+            <td>already included</td>
+          </tr>
         </table>
       </div>
       <h1>Installing E</h1>
@@ -110,35 +117,40 @@
 </pre>
       </blockquote>
       <p></p>
-      <p>this means your version of bash is too old. You should upgrade. To check 
-        your bash version, type</p>
-      <p>
-        <blockquote>
-          <pre>$ echo $BASH_VERSION</pre>
-        </blockquote>
-      <p>to your bash shell. You'll need a bash &gt;= 2.01.</p>
-      <p>In the meantime, you can ignore the &quot;e&quot; driver script and invoke 
-        <code>java</code> yourself. Let's say you installed E in the directory 
-        &quot;<code>/ehome</code>&quot; and you want to run the &quot;<code>elmer.e</code>&quot; 
-        script:</p>
+      <p>this means your version of bash is too old. You should upgrade. See <a href="index.html#bash">Bash 
+        Dependencies</a>. </p>
+      <p></p>
+      <p>Let's say you installed E in the directory &quot;<code>/ehome</code>&quot; 
+        and you want to run the &quot;<code>elmer.e</code>&quot; script. If you 
+        cannot obtain an adequate bash for your platform, you can ignore the &quot;e&quot; 
+        driver script and invoke <code>java</code> yourself.</p>
       <p> 
       <blockquote> 
-        <pre>$ java -jar -De.home=/ehome /ehome/e.jar /ehome/scripts/elmer.e</pre>
+        <pre>$ java -jar -De.home=/ehome /ehome/e.jar /ehome/scripts/elmer.e <i>files...</i></pre>
       </blockquote>
-      <p></p>
-      <p>Once you have the appropriate version of bash, and if you put /ehome/scripts 
-        on your PATH, you'll instead be able to simply say</p>
-      <p> 
+      <p>If you do obtain an adequate version of bash, the &quot;e&quot; driver 
+        should work, and you should be able to say</p>
       <blockquote> 
-        <pre>$ elmer.e</pre>
+        <pre>$ e /ehome/scripts/elmer.e <i>files...</i></pre>
       </blockquote>
-      <p></p>
+      <p>If your system also has &quot;<code>/usr/bin/env</code>&quot; (as all 
+        modern *nix systems seem to these days) and you install a copy of the 
+        &quot;<code>e</code>&quot; driver on somewhere on your <code>PATH</code>, 
+        then you should be able to say</p>
+      <blockquote> 
+        <pre>$ /ehome/scipts/elmer.e <i>files...</i></pre>
+      </blockquote>
+      <p>And finally, if you put &quot;<code>/ehome/scripts</code>&quot; on your 
+        <code>PATH</code> (recommended), then you can simple say</p>
+      <blockquote> 
+        <pre>$ elmer.e <i>files..</i></pre>
+      </blockquote>
       <p>and get the same effect. Or, you can manually invoke E without any scripts 
         in order to get an E shell:</p>
       <div align="center"></div>
       <p> 
       <blockquote> 
-        <pre>$ java -jar -De.home=/ehome /ehome/e.jar
+        <pre>$ java -jar -De.home=/ehome /ehome/e.jar --interact
 ? <b>2 + 3</b>
 # value: 5
  
@@ -148,7 +160,6 @@
         by typing the Control-D character, as with many other Unix programs.</p>
       <p>You should now proceed to the <a href="../../elang/intro/index.html">E 
         Tutorial</a>.</p>
-      <h1>&nbsp;</h1>
       <!-- #EndEditable --></TD>
     <TD WIDTH="10%">&nbsp;</TD>
   </TR>



1.2       +13 -3     e/doc/download/0-8-10/unix-src.html

Index: unix-src.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10/unix-src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unix-src.html	2001/12/23 05:12:28	1.1
+++ unix-src.html	2001/12/23 21:43:23	1.2
@@ -35,7 +35,7 @@
               <tr> 
                 <td valign="top" align="right"><!-- #BeginEditable "PrevButton" --><a href="unix-bin.html"><img src="../../images/prev.gif" width="64" height="32" alt="Back to: E 0.8.10: Installing on Unixoids" border="0"></a><!-- #EndEditable --></td>
                 <td valign="bottom" align="left"><!-- #BeginEditable "FirstButton" --><!-- #EndEditable --></td>
-                <td valign="top" align="left"><!-- #BeginEditable "NextButton" --><a href="mac-bin.html"><img src="../../images/next.gif" width="64" height="32" alt="On to: E 0.8.10: Installing on Unixoids" border="0"></a><!-- #EndEditable --></td>
+                <td valign="top" align="left"><!-- #BeginEditable "NextButton" --><img src="../../images/next-gray.gif" width="64" height="32"><!-- #EndEditable --></td>
               </tr>
             </table>
           </TD>
@@ -80,13 +80,23 @@
                 1.3.x</a></div>
             </td>
           </tr>
+          <tr> 
+            <th>Mac OS X</th>
+            <td> 
+              <div align="center">already included</div>
+            </td>
+          </tr>
         </table>
       </div>
       <h1>Building E</h1>
-      <p>Unpack <a href="E-src-0.8.10.tar.gz">this</a> into a directory, cd 
-        into &quot;<code>e/src</code>&quot; and say &quot;<code>make</code>&quot;. 
+      <p>Unpack <a href="E-src-0.8.10.tar.gz">this</a> into a directory, cd into 
+        &quot;<code>e/src</code>&quot; and say &quot;<code>make</code>&quot;. 
         Then proceed to the <a href="unix-bin.html">installation instructions</a>, 
         treating <code>&lt;directory&gt;/export/dist</code> as the <code>EHOME</code>.</p>
+      <p>This will not remake the parsers. If you wish to do so, set the environment 
+        variable &quot;<code>MAKE_PARSERS</code>&quot; to &quot;<code>true</code>&quot; 
+        and before running <code>make</code>. If this doesn't work, see <a href="index.html#byaccj">BYacc/Java 
+        Dependencies</a>. </p>
       <!-- #EndEditable --></TD>
     <TD WIDTH="10%">&nbsp;</TD>
   </TR>



1.2       +6 -3      e/doc/download/0-8-10/windows-bin.html

Index: windows-bin.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10/windows-bin.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- windows-bin.html	2001/12/23 05:12:28	1.1
+++ windows-bin.html	2001/12/23 21:43:23	1.2
@@ -94,9 +94,9 @@
         such as &quot;<code>c:/Program Files/erights.org</code>&quot; and read 
         the <code>README.txt</code> file you'll find there. If you're feeling 
         lucky, try just double clicking on the <code>e.jar</code>.file. If this 
-        doesn't work, see the README.txt file for more information, or check this 
-        page again for more news. If you succeed, at the end of the install you 
-        should see a box like</p>
+        doesn't work, see the <code>README.txt</code> file for more information, 
+        or check this page again for more news. If you succeed, at the end of 
+        the install you should see a box like</p>
       <div align="center">
         <table border="2" cellpadding="4" bgcolor="#C0C0C0">
           <tr bgcolor="#3333FF"> 
@@ -124,6 +124,9 @@
         </code></b><code>(&quot;e&quot;)</code><b><code> </code></b> or the <code><b><img src="../../images/carrot.gif" width="32" height="32" align="middle"></b>(&quot;elmer</code><code>&quot;)</code> 
         shortcuts. See the <a href="../../elang/intro/index.html">E Tutorial</a> 
         to make progress from here.</p>
+      <p>If you wish to use E from a command line, the <a href="http://sources.redhat.com/cygwin/">Cygwin</a> 
+        command line is required. Download and install Cygwin and then procees 
+        to <a href="unix-bin.html">Installing on Unixoids</a>.</p>
       <!-- #EndEditable --></TD>
     <TD WIDTH="10%">&nbsp;</TD>
   </TR>



1.2       +4 -0      e/doc/download/0-8-10/windows-src.html

Index: windows-src.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10/windows-src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- windows-src.html	2001/12/23 05:12:28	1.1
+++ windows-src.html	2001/12/23 21:43:23	1.2
@@ -89,6 +89,10 @@
         In particular, some have had problems finding the wrong &quot;<code>make.exe</code>&quot; 
         and &quot;<code>find.exe</code>&quot;. Be sure the version of both of 
         these found on your PATH are the ones in &quot;<code>cygwin/bin</code>&quot;.</p>
+      <p>This will not remake the parsers. If you wish to do so, set the environment 
+        variable &quot;<code>MAKE_PARSERS</code>&quot; to &quot;<code>true</code>&quot; 
+        and before running <code>make</code>. If this doesn't work, see <a href="index.html#byaccj">BYacc/Java 
+        Dependencies</a>. </p>
       <h2><a name="ide"></a>Building in a Java IDE</h2>
       <p> <font color="#009000"><em><b>E</b></em></font> itself is a pure Java 
         program. If you don't need to rebuild the installation tools, you can 



1.2       +1 -1      e/doc/download/0-8-10epsilon/index.html

Index: index.html
===================================================================
RCS file: /cvs/e/doc/download/0-8-10epsilon/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html	2001/12/21 06:24:37	1.1
+++ index.html	2001/12/23 21:43:23	1.2
@@ -35,7 +35,7 @@
               <tr> 
                 <td valign="top" align="right"><!-- #BeginEditable "PrevButton" --><a href="../0-8-10delta/index.html"><img src="../../images/prev.gif" width="64" height="32" alt="Back to: E 0.8.10delta4 Download and Install E" border="0"></a><!-- #EndEditable --></td>
                 <td valign="bottom" align="left"><!-- #BeginEditable "FirstButton" --><a href="windows-bin.html"><img src="../../images/first.gif" width="32" height="64" alt="1st child: E 0.8.10epsilon1: Installing on Windows" border="0"></a><!-- #EndEditable --></td>
-                <td valign="top" align="left"><!-- #BeginEditable "NextButton" --><img src="../../images/next-gray.gif" width="64" height="32"><!-- #EndEditable --></td>
+                <td valign="top" align="left"><!-- #BeginEditable "NextButton" --><a href="../0-8-10/index.html"><img src="../../images/next.gif" width="64" height="32" alt="On to: E 0.8.10 Download and Install E" border="0"></a><!-- #EndEditable --></td>
               </tr>
             </table>
           </TD>



1.8       +62 -61    e/doc/download/images/pedigree.gif

Index: pedigree.gif
===================================================================
RCS file: /cvs/e/doc/download/images/pedigree.gif,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
Binary files /tmp/cvsuuRfw0 and /tmp/cvsIPcVGQ differ



1.8       +49 -57    e/doc/download/images/pedigree.sdr

Index: pedigree.sdr
===================================================================
RCS file: /cvs/e/doc/download/images/pedigree.sdr,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
Binary files /tmp/cvsz8TQ90 and /tmp/cvs0JhY5R differ