Skip to content

Commit

Permalink
Merge pull request #265 from dalibo/release_2303
Browse files Browse the repository at this point in the history
Release 23.03
  • Loading branch information
daamien authored Mar 17, 2023
2 parents e0f6b7a + e6c2fa7 commit 9194e91
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tmp-*
tests/output/
tests/*.bats.log
missfont.log
.panda
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ __Changes__

<https://github.com/dalibo/pandocker/milestone/14>

* python-is-python3
* pandoc-latex-admonition is deprecated
* FIX #263 remove soulutf8
* update pandoc-cover
* update pandoc-jinja
* update pandoc-run-postgres
* [latex] Add pdfcol package


23.01 - Maintenance Release
-------------------------------------------------------------------------------

Expand Down
67 changes: 66 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,73 @@

Pandocker 23.03: Maintenance Version
================================================================================

Eymoutiers, Mars 17, 2023


What is this ?
--------------------------------------------------------------------------------

Pandocker is a docker image containing a complete document production toolchain
based on `pandoc` with filters, templates, fonts, and the latex bazaar

It allows you to generate slides and documents without installing the required
depencies on your machine. It is also very usefull to integrate pandoc into
a CI workflow such as Github Actions, Gitlab Pipelines, etc.

For instance to generate an EPUB file from a markdown source, you can simply
type:

```
docker run --rm -v `pwd`:/pandoc dalibo/pandocker test.md -o test.epub
```

This image is available under BSD Licence and it has 4 main tags:

* `stable` should be used in production
* `stable-full` for non-european languages
* `latest` and `latest-full` are the development versions

You can also retrieve older versions by their version number:
`dalibo/pandocker:19.11`, `dalibo/pandocker:21.02-full`, etc.

For more details :

* Github : <https://github.com/dalibo/pandocker>
* Docker Hub : <https://hub.docker.com/r/dalibo/pandocker/>


Maintenance release
--------------------------------------------------------------------------------

This new version brings minor updates and prepares the ground before important
changes.


How to upgrade
--------------------------------------------------------------------------------

```console
docker pull dalibo/pandocker:stable
```


How to contribute
--------------------------------------------------------------------------------

Pandocker is an open project, contributions are welcome.

If you want to help, you can find a list of "Junior Jobs" here:

<https://github.com/dalibo/pandocker/labels/Junior%20Job>


----

Pandocker 23.01: Maintenance Version
================================================================================

Eymoutiers, Janvier 23, 2022
Eymoutiers, Janvier 23, 2023


What is this ?
Expand Down

0 comments on commit 9194e91

Please sign in to comment.