From 3016b4e32ed80a946e6065020cc48c8098822edd Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 7 Mar 2007 15:16:48 +0000 Subject: [PATCH] * Add summary.txt for use with jsdoc --project-summary option. --- summary.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 summary.txt 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