Update copyright year (#6186)
* Update copyright year * Copyright: add notes for Lua and Jira modules
This commit is contained in:
parent
9ffa8100d7
commit
11b5f1e40b
175 changed files with 221 additions and 204 deletions
COPYRIGHTMANUAL.txtREADME.templatepandoc.cabalpandoc.hs
src/Text
Pandoc.hs
Pandoc
App.hs
App
Asciify.hsBCP47.hsCSS.hsCSV.hsData.hsError.hsExtensions.hsFilter.hsFilter
Highlighting.hsImageSize.hsLogging.hsLua.hsLua
MIME.hsMediaBag.hsOptions.hsPDF.hsParsing.hsProcess.hsReaders.hsReaders
CSV.hsCommonMark.hsDocBook.hsDocx.hs
RoffChar.hsSelfContained.hsShared.hsSlides.hsTemplates.hsTranslations.hsUTF8.hsDocx
DokuWiki.hsEPUB.hsFB2.hsHTML.hsIpynb.hsJATS.hsJira.hsLaTeX.hsLaTeX
Man.hsMarkdown.hsMediaWiki.hsMetadata.hsMuse.hsNative.hsOPML.hsOrg.hsOrg
BlockStarts.hsBlocks.hsDocumentTree.hsExportSettings.hsInlines.hsMeta.hsParserState.hsParsing.hsShared.hs
RST.hsRoff.hsTextile.hsVimwiki.hs
46
COPYRIGHT
46
COPYRIGHT
|
@ -1,5 +1,5 @@
|
||||||
Pandoc
|
Pandoc
|
||||||
Copyright (C) 2006-2019 John MacFarlane <jgm at berkeley dot edu>
|
Copyright (C) 2006-2020 John MacFarlane <jgm at berkeley dot edu>
|
||||||
|
|
||||||
With the exceptions noted below, this code is released under the [GPL],
|
With the exceptions noted below, this code is released under the [GPL],
|
||||||
version 2 or later:
|
version 2 or later:
|
||||||
|
@ -37,7 +37,7 @@ The modules in the `pandoc-types` repository (Text.Pandoc.Definition,
|
||||||
Text.Pandoc.Builder, Text.Pandoc.Generics, Text.Pandoc.JSON,
|
Text.Pandoc.Builder, Text.Pandoc.Generics, Text.Pandoc.JSON,
|
||||||
Text.Pandoc.Walk) are licensed under the BSD 3-clause license:
|
Text.Pandoc.Walk) are licensed under the BSD 3-clause license:
|
||||||
|
|
||||||
Copyright (c) 2006-2019, John MacFarlane
|
Copyright (c) 2006-2020, John MacFarlane
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
@ -73,29 +73,29 @@ Pandoc's templates (in `data/templates`) are dual-licensed as either
|
||||||
GPL (v2 or higher, same as pandoc) or (at your option) the BSD
|
GPL (v2 or higher, same as pandoc) or (at your option) the BSD
|
||||||
3-clause license.
|
3-clause license.
|
||||||
|
|
||||||
Copyright (c) 2014--2019, John MacFarlane
|
Copyright (c) 2014--2020, John MacFarlane
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Writers/Muse.hs
|
src/Text/Pandoc/Writers/Muse.hs
|
||||||
Copyright (C) 2017-2019 Alexander Krotov
|
Copyright (C) 2017-2020 Alexander Krotov
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Writers/Texinfo.hs
|
src/Text/Pandoc/Writers/Texinfo.hs
|
||||||
Copyright (C) 2008-2019 John MacFarlane and Peter Wang
|
Copyright (C) 2008-2020 John MacFarlane and Peter Wang
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Writers/OpenDocument.hs
|
src/Text/Pandoc/Writers/OpenDocument.hs
|
||||||
Copyright (C) 2008-2019 Andrea Rossato and John MacFarlane
|
Copyright (C) 2008-2020 Andrea Rossato and John MacFarlane
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Writers/Org.hs
|
src/Text/Pandoc/Writers/Org.hs
|
||||||
Copyright (C) 2010-2019 Puneeth Chaganti, John MacFarlane, and
|
Copyright (C) 2010-2020 Puneeth Chaganti, John MacFarlane, and
|
||||||
Albert Krewinkel
|
Albert Krewinkel
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
@ -109,13 +109,13 @@ Released under the GNU General Public License version 2 or later.
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Readers/Docx.hs
|
src/Text/Pandoc/Readers/Docx.hs
|
||||||
src/Text/Pandoc/Readers/Docx/*
|
src/Text/Pandoc/Readers/Docx/*
|
||||||
Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Readers/Textile.hs
|
src/Text/Pandoc/Readers/Textile.hs
|
||||||
Copyright (C) 2010-2019 Paul Rivier and John MacFarlane
|
Copyright (C) 2010-2020 Paul Rivier and John MacFarlane
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Readers/EPUB.hs
|
src/Text/Pandoc/Readers/EPUB.hs
|
||||||
Copyright (C) 2014-2018 Matthew Pickering
|
Copyright (C) 2014-2020 Matthew Pickering and John MacFarlane
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
|
@ -141,19 +141,35 @@ Released under the GNU General Public License version 2 or later.
|
||||||
src/Text/Pandoc/Readers/Org.hs
|
src/Text/Pandoc/Readers/Org.hs
|
||||||
src/Text/Pandoc/Readers/Org/*
|
src/Text/Pandoc/Readers/Org/*
|
||||||
test/Tests/Readers/Org/*
|
test/Tests/Readers/Org/*
|
||||||
Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
|
|
||||||
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
src/Text/Pandoc/Lua.hs
|
||||||
|
src/Text/Pandoc/Lua/*
|
||||||
|
test/lua/*
|
||||||
|
Copyright (C) 2017--2020 Albert Krewinkel and John MacFarlane
|
||||||
|
|
||||||
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
src/Text/Pandoc/Readers/Jira.hs
|
||||||
|
src/Text/Pandoc/Writers/Jira.hs
|
||||||
|
test/Tests/Readers/Jira.hs
|
||||||
|
Copyright (C) 2019--2020 Albert Krewinkel
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
src/Text/Pandoc/Readers/FB2.hs
|
src/Text/Pandoc/Readers/FB2.hs
|
||||||
Copyright (C) 2018 Alexander Krotov
|
Copyright (C) 2018--2019 Alexander Krotov
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
data/pandoc.lua
|
data/pandoc.lua
|
||||||
Copyright (C) 2017-2019 Albert Krewinkel
|
Copyright (C) 2017-2020 Albert Krewinkel
|
||||||
|
|
||||||
Released under the GNU General Public License version 2 or later.
|
Released under the GNU General Public License version 2 or later.
|
||||||
|
|
||||||
|
@ -167,7 +183,7 @@ Released under the Do What the Fuck You Want To Public License.
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
Pandoc embeds a lua interpreter (via hslua).
|
Pandoc embeds a lua interpreter (via hslua).
|
||||||
|
|
||||||
Copyright © 1994–2017 Lua.org, PUC-Rio.
|
Copyright © 1994–2019 Lua.org, PUC-Rio.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@ -189,7 +205,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
The template pandoc.jats is Copyright 2013--15 Martin Fenner,
|
The template pandoc.jats is Copyright 2013--2015 Martin Fenner,
|
||||||
released under GPL version 2 or later.
|
released under GPL version 2 or later.
|
||||||
|
|
||||||
The file data/jats.csl is derived from a csl file by Martin Fenner,
|
The file data/jats.csl is derived from a csl file by Martin Fenner,
|
||||||
|
|
|
@ -5891,7 +5891,7 @@ application, here are some things to keep in mind:
|
||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
|
|
||||||
Copyright 2006--2019 John MacFarlane (jgm@berkeley.edu). Released
|
Copyright 2006--2020 John MacFarlane (jgm@berkeley.edu). Released
|
||||||
under the [GPL], version 2 or greater. This software carries no
|
under the [GPL], version 2 or greater. This software carries no
|
||||||
warranty of any kind. (See COPYRIGHT for full copyright and
|
warranty of any kind. (See COPYRIGHT for full copyright and
|
||||||
warranty notices.) For a full list of contributors, see the file
|
warranty notices.) For a full list of contributors, see the file
|
||||||
|
|
|
@ -44,7 +44,7 @@ this native representation into a target format. Thus, adding an input
|
||||||
or output format requires only adding a reader or writer. Users can also
|
or output format requires only adding a reader or writer. Users can also
|
||||||
run custom pandoc filters to modify the intermediate AST (see
|
run custom pandoc filters to modify the intermediate AST (see
|
||||||
the documentation for [filters](https://pandoc.org/filters.html)
|
the documentation for [filters](https://pandoc.org/filters.html)
|
||||||
and [lua filters](https://pandoc.org/lua-filters.html)).
|
and [Lua filters](https://pandoc.org/lua-filters.html)).
|
||||||
|
|
||||||
Because pandoc's intermediate representation of a document is less
|
Because pandoc's intermediate representation of a document is less
|
||||||
expressive than many of the formats it converts between, one should
|
expressive than many of the formats it converts between, one should
|
||||||
|
@ -82,7 +82,7 @@ new issue.
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
© 2006-2018 John MacFarlane (jgm@berkeley.edu). Released under the
|
© 2006-2020 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||||
[GPL], version 2 or greater. This software carries no warranty of
|
[GPL], version 2 or greater. This software carries no warranty of
|
||||||
any kind. (See COPYRIGHT for full copyright and warranty notices.)
|
any kind. (See COPYRIGHT for full copyright and warranty notices.)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ cabal-version: 2.0
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: GPL-2
|
license: GPL-2
|
||||||
license-file: COPYING.md
|
license-file: COPYING.md
|
||||||
copyright: (c) 2006-2019 John MacFarlane
|
copyright: (c) 2006-2020 John MacFarlane
|
||||||
author: John MacFarlane <jgm@berkeley.edu>
|
author: John MacFarlane <jgm@berkeley.edu>
|
||||||
maintainer: John MacFarlane <jgm@berkeley.edu>
|
maintainer: John MacFarlane <jgm@berkeley.edu>
|
||||||
bug-reports: https://github.com/jgm/pandoc/issues
|
bug-reports: https://github.com/jgm/pandoc/issues
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Main
|
Module : Main
|
||||||
Copyright : Copyright (C) 2006-2018 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc
|
Module : Text.Pandoc
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.App
|
Module : Text.Pandoc.App
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE FlexibleContexts #-}
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.App.CommandLineOptions
|
Module : Text.Pandoc.App.CommandLineOptions
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
@ -926,7 +926,7 @@ usageMessage programName = usageInfo (programName ++ " [OPTIONS] [FILES]")
|
||||||
|
|
||||||
copyrightMessage :: String
|
copyrightMessage :: String
|
||||||
copyrightMessage = intercalate "\n" [
|
copyrightMessage = intercalate "\n" [
|
||||||
"Copyright (C) 2006-2019 John MacFarlane",
|
"Copyright (C) 2006-2020 John MacFarlane",
|
||||||
"Web: https://pandoc.org",
|
"Web: https://pandoc.org",
|
||||||
"This is free software; see the source for copying conditions.",
|
"This is free software; see the source for copying conditions.",
|
||||||
"There is no warranty, not even for merchantability or fitness",
|
"There is no warranty, not even for merchantability or fitness",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.App.FormatHeuristics
|
Module : Text.Pandoc.App.FormatHeuristics
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{-# LANGUAGE FlexibleInstances #-}
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.App.Opt
|
Module : Text.Pandoc.App.Opt
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE TupleSections #-}
|
{-# LANGUAGE TupleSections #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.App
|
Module : Text.Pandoc.App
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Asciify
|
Module : Text.Pandoc.Asciify
|
||||||
Copyright : Copyright (C) 2013-2019 John MacFarlane
|
Copyright : Copyright (C) 2013-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.BCP47
|
Module : Text.Pandoc.BCP47
|
||||||
Copyright : Copyright (C) 2017–2019 John MacFarlane
|
Copyright : Copyright (C) 2017–2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.CSS
|
Module : Text.Pandoc.CSS
|
||||||
Copyright : © 2006-2019 John MacFarlane <jgm@berkeley.edu>,
|
Copyright : © 2006-2020 John MacFarlane <jgm@berkeley.edu>,
|
||||||
2015-2016 Mauro Bieg,
|
2015-2016 Mauro Bieg,
|
||||||
2015 Ophir Lifshitz <hangfromthefloor@gmail.com>
|
2015 Ophir Lifshitz <hangfromthefloor@gmail.com>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.CSV
|
Module : Text.Pandoc.CSV
|
||||||
Copyright : Copyright (C) 2017–2019 John MacFarlane <jgm@berkeley.edu>
|
Copyright : Copyright (C) 2017–2020 John MacFarlane <jgm@berkeley.edu>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
Stability : alpha
|
Stability : alpha
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Data
|
Module : Text.Pandoc.Data
|
||||||
Copyright : Copyright (C) 2013-2019 John MacFarlane
|
Copyright : Copyright (C) 2013-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Error
|
Module : Text.Pandoc.Error
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Extensions
|
Module : Text.Pandoc.Extensions
|
||||||
Copyright : Copyright (C) 2012-2019 John MacFarlane
|
Copyright : Copyright (C) 2012-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Filter
|
Module : Text.Pandoc.Filter
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Filter
|
Module : Text.Pandoc.Filter
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Filter.Lua
|
Module : Text.Pandoc.Filter.Lua
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Filter.Path
|
Module : Text.Pandoc.Filter.Path
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Highlighting
|
Module : Text.Pandoc.Highlighting
|
||||||
Copyright : Copyright (C) 2008-2019 John MacFarlane
|
Copyright : Copyright (C) 2008-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
|
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.ImageSize
|
Module : Text.Pandoc.ImageSize
|
||||||
Copyright : Copyright (C) 2011-2019 John MacFarlane
|
Copyright : Copyright (C) 2011-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Logging
|
Module : Text.Pandoc.Logging
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua
|
Module : Text.Pandoc.Lua
|
||||||
Copyright : Copyright © 2017–2019 Albert Krewinkel
|
Copyright : Copyright © 2017–2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua
|
Module : Text.Pandoc.Lua
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua
|
Module : Text.Pandoc.Lua
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling
|
Module : Text.Pandoc.Lua.Marshaling
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
{-# LANGUAGE LambdaCase #-}
|
{-# LANGUAGE LambdaCase #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.AST
|
Module : Text.Pandoc.Lua.Marshaling.AST
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.AnyValue
|
Module : Text.Pandoc.Lua.Marshaling.AnyValue
|
||||||
Copyright : © 2017-2019 Albert Krewinkel
|
Copyright : © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.CommonState
|
Module : Text.Pandoc.Lua.Marshaling.CommonState
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
Stability : alpha
|
Stability : alpha
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.Context
|
Module : Text.Pandoc.Lua.Marshaling.Context
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.MediaBag
|
Module : Text.Pandoc.Lua.Marshaling.MediaBag
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
Stability : alpha
|
Stability : alpha
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.ReaderOptions
|
Module : Text.Pandoc.Lua.Marshaling.ReaderOptions
|
||||||
Copyright : © 2012-2019 John MacFarlane
|
Copyright : © 2012-2020 John MacFarlane
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Marshaling.Version
|
Module : Text.Pandoc.Lua.Marshaling.Version
|
||||||
Copyright : © 2019 Albert Krewinkel
|
Copyright : © 2019-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Module.MediaBag
|
Module : Text.Pandoc.Lua.Module.MediaBag
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Module.Pandoc
|
Module : Text.Pandoc.Lua.Module.Pandoc
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Module.System
|
Module : Text.Pandoc.Lua.Module.System
|
||||||
Copyright : © 2019 Albert Krewinkel
|
Copyright : © 2019-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Module.Types
|
Module : Text.Pandoc.Lua.Module.Types
|
||||||
Copyright : © 2019 Albert Krewinkel
|
Copyright : © 2019-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Module.Utils
|
Module : Text.Pandoc.Lua.Module.Utils
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Packages
|
Module : Text.Pandoc.Lua.Packages
|
||||||
Copyright : Copyright © 2017-2019 Albert Krewinkel
|
Copyright : Copyright © 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Util
|
Module : Text.Pandoc.Lua.Util
|
||||||
Copyright : © 2012–2019 John MacFarlane,
|
Copyright : © 2012–2020 John MacFarlane,
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Lua.Walk
|
Module : Text.Pandoc.Lua.Walk
|
||||||
Copyright : © 2012–2019 John MacFarlane,
|
Copyright : © 2012–2020 John MacFarlane,
|
||||||
© 2017-2019 Albert Krewinkel
|
© 2017-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
Stability : alpha
|
Stability : alpha
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.MIME
|
Module : Text.Pandoc.MIME
|
||||||
Copyright : Copyright (C) 2011-2019 John MacFarlane
|
Copyright : Copyright (C) 2011-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.MediaBag
|
Module : Text.Pandoc.MediaBag
|
||||||
Copyright : Copyright (C) 2014-2015, 2017–2019 John MacFarlane
|
Copyright : Copyright (C) 2014-2015, 2017–2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Options
|
Module : Text.Pandoc.Options
|
||||||
Copyright : Copyright (C) 2012-2019 John MacFarlane
|
Copyright : Copyright (C) 2012-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.PDF
|
Module : Text.Pandoc.PDF
|
||||||
Copyright : Copyright (C) 2012-2019 John MacFarlane
|
Copyright : Copyright (C) 2012-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Parsing
|
Module : Text.Pandoc.Parsing
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Process
|
Module : Text.Pandoc.Process
|
||||||
Copyright : Copyright (C) 2013-2019 John MacFarlane
|
Copyright : Copyright (C) 2013-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers
|
Module : Text.Pandoc.Readers
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.RST
|
Module : Text.Pandoc.Readers.RST
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.CommonMark
|
Module : Text.Pandoc.Readers.CommonMark
|
||||||
Copyright : Copyright (C) 2015-2019 John MacFarlane
|
Copyright : Copyright (C) 2015-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.DocBook
|
Module : Text.Pandoc.Readers.DocBook
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx
|
Module : Text.Pandoc.Readers.Docx
|
||||||
Copyright : Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright : Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.Combine
|
Module : Text.Pandoc.Readers.Docx.Combine
|
||||||
Copyright : © 2014-2019 Jesse Rosenthal <jrosenthal@jhu.edu>,
|
Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>,
|
||||||
2014-2019 John MacFarlane <jgm@berkeley.edu>
|
2014-2020 John MacFarlane <jgm@berkeley.edu>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.Fields
|
Module : Text.Pandoc.Readers.Docx.Fields
|
||||||
Copyright : Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright : Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.Lists
|
Module : Text.Pandoc.Readers.Docx.Lists
|
||||||
Copyright : Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright : Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
Maintainer : Jesse Rosenthal <jrosenthal@jhu.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.Parse
|
Module : Text.Pandoc.Readers.Docx.Parse
|
||||||
Copyright : Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright : Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
2019 Nikolay Yakimov <root@livid.pp.ru>
|
2019 Nikolay Yakimov <root@livid.pp.ru>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.Parse.Styles
|
Module : Text.Pandoc.Readers.Docx.Parse.Styles
|
||||||
Copyright : Copyright (C) 2014-2019 Jesse Rosenthal
|
Copyright : Copyright (C) 2014-2020 Jesse Rosenthal
|
||||||
2019 Nikolay Yakimov <root@livid.pp.ru>
|
2019 Nikolay Yakimov <root@livid.pp.ru>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Docx.StyleMaps
|
Module : Text.Pandoc.Readers.Docx.StyleMaps
|
||||||
Copyright : © 2014-2019 Jesse Rosenthal <jrosenthal@jhu.edu>,
|
Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>,
|
||||||
2014-2019 John MacFarlane <jgm@berkeley.edu>,
|
2014-2020 John MacFarlane <jgm@berkeley.edu>,
|
||||||
2015 Nikolay Yakimov <root@livid.pp.ru>
|
2015 Nikolay Yakimov <root@livid.pp.ru>
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.DokuWiki
|
Module : Text.Pandoc.Readers.DokuWiki
|
||||||
Copyright : Copyright (C) 2018-2019 Alexander Krotov
|
Copyright : Copyright (C) 2018-2020 Alexander Krotov
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.EPUB
|
Module : Text.Pandoc.Readers.EPUB
|
||||||
Copyright : Copyright (C) 2014-2019 Matthew Pickering
|
Copyright : Copyright (C) 2014-2020 Matthew Pickering
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.FB2
|
Module : Text.Pandoc.Readers.FB2
|
||||||
Copyright : Copyright (C) 2018-2019 Alexander Krotov
|
Copyright : Copyright (C) 2018-2020 Alexander Krotov
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.HTML
|
Module : Text.Pandoc.Readers.HTML
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Ipynb
|
Module : Text.Pandoc.Readers.Ipynb
|
||||||
Copyright : Copyright (C) 2019 John MacFarlane
|
Copyright : Copyright (C) 2019-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.JATS
|
Module : Text.Pandoc.Readers.JATS
|
||||||
Copyright : Copyright (C) 2017-2019 Hamish Mackenzie
|
Copyright : Copyright (C) 2017-2020 Hamish Mackenzie
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org
|
Module : Text.Pandoc.Readers.Org
|
||||||
Copyright : © 2019 Albert Krewinkel
|
Copyright : © 2019-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.LaTeX
|
Module : Text.Pandoc.Readers.LaTeX
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.LaTeX.Lang
|
Module : Text.Pandoc.Readers.LaTeX.Lang
|
||||||
Copyright : Copyright (C) 2018-2019 John MacFarlane
|
Copyright : Copyright (C) 2018-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.LaTeX.Parsing
|
Module : Text.Pandoc.Readers.LaTeX.Parsing
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.LaTeX.Types
|
Module : Text.Pandoc.Readers.LaTeX.Types
|
||||||
Copyright : Copyright (C) 2017-2019 John MacFarlane
|
Copyright : Copyright (C) 2017-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Man
|
Module : Text.Pandoc.Readers.Man
|
||||||
Copyright : Copyright (C) 2018-2019 Yan Pashkovsky and John MacFarlane
|
Copyright : Copyright (C) 2018-2020 Yan Pashkovsky and John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Yan Pashkovsky <yanp.bugz@gmail.com>
|
Maintainer : Yan Pashkovsky <yanp.bugz@gmail.com>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Markdown
|
Module : Text.Pandoc.Readers.Markdown
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
-- RelaxedPolyRec needed for inlinesBetween on GHC < 7
|
-- RelaxedPolyRec needed for inlinesBetween on GHC < 7
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.MediaWiki
|
Module : Text.Pandoc.Readers.MediaWiki
|
||||||
Copyright : Copyright (C) 2012-2019 John MacFarlane
|
Copyright : Copyright (C) 2012-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Metadata
|
Module : Text.Pandoc.Readers.Metadata
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Muse
|
Module : Text.Pandoc.Readers.Muse
|
||||||
Copyright : Copyright (C) 2017-2019 Alexander Krotov
|
Copyright : Copyright (C) 2017-2020 Alexander Krotov
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
Maintainer : Alexander Krotov <ilabdsf@gmail.com>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Native
|
Module : Text.Pandoc.Readers.Native
|
||||||
Copyright : Copyright (C) 2011-2019 John MacFarlane
|
Copyright : Copyright (C) 2011-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.OPML
|
Module : Text.Pandoc.Readers.OPML
|
||||||
Copyright : Copyright (C) 2013-2019 John MacFarlane
|
Copyright : Copyright (C) 2013-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org
|
Module : Text.Pandoc.Readers.Org
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.BlockStarts
|
Module : Text.Pandoc.Readers.Org.BlockStarts
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.Blocks
|
Module : Text.Pandoc.Readers.Org.Blocks
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE TupleSections #-}
|
{-# LANGUAGE TupleSections #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.DocumentTree
|
Module : Text.Pandoc.Readers.Org.DocumentTree
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.ExportSettings
|
Module : Text.Pandoc.Readers.Org.ExportSettings
|
||||||
Copyright : © 2016–2019 Albert Krewinkel
|
Copyright : © 2016–2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.Inlines
|
Module : Text.Pandoc.Readers.Org.Inlines
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.Meta
|
Module : Text.Pandoc.Readers.Org.Meta
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.ParserState
|
Module : Text.Pandoc.Readers.Org.ParserState
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.Parsing
|
Module : Text.Pandoc.Readers.Org.Parsing
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Org.Shared
|
Module : Text.Pandoc.Readers.Org.Shared
|
||||||
Copyright : Copyright (C) 2014-2019 Albert Krewinkel
|
Copyright : Copyright (C) 2014-2020 Albert Krewinkel
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.RST
|
Module : Text.Pandoc.Readers.RST
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Roff
|
Module : Text.Pandoc.Readers.Roff
|
||||||
Copyright : Copyright (C) 2018-2019 Yan Pashkovsky and John MacFarlane
|
Copyright : Copyright (C) 2018-2020 Yan Pashkovsky and John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Yan Pashkovsky <yanp.bugz@gmail.com>
|
Maintainer : Yan Pashkovsky <yanp.bugz@gmail.com>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Textile
|
Module : Text.Pandoc.Readers.Textile
|
||||||
Copyright : Copyright (C) 2010-2012 Paul Rivier
|
Copyright : Copyright (C) 2010-2012 Paul Rivier
|
||||||
2010-2019 John MacFarlane
|
2010-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Paul Rivier <paul*rivier#demotera*com>
|
Maintainer : Paul Rivier <paul*rivier#demotera*com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Readers.Vimwiki
|
Module : Text.Pandoc.Readers.Vimwiki
|
||||||
Copyright : Copyright (C) 2017-2019 Yuchen Pei
|
Copyright : Copyright (C) 2017-2020 Yuchen Pei
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : Yuchen Pei <me@ypei.me>
|
Maintainer : Yuchen Pei <me@ypei.me>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.RoffChar
|
Module : Text.Pandoc.RoffChar
|
||||||
Copyright : Copyright (C) 2007-2019 John MacFarlane
|
Copyright : Copyright (C) 2007-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{-# LANGUAGE TupleSections #-}
|
{-# LANGUAGE TupleSections #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.SelfContained
|
Module : Text.Pandoc.SelfContained
|
||||||
Copyright : Copyright (C) 2011-2019 John MacFarlane
|
Copyright : Copyright (C) 2011-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Shared
|
Module : Text.Pandoc.Shared
|
||||||
Copyright : Copyright (C) 2006-2019 John MacFarlane
|
Copyright : Copyright (C) 2006-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Slides
|
Module : Text.Pandoc.Slides
|
||||||
Copyright : Copyright (C) 2012-2019 John MacFarlane
|
Copyright : Copyright (C) 2012-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Templates
|
Module : Text.Pandoc.Templates
|
||||||
Copyright : Copyright (C) 2009-2019 John MacFarlane
|
Copyright : Copyright (C) 2009-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Translations
|
Module : Text.Pandoc.Translations
|
||||||
Copyright : Copyright (C) 2017-2019 John MacFarlane
|
Copyright : Copyright (C) 2017-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.UTF8
|
Module : Text.Pandoc.UTF8
|
||||||
Copyright : Copyright (C) 2010-2019 John MacFarlane
|
Copyright : Copyright (C) 2010-2020 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
Maintainer : John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue