Develop and Download Open Source Software

Browse CVS Repository

Annotation of /exerb/htdocs/index.en.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download) (as text)
Sun Aug 25 12:21:00 2002 UTC (21 years, 7 months ago) by yuya
Branch: MAIN
Changes since 1.3: +25 -18 lines
File MIME type: text/html
* デザインを変更

1 yuya 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html lang="en">
3     <head>
4     <title>Exerb Project</title>
5 yuya 1.4 <link rel="stylesheet" href="share/style.css">
6 yuya 1.1 </head>
7     <body>
8    
9 yuya 1.4 <div class="projects">
10     <span class="open">Exerb</span>
11     <span class="close"><a href="http://bruby.sourceforge.jp/">bRuby</a></span>
12     <span class="close"><a href="http://rubyxx.sourceforge.jp/">Ruby++</a></span>
13     <span class="close"><a href="http://ruby-svg.sourceforge.jp/">Ruby/SVG</a></span>
14     <span class="close"><a href="http://gyokuro.sourceforge.jp/">Gyokuro</a></span>
15     </div>
16    
17     <div class="title"><img src="logo.gif" width="320" height="55" alt="Exerb Project"></div>
18     <div class="update">$Date$</div>
19    
20     <div class="lang">[ <a href="index.html">Japanese</a> | English ]</div>
21     <div class="link">
22     [
23     <a href="#overview">Overview</a> |
24     <a href="#features">Features</a> |
25     <a href="#faq">FAQ</a> |
26     <a href="#download">Download</a> |
27     <a href="#cvs">CVS</a> |
28     <a href="#ml">Mailing List</a> |
29     <a href="#member">Developers</a> |
30     <a href="#license">License</a> |
31     <a href="#details">Details</a>
32     ]
33 yuya 1.1 </div>
34    
35     <h1><a name="overview">Overview</a></h1>
36    
37     <p>
38     Exerb is the software which converts scripts/extension-libraries
39 yuya 1.2 of the object oriented language Ruby into a Windows executable file
40     which can execute alone and independently.
41 yuya 1.1 </p>
42    
43     <h1><a name="features">Features</a></h1>
44    
45     <ul>
46 yuya 1.2 <li>Exerb can convert a number of files(script, extension-library) into a executable file in one piece.</li>
47     <li>A executable file which is created by Exerb can execute on a environment Ruby is not installed, because the executable file contains Ruby.</li>
48     <li>Any compiler is not needed to create a executable file.</li>
49 yuya 1.1 </ul>
50    
51     <h1><a name="faq">FAQ</a></h1>
52    
53     <p>...</p>
54    
55     <h1><a name="download">Download</a></h1>
56    
57     <p>
58 yuya 1.3 The latest Exerb release version is 2.0.0.
59 yuya 1.1 </p>
60    
61     <p>
62 yuya 1.3 <a href="http://downloads.sourceforge.jp/exerb/734/exerb-2.0.0.tar.gz">exerb-2.0.0.tar.gz</a><br>
63     <a href="http://downloads.sourceforge.jp/exerb/734/exerb-2.0.0.zip">exerb-2.0.0.zip</a>
64 yuya 1.1 </p>
65    
66     <h1><a name="cvs">CVS</a></h1>
67    
68     <p>
69     Exerb CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.
70     </p>
71    
72     <pre>
73     $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb login
74     $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb co exerb
75     </pre>
76    
77     <h1><a name="ml">Mailing List</a></h1>
78    
79     <p>...</p>
80    
81     <p>
82     <a href="http://lists.sourceforge.jp/mailman/listinfo/exerb-developer/">Member Registration</a>
83     </p>
84    
85     <h1><a name="license">License</a></h1>
86    
87     <p>
88     You can redistribute it and/or modify it under the terms of the LGPL.
89     </p>
90    
91     <h1><a name="member">Developers</a></h1>
92    
93     <ul>
94     <li>Yuya Kato</li>
95     <li>NAKANO Kouichi</li>
96 yuya 1.3 <li>Ken-ichi HASHIMOTO</li>
97 yuya 1.1 </ul>
98    
99     <h1><a name="details">Details</a></h1>
100    
101     <p>...</p>
102    
103     <p>
104     <a href="http://sourceforge.jp/projects/exerb/"><img src="http://sourceforge.jp/sflogo.php?group_id=85" width="96" height="31" border="0" alt="SourceForge.jp"></a><br>
105     <a href="http://sourceforge.jp/projects/exerb/">http://sourceforge.jp/projects/exerb/</a>
106     </p>
107    
108     <hr>
109    
110     <div align="right">
111     <address><a href="mailto:yuya@katoden.co.jp">yuya@katoden.co.jp</a></address>
112     </div>
113    
114     </body>
115     </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26