blob: a3d4f76665378076324aa5b592d98ce12e60ae5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.
|