diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 17:48:21 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 17:48:21 -0800 |
commit | 121446931162293a60626a3d6641073fb44480d8 (patch) | |
tree | d1a4e4c85cc4be4c18a7b84c7bb801fe0daaa642 /util/generate-hooks-index/README.md | |
parent | f4a9529968fedb65289d49ec0901739df17df698 (diff) | |
parent | 3d55134953cf94a5b320404e9a5a8af1acadaf19 (diff) | |
download | volse-hubzilla-121446931162293a60626a3d6641073fb44480d8.tar.gz volse-hubzilla-121446931162293a60626a3d6641073fb44480d8.tar.bz2 volse-hubzilla-121446931162293a60626a3d6641073fb44480d8.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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. |