Changeset 580

Show
Ignore:
Timestamp:
04/06/07 16:16:56 (2 years ago)
Author:
koshi
Message:

以前のindex.htmlとマージ

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/RB-0.9.0/JalcedoUpdateSite/index.html

    r380 r580  
    11<html> 
    22<head> 
    3 <title>JalcedoUpdateSite</title> 
     3<title>Jalcedo Update Site</title> 
    44<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
    55<style>@import url("web/site.css");</style> 
     6<style TYPE="text/css"> 
     7<!-- 
     8p, ol, ul, li { margin-left: auto; } 
     9--> 
     10</style> 
    611<script type="text/javascript"> 
    712    var returnval = 0; 
     
    5762<!--[insert static HTML here]--> 
    5863<div id="data"><!-- this is where the transformed data goes --></div> 
     64<h2 class="title">Download and Install Jalcedo</h2> 
     65<p>Jalcedo releases can now be downloaded through Eclipse Update Manager.</p> 
     66 
     67<ol> 
     68<li>Install <a href="http://www.eclipse.org/">Eclipse</a> SDK 3.2 SDK. Download from <a href="http://www.eclipse.org/downloads/">Eclipse download site</a>.</li> 
     69<li>From the menu, select <strong>Help &gt; Software Updates &gt; Find and Install...</strong></li> 
     70<li>Select <strong>the Search for New features to install...</strong> and click the Next button.</li> 
     71<li>Click on <strong>New Remote Site...</strong>, and add this site(name it Jalcedo): <a href="http://www.jalcedo.org/update/">http://www.jalcedo.org/update/</a>.</li> 
     72<li>Select Jalcedo, and click <strong>Finish</strong>.</li> 
     73</ol> 
     74 
     75<p>You will also need to download software as follows.</p> 
     76<ul> 
     77<li>Eclipse plug-in</li> 
     78        <ul type=circle> 
     79                <li>Web Tool Platform 1.5 (install from Eclipse Software Updates)</li> 
     80                <li>GlassFish 0.3 (<a href="https://glassfishplugins.dev.java.net/download/">download</a>)</li> 
     81        </ul> 
     82<li>Application server</li> 
     83        <ul type=circle> 
     84                <li>GlassFish v1 (<a href="https://glassfish.dev.java.net/public/downloadsindex.html">download</a>)</li> 
     85        </ul> 
     86</ul> 
     87 
     88<p>For more information about Jalcedo, please see the <a href="http://www.jalcedo.org/">Jalcedo Project Page</a> and <a href="http://www.jalcedo.org/wiki/JalcedoUserGuide">Jalcedo user guide</a>.</p> 
    5989</body> 
    6090</html>