diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 19:14:32 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 19:14:32 +1100 |
commit | 59e0a0fd7c32376520da36d2833e0ff116a47682 (patch) | |
tree | 6d8f3048baa697bc56761c17f42a07f26df76573 /util/generate-hooks-index/README.md | |
parent | d15be53034c1c2e1d86a4e60400ca707c5b1c403 (diff) | |
parent | 4bd0e083d16d622c9ed36c810a7fd729830dcdd6 (diff) | |
download | volse-hubzilla-59e0a0fd7c32376520da36d2833e0ff116a47682.tar.gz volse-hubzilla-59e0a0fd7c32376520da36d2833e0ff116a47682.tar.bz2 volse-hubzilla-59e0a0fd7c32376520da36d2833e0ff116a47682.zip |
Merge pull request #122 from kenrestivo/add-hook-docs
Commit the tool used to generate the hooks docs.
Diffstat (limited to 'util/generate-hooks-index/README.md')
-rw-r--r-- | util/generate-hooks-index/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/util/generate-hooks-index/README.md b/util/generate-hooks-index/README.md new file mode 100644 index 000000000..a3d4f7666 --- /dev/null +++ b/util/generate-hooks-index/README.md @@ -0,0 +1,30 @@ +# Generate hooks + +This program generates hooks.html documentation from the Hubzilla source. + +## Usage + +Download and install leiningen + +Change directory into hubzilla/util/generate-hooks-index + +At shell prompt, do: + +```sh +lein run +``` + +Hooks docs will get dumped into hubzilla/doc/hooks.html + +## Requirements + +* JVM like OpenJDK etc + +* [Leiningen](http://leiningen.org/) + +## License + +Copyright © 2015 ken restivo (ken@restivo.org) + +Distributed under the Eclipse Public License either version 1.0 or (at +your option) any later version. |