diff --git a/README.md b/README.md index 23a7737..33b9443 100644 --- a/README.md +++ b/README.md @@ -81,17 +81,3 @@ You can find me on [LinkedIn] (http://www.linkedin.com/in/tomekkuprowski) and co ### Licence and disclaimer Helenos is distributed free, AS-IS, without any warranty under Creative Commons Attribution [licence] (http://creativecommons.org/licenses/by/2.0/legalcode) - -### Donation - -You can, of course, donate if you found it useful. I had much of satisfaction working on Helenos, but 10 years Scottish tea is still too expensive. - -```html -
- - - - -
-``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 364b77b..62cee89 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.kuprowski helenos - 1.4-RC2 + 1.4 war helenos diff --git a/src/main/frontend/Manifest.json b/src/main/frontend/Manifest.json index ddb3d18..cabc217 100644 --- a/src/main/frontend/Manifest.json +++ b/src/main/frontend/Manifest.json @@ -18,7 +18,7 @@ ], "version" : "not valid", - "qooxdoo-versions": ["2.1.1"] + "qooxdoo-versions": ["2.1.2"] }, "provides" : diff --git a/src/main/frontend/source/class/helenos/components/tab/WelcomePage.js b/src/main/frontend/source/class/helenos/components/tab/WelcomePage.js index e14d23c..186e543 100644 --- a/src/main/frontend/source/class/helenos/components/tab/WelcomePage.js +++ b/src/main/frontend/source/class/helenos/components/tab/WelcomePage.js @@ -7,7 +7,7 @@ Authors: Tomek Kuprowski (tomekkuprowski at gmail dot com) ************************************************************************ */ /* -#asset(welcome.html) +#asset(welcome/*) #asset(qx/icon/${qx.icontheme}/16/places/user-home.png) */ qx.Class.define("helenos.components.tab.WelcomePage", @@ -29,7 +29,7 @@ qx.Class.define("helenos.components.tab.WelcomePage", layout: new qx.ui.layout.VBox(3, 'top') }); - var iframe = new qx.ui.embed.ThemedIframe('resource/welcome.html'); + var iframe = new qx.ui.embed.ThemedIframe('resource/welcome/index.html?t=' + new Date().getTime()); this.add(iframe, {flex : 1}); this.add(this.__getVersionInfoBox()); }, diff --git a/src/main/frontend/source/resource/welcome.html b/src/main/frontend/source/resource/welcome.html deleted file mode 100644 index b2ee653..0000000 --- a/src/main/frontend/source/resource/welcome.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - Helenos by tomekkup - - - - - - - - -
- -
-
-

Helenos

-

Cassandra web console

-
- Project maintained by tomekkup - Hosted on GitHub Pages — Theme by mattgraham -
- -

Helenos

- -

Web application to manage your data stored in Cassandra...

- -

The main goal is to develop a web application based on Qooxdoo Frontend which provide a capability of managing schema, easy viewing and editing data in column familes stored in any format (recommended is JSON).

-
- -
- - - - \ No newline at end of file diff --git a/src/main/frontend/source/resource/welcome/index.html b/src/main/frontend/source/resource/welcome/index.html new file mode 100644 index 0000000..acc0efa --- /dev/null +++ b/src/main/frontend/source/resource/welcome/index.html @@ -0,0 +1,36 @@ + + + + + Welcome page / Helenos by tomekkup + + + +

About

+

Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database.

+ +

Licence

+

This program is distributed free, AS-IS, without any warranty under Creative Commons Attribution licence.

+ +

Important links

+ + +

Donation

+

You can, of course, donate if you found it useful. I had much of satisfaction working on Helenos, but 10 years Scottish tea is still too expensive.

+
+ + + + +
+ + \ No newline at end of file