]> git.ipfire.org Git - thirdparty/libvirt.git/commit
news: Convert to reStructuredText
authorAndrea Bolognani <abologna@redhat.com>
Tue, 2 Jun 2020 11:44:21 +0000 (13:44 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 5 Jun 2020 14:27:33 +0000 (16:27 +0200)
commitdcd14c88a1e18820c4d8b4e002dc18dd8505f044
tree90cbf805ae9c54b0ce2b70f54b010daf57641b3f
parent0ccfcd0361cd630b9daaf0f19062fe546ce9ddad
news: Convert to reStructuredText

Instead of storing release notes as XML and then converting them
to HTML and ASCII at build time using XSLT and a custom script,
we can use reStructuredText as both the source and ASCII
representation and generate HTML from it using the same tooling
we already use for the rest of the documentation.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Makefile.am
NEWS.rst [new file with mode: 0644]
docs/Makefile.am
docs/libvirt.css
docs/news-ascii.xsl [deleted file]
docs/news-html.xsl [deleted file]
docs/news.rng [deleted file]
docs/news.xml [deleted file]
scripts/reformat-news.py [deleted file]
tests/virschematest.c