doc: Allow asciidoc again#542
Open
thesamesam wants to merge 1 commit into
Open
Conversation
thesamesam
force-pushed
the
allow-asciidoc-again
branch
from
July 8, 2023 22:50
647bfa7 to
9f06db6
Compare
This effectively reverts 0e63843 and 173319e. 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 f132c94. Signed-off-by: Sam James <sam@gentoo.org>
thesamesam
force-pushed
the
allow-asciidoc-again
branch
from
July 10, 2023 03:13
9f06db6 to
10cfa98
Compare
Owner
|
Thanks, merged in: 9dfee7b
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". |
digint
force-pushed
the
master
branch
6 times, most recently
from
August 5, 2023 18:28
594fc6d to
dac6350
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This effectively reverts 0e63843 and 173319e.
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 f132c94.