Commit graph

58 commits

Author SHA1 Message Date
John MacFarlane
c777fa347a Regenerate README.md 2022-08-03 21:16:57 -07:00
John MacFarlane
fb2ab3a6cd Regenerate README.md. 2022-04-04 09:40:33 -07:00
John MacFarlane
1df35aa938 Update README.md. 2022-01-12 15:11:51 -08:00
Albert Krewinkel
b7a44f9d19 Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
John MacFarlane
d05460d00d Regenerate README.md. 2021-08-21 09:25:51 -07:00
John MacFarlane
5d60fcf4d7 Update README.md. 2021-03-04 08:58:28 -08:00
John MacFarlane
54d8c6959c Update README and man page. 2021-01-22 21:37:59 -08:00
Albert Krewinkel
4f34345867
Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
John MacFarlane
0c8ab8a12f Update README.md, man page. 2020-11-19 13:05:02 -08:00
John MacFarlane
ad11ff34b1 Revised README.md. 2020-10-10 22:17:19 -07:00
Albert Krewinkel
371a7ff34b
Remove Circle CI badge, references
CI checks run on GitHub Actions now.
2020-09-01 12:00:38 +02:00
John MacFarlane
5a216f7bd7 update date, man page, README. 2020-07-23 17:56:12 -07:00
John MacFarlane
92a281523d README.md. 2020-06-29 13:42:22 -07:00
John MacFarlane
8730eea930 Small changes to README.md. 2020-03-23 16:50:07 -07:00
John MacFarlane
0010d15bcf Update README.md. 2020-02-15 21:28:53 -08:00
Albert Krewinkel
11e99409ce
docs: capitalize Lua where it refers to the programming language name
This follows the advise on the Lua
website (https://www.lua.org/about.html#name):

> […] "Lua" is a name, the name of the Earth's moon and the name of the
> language. Like most names, it should be written in lower case with an
> initial capital, that is, "Lua".
2020-01-12 11:29:05 +01:00
John MacFarlane
f8e85ca4a8 Update README.md. 2019-12-21 10:30:56 -08:00
John MacFarlane
a0df2f676c Fix README.md so that relative links from manual become absolute.
Previously they'd be broken links when viewed on GitHub or Hackage.
So we add the base URL for the pandoc manual.
2019-12-10 14:46:33 -08:00
John MacFarlane
23aad047da Regenerate README.md. 2019-11-16 12:54:37 -08:00
John MacFarlane
4caf033392 Remove appveyor.yml.
Appveyor has been difficult to get working, due to timeouts, and
lately it has been failing for unknown reasons.

We don't need the appveyor build any more, now that we have Windows
CI, nightly, and release-candidate builds on GitHub actions.
2019-10-13 16:54:19 -07:00
John MacFarlane
3727d6ec31 Regenerate README.md. 2019-09-30 10:47:00 -07:00
John MacFarlane
b6d564696f Update manual date, readme, man page. 2019-06-11 21:50:10 -07:00
John MacFarlane
f75fcf6f31 Update man page and README. 2019-04-05 15:11:08 -07:00
John MacFarlane
9a511660ab Update manual date, man page, README.md. 2019-03-03 09:46:21 -08:00
TG
568b25d33a Adds Asciidoctor sprcific writer and tests 2019-02-09 08:21:53 -08:00
John MacFarlane
bfa1bf9302 Regenerated README.md with CircleCI badge instead of travis. 2019-01-25 08:41:39 -08:00
John MacFarlane
395ea03069 Support ipynb (Jupyter notebook) as input and output format.
[API change]

* Depend on ipynb library.

* Add `ipynb` as input and output format.

* Added Text.Pandoc.Readers.Ipynb (supports both nbformat v3 and v4).

* Added Text.Pandoc.Writers.Ipynb (supports nbformat v4).

* Added ipynb readers and writers to T.P.Readers,
  T.P.Writers, and T.P.Extensions.  Register the
  file extension .ipynb for this format.

* Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error.

* Note: there is no template for ipynb.
2019-01-22 21:45:59 -08:00
John MacFarlane
56b4b072f1 Update README.md. 2018-11-25 23:25:21 -08:00
John MacFarlane
9d0937180a Update README.md. 2018-11-03 12:38:03 -07:00
John MacFarlane
788ecf06f6 Update README.md. 2018-08-05 16:53:09 -07:00
John MacFarlane
94af4cad33 Fix Haskell link in README. 2018-04-27 09:23:25 -07:00
John MacFarlane
91a205f655 Update README.md. 2018-04-26 23:54:04 -07:00
John MacFarlane
a9a1a5fab3 Fix link in README. 2018-04-22 11:41:12 -07:00
John MacFarlane
72bdac3036 New README template, take in/out formats from manual. 2018-04-22 11:36:47 -07:00
John MacFarlane
d57ff311e5 Replaced tabs with spaces in MANUAL.txt.
@jkr - the tabs were inserted by
your 624abeec5c,
presumably through some automatic setting in your editor
that replaced 8 spaces with a tab.

This messed up indented formatting in the manual.
2018-01-18 08:18:46 -08:00
Albert Krewinkel
0d935bd081
Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
John MacFarlane
d5d6c9876d Fixed small bug in README generation. 2017-12-30 10:46:08 -08:00
John MacFarlane
69e262fc5b Use gfm for generated README.md. 2017-12-30 10:40:41 -08:00
John MacFarlane
81b0b20827 Generate README.md from template and MANUAL.txt.
`make README.md` will generate the README.md after changes
to MANUAL.txt have been made.
2017-12-29 16:41:51 -08:00
John MacFarlane
a848d3e031 Mention JATS output (and input) in MANUAL, README, cabal description. 2017-12-21 22:20:38 -08:00
Jesse Rosenthal
1a5e494cb5 Add PowerPoint info to MANUAL and README. 2017-12-11 07:00:17 -05:00
Albert Krewinkel
677ff2aaea
README: fix groff ms link 2017-12-08 10:33:27 +01:00
John MacFarlane
b4f68a5a9f README: fixed link. 2017-11-12 10:31:31 -08:00
John MacFarlane
7d60e9e0eb Bring MANUAL, README, and pandoc.cabal description in sync. 2017-10-26 16:30:37 -07:00
rlpowell
2ae75e23dd Added TikiWiki reader (#3800)
Added TikiWiki reader, including tests and documentation.

It's probably not *complete*, but it works pretty well, handles all
the basics (and some not-so-basics).
2017-07-21 10:09:54 +02:00
John MacFarlane
9ac0a99292 Added mention of vimwiki raeder more places. 2017-06-20 16:57:39 +02:00
John MacFarlane
aface549a0 Mention muse reader in README, MANUAL, debian control, cabal description. 2017-06-19 10:50:59 +02:00
Albert Krewinkel
965f1ddd4a
Update dates in copyright notices
This follows the suggestions given by the FSF for GPL licensed software.
<https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html>
2017-05-13 23:30:13 +02:00
Alexander Krotov
d037c5019d Add Muse writer (#3489)
* Add Muse writer

* Advertise new Muse writer

* Muse writer: add regressions tests
2017-03-10 10:16:27 +01:00
Albert Krewinkel
c743e93912 Rearrange and extend badges in README (#3354)
* Reorganize badges to get a more harmonic look

* Add homebrew badge

* Add badge for pandoc-discuss google group
2017-01-15 10:48:28 +01:00