| 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: 2003/01/10 09:34:04 $</div> |
| 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="#download">Download</a> | |
| 26 |
<a href="#cvs">CVS</a> | |
| 27 |
<a href="#faq">FAQ</a> | |
| 28 |
<a href="#ml">Mailing List</a> | |
| 29 |
<a href="#author">Author</a> | |
| 30 |
<a href="#license">License</a> |
| 31 |
] |
| 32 |
</div> |
| 33 |
<div class="sourceforge"><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></div> |
| 34 |
|
| 35 |
<h1><a name="overview">Overview</a></h1> |
| 36 |
|
| 37 |
<p> |
| 38 |
Exerb is the software which converts scripts/extension-libraries |
| 39 |
of the object oriented language Ruby into a Windows executable file |
| 40 |
which can execute alone and independently. |
| 41 |
</p> |
| 42 |
|
| 43 |
<h1><a name="features">Features</a></h1> |
| 44 |
|
| 45 |
<ul> |
| 46 |
<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 |
</ul> |
| 50 |
|
| 51 |
<h1><a name="download">Download</a></h1> |
| 52 |
|
| 53 |
<p> |
| 54 |
The latest version is <em>2.5.1</em>.<br> |
| 55 |
If you want the old version, that can be downloaded from <a href="archive.en.html">Archive</a>. |
| 56 |
</p> |
| 57 |
|
| 58 |
<p> |
| 59 |
<b>Exerb:</b><br> |
| 60 |
<a href="http://downloads.sourceforge.jp/exerb/2038/exerb-2.5.1.tar.gz">exerb-2.5.1.tar.gz</a>(976kb)<br> |
| 61 |
</p> |
| 62 |
|
| 63 |
<p> |
| 64 |
<b>Exerb Core Collection:</b><br> |
| 65 |
<a href="http://downloads.sourceforge.jp/exerb/2039/exerb-cc-2.5.1.tar.gz">exerb-cc-2.5.1.tar.gz</a>(755kb)<br> |
| 66 |
</p> |
| 67 |
|
| 68 |
<h1><a name="cvs">CVS</a></h1> |
| 69 |
|
| 70 |
<p> |
| 71 |
The latest source code can be checked out from CVS repository with the following instruction set. |
| 72 |
</p> |
| 73 |
|
| 74 |
<pre> |
| 75 |
$ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb login |
| 76 |
$ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/exerb co exerb |
| 77 |
</pre> |
| 78 |
|
| 79 |
<h1><a name="faq">FAQ</a></h1> |
| 80 |
|
| 81 |
<p>(coming soon...)</p> |
| 82 |
|
| 83 |
<h1><a name="ml">Mailing List</a></h1> |
| 84 |
|
| 85 |
<p> |
| 86 |
There are two mailing lists. |
| 87 |
exerb-dev is Japanese speaking mailing lists to talk about the implementation of Exerb. |
| 88 |
exerb-eng is English speaking mailing lists to talk about Exerb. |
| 89 |
</p> |
| 90 |
|
| 91 |
<p> |
| 92 |
Member Registration:<br> |
| 93 |
<a href="http://lists.sourceforge.jp/mailman/listinfo/exerb-developer/">exerb-dev</a><br> |
| 94 |
<a href="http://lists.sourceforge.jp/mailman/listinfo/exerb-english/">exerb-eng</a><br> |
| 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="author">Author</a></h1> |
| 104 |
|
| 105 |
<p> |
| 106 |
Yuya Kato <<a href="mailto:yuya@katoden.co.jp">yuya@katoden.co.jp</a>> |
| 107 |
</p> |
| 108 |
|
| 109 |
<div class="copyright">Copyright(C) Exerb Project, 2002-2003 All rights reserved.</div> |
| 110 |
|
| 111 |
</body> |
| 112 |
</html> |