All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc
@ 2022-02-28 16:32 Théo Lebrun via buildroot
  2022-03-07 19:28 ` Peter Korsgaard
  2022-03-17  7:48 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Théo Lebrun via buildroot @ 2022-02-28 16:32 UTC (permalink / raw)
  To: buildroot; +Cc: Théo Lebrun, Thomas De Schampheleire

Links were aimed at the methods.co.nz domain, which is now returning
404s. The current situation of AsciiDoc is unclear to me: the Fedora
package points to this website, they own asciidoc.org, Wikipedia points
to this project as well but their Git repo's README includes the
following paragraph:

> AsciiDoc.py is a legacy processor for this syntax, handling an older
> rendition of AsciiDoc. As such, this will not properly handle the
> current AsciiDoc specification. It is suggested that unless you
> specifically require the AsciiDoc.py toolchain, you should find a
> processor that handles the modern AsciiDoc syntax.
--- https://github.com/asciidoc-py/asciidoc-py/blob/10.1.3/README.md

"AsciiDoc specification" pointing towards:
https://projects.eclipse.org/projects/asciidoc.asciidoc-lang

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
 docs/conf/asciidoc-text.conf  | 2 +-
 docs/manual/writing-rules.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf/asciidoc-text.conf b/docs/conf/asciidoc-text.conf
index 470bdecfc2..bb614b9d85 100644
--- a/docs/conf/asciidoc-text.conf
+++ b/docs/conf/asciidoc-text.conf
@@ -1,5 +1,5 @@
 # Refer to following asciidoc documentation:
-#     http://www.methods.co.nz/asciidoc/userguide.html
+#     https://asciidoc-py.github.io/userguide.html
 # In particular sections "Macros" and "Attribute References"
 #
 # For hyperlinks, show 'link text [URL]' (if link text provided) or 'URL'
diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
index 57ba61bdb1..84d8f76431 100644
--- a/docs/manual/writing-rules.txt
+++ b/docs/manual/writing-rules.txt
@@ -207,10 +207,10 @@ https://github.com/pengutronix/genimage/blob/master/README.rst[].
 === The documentation
 
 The documentation uses the
-http://www.methods.co.nz/asciidoc/[asciidoc] format.
+https://asciidoc-py.github.io/[asciidoc] format.
 
 For further details about the asciidoc syntax, refer to
-http://www.methods.co.nz/asciidoc/userguide.html[].
+https://asciidoc-py.github.io/userguide.html[].
 
 === Support scripts
 
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc
  2022-02-28 16:32 [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc Théo Lebrun via buildroot
@ 2022-03-07 19:28 ` Peter Korsgaard
  2022-03-17  7:48 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-07 19:28 UTC (permalink / raw)
  To: Théo Lebrun via buildroot; +Cc: Théo Lebrun, Thomas De Schampheleire

>>>>> "Théo" == Théo Lebrun via buildroot <buildroot@buildroot.org> writes:

 > Links were aimed at the methods.co.nz domain, which is now returning
 > 404s. The current situation of AsciiDoc is unclear to me: the Fedora
 > package points to this website, they own asciidoc.org, Wikipedia points
 > to this project as well but their Git repo's README includes the
 > following paragraph:

 >> AsciiDoc.py is a legacy processor for this syntax, handling an older
 >> rendition of AsciiDoc. As such, this will not properly handle the
 >> current AsciiDoc specification. It is suggested that unless you
 >> specifically require the AsciiDoc.py toolchain, you should find a
 >> processor that handles the modern AsciiDoc syntax.
 > --- https://github.com/asciidoc-py/asciidoc-py/blob/10.1.3/README.md

This is listed as patch 2/2, but I don't see a 1/2?

Notice that --- ends the commit message, so everything after this get
dropped when applying the patch with git am.

Committed with that fixed, thanks.

 > "AsciiDoc specification" pointing towards:
 > https://projects.eclipse.org/projects/asciidoc.asciidoc-lang

 > Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
 > ---
 >  docs/conf/asciidoc-text.conf  | 2 +-
 >  docs/manual/writing-rules.txt | 4 ++--
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/docs/conf/asciidoc-text.conf b/docs/conf/asciidoc-text.conf
 > index 470bdecfc2..bb614b9d85 100644
 > --- a/docs/conf/asciidoc-text.conf
 > +++ b/docs/conf/asciidoc-text.conf
 > @@ -1,5 +1,5 @@
 >  # Refer to following asciidoc documentation:
 > -#     http://www.methods.co.nz/asciidoc/userguide.html
 > +#     https://asciidoc-py.github.io/userguide.html
 >  # In particular sections "Macros" and "Attribute References"
 >  #
 >  # For hyperlinks, show 'link text [URL]' (if link text provided) or 'URL'
 > diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
 > index 57ba61bdb1..84d8f76431 100644
 > --- a/docs/manual/writing-rules.txt
 > +++ b/docs/manual/writing-rules.txt
 > @@ -207,10 +207,10 @@ https://github.com/pengutronix/genimage/blob/master/README.rst[].
 >  === The documentation
 
 >  The documentation uses the
 > -http://www.methods.co.nz/asciidoc/[asciidoc] format.
 > +https://asciidoc-py.github.io/[asciidoc] format.
 
 >  For further details about the asciidoc syntax, refer to
 > -http://www.methods.co.nz/asciidoc/userguide.html[].
 > +https://asciidoc-py.github.io/userguide.html[].
 
 >  === Support scripts
 
 > -- 

 > 2.35.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc
  2022-02-28 16:32 [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc Théo Lebrun via buildroot
  2022-03-07 19:28 ` Peter Korsgaard
@ 2022-03-17  7:48 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-17  7:48 UTC (permalink / raw)
  To: Théo Lebrun via buildroot; +Cc: Théo Lebrun, Thomas De Schampheleire

>>>>> "Théo" == Théo Lebrun via buildroot <buildroot@buildroot.org> writes:

 > Links were aimed at the methods.co.nz domain, which is now returning
 > 404s. The current situation of AsciiDoc is unclear to me: the Fedora
 > package points to this website, they own asciidoc.org, Wikipedia points
 > to this project as well but their Git repo's README includes the
 > following paragraph:

 >> AsciiDoc.py is a legacy processor for this syntax, handling an older
 >> rendition of AsciiDoc. As such, this will not properly handle the
 >> current AsciiDoc specification. It is suggested that unless you
 >> specifically require the AsciiDoc.py toolchain, you should find a
 >> processor that handles the modern AsciiDoc syntax.
 > --- https://github.com/asciidoc-py/asciidoc-py/blob/10.1.3/README.md

 > "AsciiDoc specification" pointing towards:
 > https://projects.eclipse.org/projects/asciidoc.asciidoc-lang

 > Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-17  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 16:32 [Buildroot] [PATCH 2/2] docs: fix links to AsciiDoc Théo Lebrun via buildroot
2022-03-07 19:28 ` Peter Korsgaard
2022-03-17  7:48 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.