diff options
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/README.template b/README.template new file mode 100644 index 000000000..839e6dfe0 --- /dev/null +++ b/README.template @@ -0,0 +1,54 @@ +<!-- Do not edit this file. It is generated automatically from +README.template and MANUAL.txt via the command: +pandoc --lua-filter tools/update-readme.lua README.template -o README.md +--> + +Pandoc +====== + +[](https://github.com/jgm/pandoc/releases) +[](http://hackage.haskell.org/package/pandoc) +[](http://brewformulas.org/Pandoc) +[](http://stackage.org/lts/package/pandoc) +[](https://travis-ci.org/jgm/pandoc) +[](https://ci.appveyor.com/project/jgm/pandoc) +[](https://www.gnu.org/licenses/gpl.html) +[](https://groups.google.com/forum/#!forum/pandoc-discuss) + + +The universal markup converter +------------------------------ + +::: description +::: + +Installing +---------- + +Here's [how to install pandoc](INSTALL.md). + +Documentation +------------- + +Pandoc's website contains a full [User's Guide](https://pandoc.org/MANUAL.html). +It is also available [here](MANUAL.txt) as pandoc-flavored Markdown. +The website also contains some [examples of the use of +pandoc](https://pandoc.org/demos.html) and a limited [online +demo](https://pandoc.org/try). + +Contributing +------------ + +Pull requests, bug reports, and feature requests are welcome. Please make +sure to read [the contributor guidelines](CONTRIBUTING.md) before opening a +new issue. + + +License +------- + +© 2006-2017 John MacFarlane (jgm@berkeley.edu). Released under the +[GPL], version 2 or greater. This software carries no warranty of +any kind. (See COPYRIGHT for full copyright and warranty notices.) + +[GPL]: http://www.gnu.org/copyleft/gpl.html "GNU General Public License" |