r9691 - in helma-ng/trunk/apps/demo: . skins
[email protected] Wed, 29 Apr 2009 19:31:21 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090429173121.B0AD83D0D6@mia> |
Author: hannes
Date: 2009-04-29 19:31:21 +0200 (Wed, 29 Apr 2009)
New Revision: 9691
Modified:
helma-ng/trunk/apps/demo/macros.js
helma-ng/trunk/apps/demo/skins/welcome.txt
Log:
Copy some introduction text from README file to the home page
Details at http://dev.helma.org/trac/helma/changeset/9691
Modified: helma-ng/trunk/apps/demo/macros.js
===================================================================
--- helma-ng/trunk/apps/demo/macros.js 2009-04-29 17:31:19 UTC (rev 9690)
+++ helma-ng/trunk/apps/demo/macros.js 2009-04-29 17:31:21 UTC (rev 9691)
@@ -22,4 +22,4 @@
}
});
return markdown.process(content);
-}
\ No newline at end of file
+};
Modified: helma-ng/trunk/apps/demo/skins/welcome.txt
===================================================================
--- helma-ng/trunk/apps/demo/skins/welcome.txt 2009-04-29 17:31:19 UTC (rev 9690)
+++ helma-ng/trunk/apps/demo/skins/welcome.txt 2009-04-29 17:31:21 UTC (rev 9691)
@@ -1,8 +1,24 @@
<% extends 'base.html' %>
<% subskin 'content' | markdown %>
-Welcome to the Helma NG demo application.
+**Welcome to the [Helma NG][ng:] demo application.**
+Helma NG is a Javascript runtime and web application framework running on
+the Java virtual machine.
+"NG" stands for "next generation", meaning that it is a more of a rewrite of
+Helma 1 than simply a new version.
+Helma NG consists of several components that can be used together or alone:
+
+ 1. A compact JavaScript runtime environment based on Mozilla Rhino. It adds
+ to Rhino a reloading module system that is compatible to the ServerJS
+ Securable Module proposal.
+
+ 2. An interactive shell with support for autocompletion and history.
+
+ 3. A module library implemented in JavaScript, covering basic functionality
+ such as extensions to the built-in objects, file I/O, logging, persistence,
+ client and server side HTTP support and more.
+
This app shows some of the features in Helma NG. As the version number suggests,
Helma NG is far from finished. Check [the Helma NG site][ng:]
regularly to keep up with development.
\ No newline at end of file