Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-30 | Automatically include URI-encoded jats.csl for jats output. | John MacFarlane | 1 | -0/+5 | |
This way people can do pandoc -s -t jats --filter pandoc-citeproc and it will just work. If they want to specify a stylesheet, they still can. | |||||
2017-03-28 | Added default.jats template. | John MacFarlane | 1 | -0/+4 | |
This is copied from Martin Fenner's pandoc-jats project: https://github.com/mfenner/pandoc-jats | |||||
2017-02-25 | Fix stale references to `tests` directory (#3469) | Or Neeman | 1 | -1/+1 | |
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references. | |||||
2017-01-29 | Updated copyright to include 2017. | John MacFarlane | 1 | -1/+1 | |
2016-10-19 | Download markdown version of the license from GNU and rename to `COPYING.md` | Kolen Cheung | 1 | -1/+1 | |
From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md | |||||
2016-01-26 | Update license year range to 2016 | Prayag Verma | 1 | -1/+1 | |
2015-06-09 | replace old url with pandoc.org | Pablo RodrÃguez | 1 | -1/+1 | |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -6/+6 | |
2015-04-20 | Merge pull request #2095 from pombreda/patch-1 | John MacFarlane | 1 | -1/+1 | |
Fixed typo in URL for dzslides | |||||
2015-04-20 | Added license & copyright for lua to COPYRIGHT. | John MacFarlane | 1 | -0/+24 | |
Closes #2096. | |||||
2015-04-20 | Fixed typo in URL for dzslides | Philippe Ombredanne | 1 | -1/+1 | |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -5/+5 | |
2014-04-27 | COPYRIGHT: Remove outdated copyright statements | Albert Krewinkel | 1 | -37/+0 | |
Some files are no longer distributed with pandoc, the respective copyright and licensing information is removed. | |||||
2014-04-27 | COPYRIGHT: Specifiy the version of the GPL | Albert Krewinkel | 1 | -11/+9 | |
All code in pandoc licensed under the GPL version 2 or later is just marked as being licensed under the GPL. There are multiple versions of the GPL, most notably version 2, version 3 and the Affero GPL. As to avoid possible confusion, licensing info is updated to be more specific about the GPL and its version. | |||||
2014-04-19 | Add license statement for org reader files | Albert Krewinkel | 1 | -0/+7 | |
This adds a brief note to the COPYRIGHT file, declaring the code in the org-reader files to be licensed under the GPL. | |||||
2013-01-19 | Increase date on copyright. | John MacFarlane | 1 | -1/+1 | |
2012-05-24 | Add Slidy and Slideous to COPYRIGHT file. | Jonas Smedegaard | 1 | -0/+16 | |
2012-01-31 | Change copyright date. | John MacFarlane | 1 | -1/+1 | |
2011-10-01 | Added note on Paul Rouget's dzslides to COPYRIGHT. | John MacFarlane | 1 | -0/+6 | |
2011-01-01 | Updated copyright notices. | John MacFarlane | 1 | -1/+13 | |
2010-03-23 | Updated COPYRIGHT file. | John MacFarlane | 1 | -14/+16 | |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -1/+1 | |
2009-10-24 | Updated COPYRIGHT file. | fiddlosopher | 1 | -30/+13 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1611 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2008-09-12 | Added scripts for Windows Inno Setup installer in windows/. | fiddlosopher | 1 | -0/+8 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1440 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2008-09-06 | Pandoc is no longer a native debian package. | fiddlosopher | 1 | -1/+89 | |
It is easier for releases if debian packaging is separate. + Removed debian directory and references to debian in Makefile and INSTALL. + Made COPYRIGHT and changelog standalone files rather than symlinks to debian directory. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1422 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2006-12-20 | Modified debian/copyright, and made COPYRIGHT in top level | fiddlosopher | 1 | -77/+1 | |
a symlink to it, to avoid duplication. git-svn-id: https://pandoc.googlecode.com/svn/trunk@250 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2006-12-20 | Removed LICENSE, replacing it with COPYING (text of GPL) | fiddlosopher | 1 | -0/+77 | |
and COPYRIGHT (including copyright information and licenses for other packages used). Modified Pandoc.cabal.in and README accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@249 788f1e2b-df1e-0410-8736-df70ead52e1b |