digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.58k stars 116 forks source link

doc: Allow asciidoc again #542

Open thesamesam opened 1 year ago

thesamesam commented 1 year ago

This effectively reverts 0e63843195eb35c26386863d18a70a764a3efd04 and 173319e7e1599ef9d08b985740e55020ebc2ea85.

asciidoc has been revived (for a while now) and doesn't require Python 2. We still prefer asciidoctor and fallback to asciidoc/a2x if it's not available.

Comparing the asciidoc and asciidoctor man pages, everything looks OK.

Python tends to be available more readily in distribution build environments rather than the Ruby stack. Also, the pregenerated man pages are gone as of f132c94c655afa930a73423e6c1abf88d412f49d.

digint commented 12 months ago

Thanks, merged in: 9dfee7bc32f392a599164ae4c2a0c24d418751ef

Comparing the asciidoc and asciidoctor man pages, everything looks OK.

I checked as well, there is subtle whitespace changes, and email addresses are shown in brackets <>.

I'm thinking of making "asciidoc" the default again, do you have any insight about the project? Do you expect it to live on for a while?

I will need to check painfullness for adaptions to debian package, on gentoo it should only change BDEPEND="app-text/asciidoc".