Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.8 - (show annotations) (download) (as text)
Wed Sep 18 13:59:08 2002 UTC (21 years, 6 months ago) by yuya
Branch: MAIN
Changes since 1.7: +2 -1 lines
File MIME type: text/html
* gRubyへのリンクを追加

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en">
3 <head>
4 <title>Exerb Project</title>
5 <link rel="stylesheet" href="share/style.css">
6 </head>
7 <body>
8
9 <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://gruby.sourceforge.jp/">gRuby</a></span>
15 <span class="close"><a href="http://gyokuro.sourceforge.jp/">Gyokuro</a></span>
16 </div>
17
18 <div class="title"><img src="logo.gif" width="320" height="55" alt="Exerb Project"></div>
19 <div class="update">$Date: 2002/09/04 16:27:16 $</div>
20
21 <div class="lang">[ <a href="index.html">Japanese</a> | English ]</div>
22 <div class="link">
23 [
24 <a href="#overview">Overview</a> |
25 <a href="#features">Features</a> |
26 <a href="#download">Download</a> |
27 <a href="#cvs">CVS</a> |
28 <a href="#faq">FAQ</a> |
29 <a href="#ml">Mailing List</a> |
30 <a href="#member">Developers</a> |
31 <a href="#license">License</a> |
32 <a href="#details">Details</a>
33 ]
34 </div>
35
36 <h1><a name="overview">Overview</a></h1>
37
38 <p>
39 Exerb is the software which converts scripts/extension-libraries
40 of the object oriented language Ruby into a Windows executable file
41 which can execute alone and independently.
42 </p>
43
44 <h1><a name="features">Features</a></h1>
45
46 <ul>
47 <li>Exerb can convert a number of files(script, extension-library) into a executable file in one piece.</li>
48 <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>
49 <li>Any compiler is not needed to create a executable file.</li>
50 </ul>
51
52 <h1><a name="download">Download</a></h1>
53
54 <p>
55 The latest Exerb release version is <em>2.0.0</em>.
56 </p>
57
58 <p>
59 <a href="http://downloads.sourceforge.jp/exerb/734/exerb-2.0.0.tar.gz">exerb-2.0.0.tar.gz</a>(1,045kb)<br>
60 <a href="http://downloads.sourceforge.jp/exerb/734/exerb-2.0.0.zip">exerb-2.0.0.zip</a>(1,108kb)<br>
61 <a href="http://downloads.sourceforge.jp/exerb/734/exerb_2.0.0-1_i386.deb">exerb_2.0.0-1_i386.deb</a>(707kb)<br>
62 <a href="http://downloads.sourceforge.jp/exerb/734/exerb-2.0.0-2.i386.rpm">exerb-2.0.0-2.i386.rpm</a>(714kb)<br>
63 </p>
64
65 <h1><a name="cvs">CVS</a></h1>
66
67 <p>
68 Exerb CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.
69 </p>
70
71 <pre>
72 $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb login
73 $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb co exerb
74 </pre>
75
76 <h1><a name="faq">FAQ</a></h1>
77
78 <dl>
79 <dt>Does Exerb work at only Windows?</dt>
80 <dd>No. Any environment works if Ruby is working environment.</dd>
81 <dt>Does Exerb generated executable file work at only Windows?</dt>
82 <dd>Yes. It work at only Windows.</dd>
83 <dt>Does Exerb need a compiler at generating executable file?</dt>
84 <dd>No. It's not necessary.</dd>
85 <dt>I found a bug. How shall I do?</dt>
86 <dd>Please tell the details of the bug to us. </dd>
87 </dl>
88
89 <h1><a name="ml">Mailing List</a></h1>
90
91 <p>...</p>
92
93 <p>
94 <a href="http://lists.sourceforge.jp/mailman/listinfo/exerb-developer/">Member Registration</a>
95 </p>
96
97 <h1><a name="license">License</a></h1>
98
99 <p>
100 You can redistribute it and/or modify it under the terms of the LGPL.
101 </p>
102
103 <h1><a name="member">Developers</a></h1>
104
105 <ul>
106 <li>Yuya Kato</li>
107 <li>NAKANO Kouichi</li>
108 <li>Ken-ichi HASHIMOTO</li>
109 </ul>
110
111 <h1><a name="details">Details</a></h1>
112
113 <p>...</p>
114
115 <p>
116 <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>
117 <a href="http://sourceforge.jp/projects/exerb/">http://sourceforge.jp/projects/exerb/</a>
118 </p>
119
120 <hr>
121
122 <div align="right">
123 <address><a href="mailto:yuya@katoden.co.jp">yuya@katoden.co.jp</a></address>
124 </div>
125
126 </body>
127 </html>

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