summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Update pandoc.cabal, Bumping JuicyPixels upper boundVincent2014-12-06
|
* Fixed README and pandoc.cabal for TWiki reader.John MacFarlane2014-10-31
|
* TWiki Reader: update documentationAlexander Sulfrian2014-10-30
|
* TWiki Reader: add basic syntax testAlexander Sulfrian2014-10-30
|
* TWiki Reader: add new new twiki readerAlexander Sulfrian2014-10-30
|
* Version bump to 1.13.2.John MacFarlane2014-10-20
| | | | | This is needed because of the addition of KaTeX to HTMLMathMethod.
* Adde network dependency under network-uri flag in test section.John MacFarlane2014-09-28
|
* Bump text, random, http-client upper boundsRyanGlScott2014-09-22
|
* Version bump to 1.13.1.John MacFarlane2014-08-30
|
* Added new dokuwiki multiblock table tests to pandoc.cabal.John MacFarlane2014-08-30
|
* Capitalized Build-Depends for consistency.John MacFarlane2014-08-24
|
* Fix build dependencies for the trypandoc flag.Gabor Pali2014-08-24
| | | | | | Build dependencies of the trypandoc executable are required, regardless of the trypandoc flag was set to either True or False. Correct package description to make them truly optional.
* Added network-uri flag.John MacFarlane2014-08-20
| | | | This addresses the split of network and network-uri.
* Added tables.dokuwiki and tables.icml to extra-source-files.John MacFarlane2014-08-17
|
* Added trypandoc flag to build trypandoc cgi executable.John MacFarlane2014-08-17
| | | | Supporting files are in trypandoc/.
* Bump version to 1.13.0.1.John MacFarlane2014-08-17
|
* Added dokuwiki template to pandoc.cabal.John MacFarlane2014-08-13
|
* Included Tests.Writers.Docbook in test modules.John MacFarlane2014-08-13
|
* Added make-pandoc-man-pages flagJohn MacFarlane2014-08-13
| | | | | Previously we built this by default, but most users won't need to build it, since we include built man pages with the package.
* Added Makefile to rebuild man pages.John MacFarlane2014-08-13
| | | | This should only be needed by developers.
* Revised tests directory.John MacFarlane2014-08-13
| | | | | | | | | Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
* Removed special testHook from Setup.John MacFarlane2014-08-13
| | | | | | | | | This was just too fragile and dependent on a changing Cabal API (see #1526). Instead of passing the bulid directory to the test program, we now let the test program find itself (using executable-path) and then find the pandoc executable relative to itself.
* Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\ | | | | Attempts to convert gif, tiff and bmp to png in pdf writer
| * PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
| | | | | | | | | | | | | | Now depends on the JuicyPixels library. Will attempt to convert an image (gif, tiff, bmp) to png when converting to pdf.
* | EPUB Tests: Added wasteland testMatthew Pickering2014-08-13
|/ | | | | This epub contains many epub:type elements including footnotes and titlepage.
* Docx: Add dropcap tests.Jesse Rosenthal2014-08-11
|
* Require zip-archive 0.2.3.4, with normalized path comparison.John MacFarlane2014-08-11
|
* Improved EPUB TestsMatthew Pickering2014-08-10
| | | | | | | | | | | | | Rewrote features test to remove all unimplemented features. There are now all three examples of where an image can be included in the test. 1. Cover image 2. As a spine elemnt 3. In the document Tests have also been added to make sure that the mediabag contains all these images after processing.
* Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
|
* Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering2014-08-09
|
* EPUB test renaming.John MacFarlane2014-08-07
| | | | | | | | | Renamed epub test files so they're identified more clearly as epub: features.{epub,native} -> epub.features.{epub,native}, and similarly with formatting.{epub,native}. Added epub test files to cabal file, so they'll be included in the tarball.
* Merge pull request #1494 from jkr/math-moduleJohn MacFarlane2014-08-07
|\ | | | | Math module
| * Docx reader: Split math out into math module.Jesse Rosenthal2014-08-07
| | | | | | | | | | Could use some cleanup, but this is the first step for getting an OMML reader into TeXMath.
* | Docx reader: Test inline image code.Jesse Rosenthal2014-08-07
|/
* Remove now-unnecessary TexCharJesse Rosenthal2014-08-06
| | | | TeXMath does the work now.
* Merge branch 'epubend' of https://github.com/mpickering/pandoc into ↵John MacFarlane2014-08-04
|\ | | | | | | | | | | | | mpickering-epubend Conflicts: pandoc.cabal
| * EPUB Reader: Integrated into programMatthew Pickering2014-07-31
| |
* | Add plain writer testing module to .cabal file.Artyom Kazak2014-08-03
| |
* | Bump aeson upper bound.John MacFarlane2014-08-02
| |
* | Docx tests: rewrite mediabag tests.Jesse Rosenthal2014-07-31
|/ | | | | | | | | | This will allow us to test the whole mediabag (making sure, for example, that images are added with the correct keys) instead of just individual extracted images. We compare each entry in the media bag to an image extracted on the fly from the docx. As a result, we only need one file to test with. The image in the current tests was also replaced with a smaller one.
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
| | | | | | | Moved `MediaBag` definition and functions from Shared: `lookupMedia`, `mediaDirectory`, `insertMedia`, `extractMediaBag`. Removed `emptyMediaBag`; use `mempty` instead, since `MediaBag` is a Monoid.
* Docx tests: Added media test comparison function.Jesse Rosenthal2014-07-30
| | | | | Also tell pandoc.cabal that we'll be needing base64, since we want to compare strings here.
* Add and update docx tests in pandoc.cabal.Jesse Rosenthal2014-07-29
|
* Added compatability layer to support directory-1.1Matthew Pickering2014-07-27
|
* Txt2Tags Reader: Updated README and package descriptionMatthew Pickering2014-07-27
|
* Txt2Tags Reader: Added testsMatthew Pickering2014-07-27
|
* Added txt2tags readerMatthew Pickering2014-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://txt2tags.org/ There are two points which currently do not match the official implementation. 1. In the official implementation lists can not be nested like the following but the reader would interpret this as a bullet list with the first item being a numbered list. ``` - + This is not a list ``` 2. The specification describes how URIs automatically becomes links. Unfortunately as is often the case, their definitiong of URI is not clear. I tried three solutions but was unsure about which to adopt. * Using isURI from Network.URI, this matches far too many strings and is therefore unsuitable * Using uri from Text.Pandoc.Shared, this doesn't match all strings that the reference implementation matches * Try to simulate the regex which is used in the native code I went with the third approach but it is not perfect, for example trailing punctuation is captured in Urls.
* Require highlighting-kate >= 0.5.8.5.John MacFarlane2014-07-19
|
* Merge pull request #1430 from jkr/anchor-fix-2John MacFarlane2014-07-15
|\ | | | | Fix auto identified headers when already auto-id'ed
| * Docx reader: Add testJesse Rosenthal2014-07-15
| | | | | | | | Test auto ident header anchors with pandoc-generated pandoc.