[Dynpet-commit] SF.net SVN: dynpet: [1355] www/rbgooey/index.html
Status: Pre-Alpha
Brought to you by:
kiba_ruby
|
From: <kib...@us...> - 2007-06-02 22:44:09
|
Revision: 1355
http://svn.sourceforge.net/dynpet/?rev=1355&view=rev
Author: kiba_ruby
Date: 2007-06-02 15:44:04 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
update HTML document
Modified Paths:
--------------
www/rbgooey/index.html
Modified: www/rbgooey/index.html
===================================================================
--- www/rbgooey/index.html 2007-06-02 22:30:50 UTC (rev 1354)
+++ www/rbgooey/index.html 2007-06-02 22:44:04 UTC (rev 1355)
@@ -8,20 +8,21 @@
</title>
</head>
<body>
-<h5><b>This page is last updated May 30, 2007.</b></h5>
+<h5><b>This page is last updated June 2, 2007.</b></h5>
<h1 class = "center">Rbgooey</h1>
<p><a href="index.html">| Home | </a>
</p>
<p>Rbgooey is an alternate GUI library for <a href="http://www.rubygame.sourceforge.net">Rubygame</a> users and the first GUI library to be released for Rubygame. It is alternative because somewhere down the road, Rubygame developers will release their own GUI api. Rbgooey is licensed under the GPL, so any rubygame applications that used rbgooey must also be under the GPL.</p>
<p>Rbgooey is a result of months of developments, spawling features after another, and then eventually it is rewritten into what it is today. The developer of rbgooey took these experience of writing a GUI library and aims to write a better version of rbgooey. Only a week later after the project started, the functional subset of text library is finished, ready to be released. However, unlike the old codebase, it isn't battle tested. Over the next few months, the developer will use it in applications and refines it features and API.</p>
-<p>Current version 0.0.1 is alpha release. It may be lacking in documentation, ease of uses, and sucks in other department</p>
-<p>If you have any questions, compliants, and other feedback, please contract the author at wikipediankiba____AT____gmail.com</p>
+<p>Current version 0.0.2 is alpha release. It may be lacking in documentation, ease of uses, and sucks in other department</p>
+<p>If you have any questions, compliants, and other feedback, please contact the author at wikipediankiba____AT____gmail.com</p>
<h2>Features</h2>
<p>Some of the current notable features are....</p>
<ul>
<li>Grouping of texts via UiData#declare(name of your choice)</li>
<li>A way to type</li>
+<li>Ability to configure the basic setup of the program using yaml files</li>
</ul>
<h2>Download and Install</h2>
<p>If you're a rubygame user, you should have Rubygame installed. If you did not, get it at <a href="http://rubygame.sourceforge.net">Rubygame</a> website. Make sure that you have rubygems installed too. Once you download the package, you should be to install via Rakefile. Get the file at <a href="http://rubyforge.org/projects/rbgooey">Rubyforge project page</a>.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|