diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
commit | ac3dc50580d7185d18dd4916782904fd733b3bfd (patch) | |
tree | 23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /README.md | |
parent | e7d5d8957c77e125b8a1c7eb51356542633d0796 (diff) | |
download | pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip |
Initial commit, 2.0.5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 51 |
1 files changed, 49 insertions, 2 deletions
@@ -1,2 +1,49 @@ | |||
1 | # pandoc-templates | 1 | The [pandoc-templates] repository contains default templates for [pandoc]. |
2 | Templates for pandoc, tagged to release | 2 | |
3 | If you use custom templates, we recommend forking this | ||
4 | repository, so that you can integrate changes to the default | ||
5 | templates in future pandoc releases. | ||
6 | |||
7 | This repository is a subtree of [pandoc]; it will be updated | ||
8 | each time there is a new pandoc release. However, changes to | ||
9 | templates are made first in [pandoc]; thus, issues and pull | ||
10 | requests should be made [pandoc]'s issue tracker rather than | ||
11 | here. | ||
12 | |||
13 | [pandoc]: https://github.com/jgm/pandoc | ||
14 | [pandoc-templates]: https://github.com/jgm/pandoc-templates | ||
15 | |||
16 | All of the templates in this repository are dual licensed, under both | ||
17 | the GPL (v2 or higher, same as pandoc) and the BSD 3-clause license | ||
18 | (included below). | ||
19 | |||
20 | Copyright (c) 2014--2017, John MacFarlane | ||
21 | |||
22 | All rights reserved. | ||
23 | |||
24 | Redistribution and use in source and binary forms, with or without | ||
25 | modification, are permitted provided that the following conditions are met: | ||
26 | |||
27 | * Redistributions of source code must retain the above copyright | ||
28 | notice, this list of conditions and the following disclaimer. | ||
29 | |||
30 | * Redistributions in binary form must reproduce the above | ||
31 | copyright notice, this list of conditions and the following | ||
32 | disclaimer in the documentation and/or other materials provided | ||
33 | with the distribution. | ||
34 | |||
35 | * Neither the name of John MacFarlane nor the names of other | ||
36 | contributors may be used to endorse or promote products derived | ||
37 | from this software without specific prior written permission. | ||
38 | |||
39 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
40 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
41 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
42 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
43 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
44 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
45 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
46 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
47 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
48 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
49 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||