summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Added Text.Pandoc.ImageSize.John MacFarlane2012-01-14
| | | | | This is intened for use in docx and odt writers, so the size of image boxes can be calculated.
* Split html template into html, html5 templates.John MacFarlane2012-01-11
|
* DZSlides: Added dzslides/template.html.John MacFarlane2011-12-29
| | | | | | | | | | | | | | | | | | This is the unaltered file from the dzslides repository. Pandoc now reads it, looking for the core part, and includes this in the new dzslides template via the 'dzslides-core' variable. When dzslides is updated, you can just put the new template.html in your `~/.pandoc/dzslides` directory, and things should work -- provided the core part can be identified as everything from <!-- {{{{ dzslides core to the end of the file. This should make it a bit easier to keep up to date.
* Updated 'Tested-With' field.John MacFarlane2011-12-22
|
* tests: update package description to build with GHC 7.4Antoine Latter2011-12-22
|
* Update build depends for GHC 7.4Antoine Latter2011-12-22
|
* Removed highlighting flag. Highlighting support is now standard.John MacFarlane2011-12-22
|
* Restore xhtml style self-closed tags in HTML writer.John MacFarlane2011-12-20
| | | | This requires blaze-html >= 0.4.3.0.
* EPUB: Added customizable templates for epub pages.John MacFarlane2011-12-18
| | | | epub-page.html, epub-coverimage.html, epub-titlepage.html.
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
| | | | | | | | | | | * This is a breaking API change for `writeHtml`. * It introduces a new dependency on blaze-html. * Pandoc now depends on highlighting-kate >= 0.4, which also uses blaze-html. * The --ascii option has been removed, because of differences in blaze-html's and xhtml's escaping. * Pandoc will no longer transform leading newlines in code blocks to `<br/>` tags.
* Use pandoc-types 1.9.*.John MacFarlane2011-12-13
|
* Added -rtsopts to profiling options.John MacFarlane2011-12-13
|
* Depend on tagsoup >= 12.5.John MacFarlane2011-12-04
| | | | This has a fix needed for the --self-contained option to work properly.
* New slidy directory for "self-contained."John MacFarlane2011-12-03
|
* Bump version constraint on HTTP.John MacFarlane2011-12-03
|
* Allow to build against highlighting-kate 0.3.John MacFarlane2011-12-01
|
* Update version bound for highlighting-kate.John MacFarlane2011-11-28
|
* Version bump to 1.9.John MacFarlane2011-11-21
| | | | | We need to increment the second digit, since we removed an entire module (S5) from the API.
* Removed Text.Pandoc.S5 -- no longer needed.John MacFarlane2011-11-21
|
* Changed Offline module to SelfContained, offline to makeSelfContained.John MacFarlane2011-11-21
|
* Added missing s5 files to data-files in pandoc.cabal.John MacFarlane2011-11-20
|
* Depend on zlib (for Offline).John MacFarlane2011-11-20
|
* Added Text.Pandoc.Offline module.John MacFarlane2011-11-19
|
* Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane2011-11-18
| | | | AsciiDoc does not seem to have consistent escaping rules.
* Spelling correction.John MacFarlane2011-11-18
|
* Added an asciidoc writer (partial).John MacFarlane2011-11-16
| | | | | | | | | | | | | Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README)
* Require citeproc-hs >= 0.3.4.John MacFarlane2011-11-09
|
* Revert "Added built man pages to repository."John MacFarlane2011-10-23
| | | | This reverts commit eac1fc3750923698db82011b9fda5a0788dfcfea.
* Added built man pages to repository.John MacFarlane2011-10-23
| | | | | | | In general I don't like adding generated content to the repository, but I also want to make it possible to clone the repository and 'cabal install'. THe current system with Setup.hs calling MakeManPage.hs is too fragile.
* Added dzslides output option.John MacFarlane2011-10-01
| | | | | | * Added DZSlides to HTMLSlideVariant. * Added support for dzslides in HTML writer. * Added dzslides template.
* relax some version constraints in the package descriptionAntoine Latter2011-09-02
|
* Revert "Workaround for linker errors in macosx + ghc 7.0.3."John MacFarlane2011-08-18
| | | | This reverts commit 54520c4e6f6f26d5dee21f97fc561ff69e03f883.
* Workaround for linker errors in macosx + ghc 7.0.3.John MacFarlane2011-08-18
|
* Relax version bounds for pandoc-types to 1.8.*.John MacFarlane2011-08-01
|
* Bump version to 1.8.2.1John MacFarlane2011-08-01
|
* .cabal: extend test-framework dep range up to <0.5Sergei Trofimovich2011-07-31
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Added Tests.Writers.Markdown in cabal file.John MacFarlane2011-07-30
|
* Updated tested-with field.John MacFarlane2011-07-30
|
* Depend on same version of pandoc-types as citeproc-hs, for now.John MacFarlane2011-07-28
|
* Use data: protocol to embed s5 css in <link> tags.John MacFarlane2011-07-24
| | | | Using inline css didn't work properly with Chrome and Safari.
* Use yuicompressor-packed js for s5.John MacFarlane2011-07-24
| | | | | Removed s5/default/slides.js.comment, s5/default/slides.js.packed. Added s5/default/slides.min.js.
* Fixed slidy css.John MacFarlane2011-07-24
| | | | | | * Use non-minimized version of `slidy.css` with `--offline` option, so users can more easily edit it. * Fixed bug in slidy css that prevented proper centering of title.
* Version bump to 1.8.2.John MacFarlane2011-07-22
| | | | | | Reason: new naming scheme for templates may require users to rename default templates they have put in ~./pandoc/templates. A template named FORMAT.template should be renamed default.FORMAT.
* Changed default template naming scheme.John MacFarlane2011-07-22
| | | | | | | | | Instead of latex.template, we now have default.latex. An appropriate extension is added automatically if the value of `--template` has no extension. So, `pandoc --template=special -t latex` looks for `special.latex`, while `pandoc --template=special -t man` looks for `special.man`.
* Version bump to 1.8.1.3.John MacFarlane2011-07-22
|
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
| | | | | Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change.
* Version bump to 1.8.1.2.John MacFarlane2011-07-16
|
* Changed to github issue tracker.John MacFarlane2011-06-09
|
* Bump version to 1.8.1.1 & update changelog.John MacFarlane2011-02-13
|
* Version bump to 1.8.1.John MacFarlane2011-02-13
|