Changeset 361
- Timestamp:
- 09/15/08 11:28:35 (4 months ago)
- Files:
-
- update-site/cusp_update/index.html (modified) (6 diffs)
- update-site/cusp_update/site.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
update-site/cusp_update/index.html
r246 r361 28 28 <table class="bodyTable"> 29 29 <tr class="a"><th>feature</th><th>version</th></tr> 30 <tr class="a"><td>cusp</td><td>0.9.360 (tested with sbcl 1.0.19)</td></tr> 30 31 <tr class="a"><td>cusp</td><td>0.9.245 (tested with sbcl 1.0.13-19)</td></tr> 31 32 <tr class="a"><td>cusp</td><td>0.9.218 (tested with sbcl 1.0.13-15)</td></tr> 32 33 <tr class="a"><th>subfeature (optional)</th><th>version</th></tr> 34 <tr class="a"><td>libraries</td><td>1.1.0</td></tr> 33 35 <tr class="a"><td>libraries</td><td>1.0.0</td></tr> 34 36 </table> … … 36 38 <div class="section"><a name="Manual"></a><h1>Manual Installation</h1> 37 39 <p>1. Download most recent zip file from <a href="http://www.sergeykolos.com/cusp/archive">archive folder</a></p> 38 <p>2. Extract contents of the archive into your eclipe directory.</p>40 <p>2. Extract contents of the archive into your Eclipse directory.</p> 39 41 </div> 40 42 <div class="section"><a name="Usage"></a><h1>Automatic Installation</h1> … … 48 50 <p>4. Expand '<tt>Cusp update site</tt>', select the checkbox '<tt>Cusp</tt>' and press the 49 51 '<tt>Next</tt>' button.</p> 50 <p>5. Accept the li ncense agreeement, and press '<tt>Next</tt>' button.</p>52 <p>5. Accept the license agreement, and press '<tt>Next</tt>' button.</p> 51 53 <p>6. Unselect Lisp Libraries if you don't want this optional component be installed, 52 54 press '<tt>Next</tt>' and then '<tt>Finish</tt>' buttons to install Cusp and accept to restart 53 55 Eclipse. 54 56 </p> 55 <p>7. Note that sbcl is no longer provided through update site. You will need to provide a version of CL.57 <p>7. Note that sbcl is no longer provided through this update site. You will need to provide a version of CL. 56 58 The Cusp should work with many CL distributions, however it is mostly tested with SBCL. 57 59 SBCL distribution should be installed in Cusp plugin folder or it should be installed … … 59 61 can be downloaded from its <a href="http://www.sbcl.org/">website</a>. Once you download and unpack 60 62 archive with correct version of binary package, read install file on how to install SBCL. 63 </p> 64 Note: If Cusp cannot find your lisp installation check 65 <a href="http://cusp.devjavu.com/projects/cusp/wiki/FAQ">Cusp FAQ</a>. 61 66 </div> 62 67 </div> … … 65 70 <div class="teaser"> 66 71 <h1>News</h1> 72 <div class="news">Sep. 15, 2008 - Cusp (svn) 0.9.360 (1.0 release candidate)</a></div> 67 73 <div class="news">Aug. 16, 2008 - Cusp (svn) 0.9.245</a></div> 68 74 <div class="news">Aug. 12, 2008 - Cusp (svn) 0.9.218</a></div> … … 71 77 <h1>Links</h1> 72 78 <div class="news"><a href="http://www.bitfauna.com/projects/cusp/cusp.htm">Cusp main page</a></div> 73 <div class="news"><a href="http://www.sergeykolos.com/cusp/intro">Tutorial: Programming LispWith Cusp</a></div>79 <div class="news"><a href="http://www.sergeykolos.com/cusp/intro">Tutorial: Lisp Programming With Cusp</a></div> 74 80 <div class="news"><a href="http://cusp.devjavu.com/projects/cusp/wiki/FAQ">Cusp FAQ</a></div> 75 81 <div class="news"><a href="http://cusp.devjavu.com/projects/cusp/wiki">Cusp Wiki and Trac</a></div> update-site/cusp_update/site.xml
r246 r361 7 7 <category name="cusp"/> 8 8 </feature> 9 <feature url="features/jasko.tim.lisp_0.9.360.jar" id="jasko.tim.lisp" version="0.9.360"> 10 <category name="cusp"/> 11 </feature> 12 <feature url="features/jasko.tim.lisp.libs_1.1.0.jar" id="jasko.tim.lisp.libs" version="1.1.0"> 13 <category name="cusp"/> 14 </feature> 9 15 <category-def name="cusp" label="Cusp"> 10 16 <description>
