| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-22 | mention alternatives to LaTeX to generate pdf | Norwid Behrnd | |
| Pandoc's default engine to generate pdf is LaTeX. In reply to an issue report,[1] and with the documentation in mind, INSTALL.md now hints one can equally use other tools for this task, too. [1] https://github.com/jgm/pandoc/issues/8769 | |||
| 2023-06-19 | Update Linux install links | harabat | |
| - Updated Arch link (previous one was 404'ing) - Standardised some other links that weren't pointing to the package or the distro-specific search results | |||
| 2023-06-02 | INSTALL.md: Use more relevant link to NetBSD/pkgsrc entry | Charlotte Koch | |
| 2023-04-22 | Fix Windows install instructions for winget. | John MacFarlane | |
| Closes #8799. | |||
| 2023-03-31 | Fix cabal install instructions. | Albert Krewinkel | |
| 2023-02-01 | More tweaks on INSTALL.md. | John MacFarlane | |
| 2023-02-01 | INSTALL: direct people to cabal install pandoc-cli. | John MacFarlane | |
| 2023-01-11 | Updated some references to master -> main. | John MacFarlane | |
| 2022-10-03 | Remove unused lua53 flag. | John MacFarlane | |
| 2022-09-26 | Add server flag to pandoc-cli. | John MacFarlane | |
| This allows the executable to be built without support for "server mode." | |||
| 2022-08-24 | INSTALL.md: Fix link to fedora package site. (#8246) | Akos Marton | |
| Co-authored-by: Akos Marton <akos.marton@appian.com> | |||
| 2022-08-16 | Update INSTALL.md installation from source instructions. | John MacFarlane | |
| 2022-03-28 | Add lua53 flag. | John MacFarlane | |
| It is false by default. If set to true, compile with hslua 2.1 and Lua 5.3, otherwise hslua 2.2 and Lua 5.4. | |||
| 2022-03-08 | add reference to install via winget (#7951) | Guriy Samarin | |
| 2021-07-19 | INSTALL.md: Add GitLab CI/CD example (#7448) | Veratyr | |
| 2021-04-29 | INSTALL: add note that parallel installations should be avoided. (#7147) | Albert Krewinkel | |
| Closes: #6865 | |||
| 2021-02-26 | Fix/update URLs and use HTTP**S** where possible (#7122) | Salim B | |
| 2020-11-19 | INSTALL.md: Remove references to `pandoc-citeproc`. | John MacFarlane | |
| Closes #6857. | |||
| 2020-06-07 | doc: fix FreeBSD port link (#6422) | Mo | |
| The FreeBSD port was renamed from pandoc to hs-pandoc in 2010. The old pandoc port is still at version 1.5.1.1 | |||
| 2020-04-24 | Update the link to TinyTeX (#6318) | Yihui Xie | |
| from https://yihui.name/tinytex to https://yihui.org/tinytex (the former will be automatically redirected to the latter) | |||
| 2020-01-17 | Add --rm to docker command in INSTALL.md. | John MacFarlane | |
| 2020-01-15 | INSTALL: remove bullets | John MacFarlane | |
| 2020-01-15 | Add Docker and GH Actions instructions/links to INSTALL.md. | John MacFarlane | |
| 2019-10-15 | Add Void Linux | Volodymyr Kozachynskyi | |
| No real website to package, added simply official webpage as href | |||
| 2019-09-08 | INSTALL instructions fix for libicu. | John MacFarlane | |
| 2018-12-19 | INSTALL.md change button (#5167) | Mauro Bieg | |
| 2018-12-11 | INSTALL: make text on button bigger. | John MacFarlane | |
| 2018-12-11 | INSTALL.md: use HTML for download button. | John MacFarlane | |
| Closes #5144. | |||
| 2018-12-11 | fix various links in INSTALL.md; bump required stack version (#5144) | max | |
| stack 1.6.5 produced an error; 1.7.0 and higher seems OK | |||
| 2018-12-09 | Fix typos | Katrin Leinweber | |
| 2018-11-30 | Fix missing word | Andrew Dunning | |
| 2018-11-30 | Improve installation notes on associated software | Andrew Dunning | |
| Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious). | |||
| 2018-11-29 | INSTALL.md: Small wording tweak. | John MacFarlane | |
| 2018-11-27 | INSTALL.md: Use button for installer links. | John MacFarlane | |
| 2018-11-27 | update INSTALL.md | Mauro Bieg | |
| 2018-11-27 | simplify INSTALL.md | Mauro Bieg | |
| 2018-10-10 | INSTALL.md: Add chromeos install instructions (#4958) | Evan Pratten | |
| 2018-10-07 | INSTALL: note about TinyTeX. | John MacFarlane | |
| 2018-09-07 | INSTALL.md: indicate that cabal >= 2.0 is needed. | John MacFarlane | |
| 2018-08-18 | Added chocolatey installation method (#4844) | Miodrag Milić | |
| 2018-08-01 | fix broken link for cabal-install (#4806) | ChanHoHo | |
| 2018-05-20 | Correct the macOS homebrew note (#4664) | Ian | |
| By default for all versions of macOS > 10.10 (released in 2015), homebrew does install binary packages, it does not use source to build. So update note to mention a source build is only an issue for old versions of the OS. | |||
| 2018-05-19 | Clarify macos install in INSTALL.md. | John MacFarlane | |
| Make the binary package installer the recommended method, and note that homebrew installs from source and takes a lot of disk space. Closes #4661. | |||
| 2018-03-17 | INSTALL.md don't advise to always build tests | Mauro Bieg | |
| 2018-02-05 | INSTALL.md: mentioning Stack version. (#4343) | Adam Brandizzi | |
| 2018-01-14 | Remove custom prelude and ghc 7.8 support. | John MacFarlane | |
| 2017-11-21 | Updated INSTALL.md since we now provide zips for binaries. | John MacFarlane | |
| 2017-11-05 | Various improvements to INSTALL.md. | John MacFarlane | |
| 2017-11-05 | update commands to extract deb archive on Linux (#4043) | Salim B | |
| Since Pandoc v2.0 the xz instead of gz format is used for the data archive inside the deb (`data.tar.xz`) and the old commands to extract a gzip archive fail. | |||
| 2017-11-04 | INSTALL.md: update links to Linux distributions (#4040) | Roland Hieber | |
| * INSTALL.md: update links to Linux distributions. Some links were outdated. Link to the package search page if no separate page for pandoc exists, and use HTTPS where possible. All other links have been clicked once and deemed okay. * INSTALL.md: also link to the download page in the Linux section for people who only read the parts relevant for them. Signed-off-by: Roland Hieber <rohieb@rohieb.name> | |||
