Browse code

Add license

Robert Cranston authored on 25/04/2020 14:19:53
Showing 1 changed files
... ...
@@ -8,3 +8,9 @@ A [Git hook][githooks] to use [pandoc][] to create
8 8
 [`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode
9 9
 [`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml
10 10
 [Gitweb]: https://git-scm.com/docs/gitweb
11
+
12
+## License
13
+
14
+Licensed under the [ISC license][], see the [`LICENSE`](LICENSE) file.
15
+
16
+[ISC license]: https://en.wikipedia.org/wiki/ISC_license
Browse code

Add readme

Robert Cranston authored on 25/04/2020 14:19:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+# `git-hook-pandoc-readme`
2
+
3
+A [Git hook][githooks] to use [pandoc][] to create
4
+[`$GIT_DIR`][]`/`[`README.html`][] (as read by e.g. [Gitweb][]).
5
+
6
+[githooks]: https://git-scm.com/docs/githooks
7
+[pandoc]: https://pandoc.org
8
+[`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode
9
+[`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml
10
+[Gitweb]: https://git-scm.com/docs/gitweb