diff --git a/modules/README.md b/modules/README.md index 0f4b2503..a067850e 100644 --- a/modules/README.md +++ b/modules/README.md @@ -1,3 +1,5 @@ +# Helma Modules + The Helma modules directory is organized in several groups: * **modules/core** which contains extensions to core JavaScript types such as @@ -11,8 +13,3 @@ app's repositories. The simplest way to do so is by using the `app.addRepository function: app.addRepository('modules/helma/Search.js'); - -Be sure to load the Git submodule if you want to use one of the Jala modules: - - > git submodule init - > git submodule update diff --git a/modules/jala/README.md b/modules/jala/README.md index d52c0c84..331e0c87 100644 --- a/modules/jala/README.md +++ b/modules/jala/README.md @@ -1,5 +1,3 @@ -_This is the README file for version 1.2 of the Jala Javascript Library._ - # About Jala Jala is an open-source collection of JavaScript modules for Helma Object Publisher. Copyright 2004 ORF Online und Teletext GmbH, Vienna (Austria). You can find more information about each module in the API Documentation located in the `docs` directory.