diff --git a/summary.txt b/summary.txt new file mode 100644 index 00000000..c32e6357 --- /dev/null +++ b/summary.txt @@ -0,0 +1,17 @@ +

HelmaLib is organized into two groups of modules:

+ + + +

To use a HelmaLib module in your Helma application, you need to add it to the +app's repositories. The simplest way to do so is by using the app.addRepository() +function:

+ +
  app.addRepository("modules/helma/Search.js");
+ +

If you are looking for more Helma libraries, be sure to check out the +Jala project!

\ No newline at end of file