diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 05:48:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 05:48:59 +0000 |
commit | 858269dd20b48517ef0c8c9dc733433e1b17b131 (patch) | |
tree | 79f957143bfaa55bbac1ed70f4e7c3d40e89f23d /debian/copyright | |
parent | 49e0e507b72c51da39882f37e405747101213353 (diff) | |
download | pandoc-858269dd20b48517ef0c8c9dc733433e1b17b131.tar.gz |
Changes to Texinfo writer:
+ No space between paragraph and following @verbatim (provides more
pleasing appearance in text formats)
+ Blank line consistently after list environments.
+ Removed deVerb.
+ Use @code instead of @verb for inline code (this solves the character
escaping problem for texi2dvi and texi2pdf).
+ Modified test suite accordingly.
+ Added Peter Wang to copyright statement (for Texinfo.hs).
+ Added news of Texinfo writer to README.
+ Added Texinfo to list of formats in man page, and removed extra 'groff'.
+ Updated macports with Texinfo format.
+ Updated FreeBSD pkg-descr with Texinfo format.
+ Updated web page with Texinfo writer.
+ Added demos for Texinfo writer.
+ Added Texinfo to package description in debian/control.
+ Added texi & texinfo extensions to Main.hs, and fixed bug in determining
default output extension.
+ Changed from texinfo to texi extension in web demo.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1244 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index d5511ed59..e0cff0305 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Pandoc -Copyright (C) 2006-7 John MacFarlane <jgm at berkeley dot edu> +Copyright (C) 2006-8 John MacFarlane <jgm at berkeley dot edu> This code is released under the [GPL], version 2 or later: @@ -32,6 +32,12 @@ statements for these sources are included below. All are GPL-compatible licenses. ---------------------------------------------------------------------- +Text/Pandoc/Writers/Texinfo.hs +Copyright (C) 2008 John MacFarlane and Peter Wang + +Released under the GPL. + +---------------------------------------------------------------------- UTF8.hs Copyright (c) 2003, OGI School of Science & Engineering, Oregon Health & Science University, All rights reserved. |