fix: readmes

This commit is contained in:
Tobi Schäfer 2020-03-17 19:58:24 +01:00
parent cfb31beeec
commit 9cb7d08581
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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.