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.2 - (show annotations) (download) (as text)
Wed Jul 24 13:06:07 2002 UTC (21 years, 8 months ago) by yuya
Branch: MAIN
Changes since 1.1: +6 -6 lines
File MIME type: text/html
* スペルミスを修正

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="exerb.css">
6 </head>
7 <body>
8
9 <div align="right">
10 <div><img src="exerb.gif" width="369" height="80" alt="Exerb Project"></div>
11 <div class="update">$Date: 2002/07/22 05:07:05 $</div>
12 <div class="lang">[ <a href="index.html">Japanese</a> | English ]</div>
13 <div class="link">
14 [
15 <a href="#overview">Overview</a> |
16 <a href="#features">Features</a> |
17 <a href="#faq">FAQ</a> |
18 <a href="#download">Download</a> |
19 <a href="#cvs">CVS</a> |
20 <a href="#ml">Mailing List</a> |
21 <a href="#member">Developers</a> |
22 <a href="#license">License</a> |
23 <a href="#details">Details</a>
24 ]
25 </div>
26 </div>
27
28 <h1><a name="overview">Overview</a></h1>
29
30 <p>
31 Exerb is the software which converts scripts/extension-libraries
32 of the object oriented language Ruby into a Windows executable file
33 which can execute alone and independently.
34 </p>
35
36 <h1><a name="features">Features</a></h1>
37
38 <ul>
39 <li>Exerb can convert a number of files(script, extension-library) into a executable file in one piece.</li>
40 <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>
41 <li>Any compiler is not needed to create a executable file.</li>
42 </ul>
43
44 <h1><a name="faq">FAQ</a></h1>
45
46 <p>...</p>
47
48 <h1><a name="download">Download</a></h1>
49
50 <p>
51 The latest Exerb release version is 1.0.0.
52 </p>
53
54 <p>
55 <a href="http://downloads.sourceforge.jp/exerb/625/exerb-1.0.0.tar.gz">exerb-1.0.0.tar.gz</a><br>
56 <a href="http://downloads.sourceforge.jp/exerb/625/exerb-1.0.0.zip">exerb-1.0.0.zip</a>
57 </p>
58
59 <h1><a name="cvs">CVS</a></h1>
60
61 <p>
62 Exerb CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.
63 </p>
64
65 <pre>
66 $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb login
67 $ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb co exerb
68 </pre>
69
70 <h1><a name="ml">Mailing List</a></h1>
71
72 <p>...</p>
73
74 <p>
75 <a href="http://lists.sourceforge.jp/mailman/listinfo/exerb-developer/">Member Registration</a>
76 </p>
77
78 <h1><a name="license">License</a></h1>
79
80 <p>
81 You can redistribute it and/or modify it under the terms of the LGPL.
82 </p>
83
84 <h1><a name="member">Developers</a></h1>
85
86 <ul>
87 <li>Yuya Kato</li>
88 <li>NAKANO Kouichi</li>
89 </ul>
90
91 <h1><a name="details">Details</a></h1>
92
93 <p>...</p>
94
95 <p>
96 <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>
97 <a href="http://sourceforge.jp/projects/exerb/">http://sourceforge.jp/projects/exerb/</a>
98 </p>
99
100 <hr>
101
102 <div align="right">
103 <address><a href="mailto:yuya@katoden.co.jp">yuya@katoden.co.jp</a></address>
104 </div>
105
106 </body>
107 </html>

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