Skip to content

Releases: jwflory/bw

v0.1.0: Add AsciiDoc support

22 Jun 14:31
v0.1.0
5f09cfd
Compare
Choose a tag to compare

This is a feature release that adds an option to choose between one of two formats for the converted text, either AsciiDoc (new) or Markdown (the previous default). This is useful for people in the Fedora Project, who are often converting wiki pages into AsciiDoc text files for inclusion in the official Fedora Documentation website.

v0.0.3: Fix deprecated Pandoc flag

21 Jun 21:59
v0.0.3
7d05f4b
Compare
Choose a tag to compare

This release is a minor bugfix to resolve a deprecation warning from Pandoc when using ATX headers. This also narrows down the use of the ATX headers to Markdown files exclusively, which will become relevant in the next feature release with AsciiDoc support.

v0.0.2: First proof-of-concept

24 May 20:54
v0.0.2
b4f19f4
Compare
Choose a tag to compare

This was an idea I experimented with back in November 2019, and decided
to revisit and pick back up in May 2020 because it was an interesting
project and would be more useful if made generic.

So instead of being specific and custom to the MetaBrainz Community, I
added better support for any MediaWiki site, provided you know the API
URL to query. This is usually easy enough to find.

The easiest way to get up and running with this locally:

git clone --branch v0.0.2 https://github.com/jwflory/bw.git
cd bw/
pipenv shell
pipenv update --dev
bw --help