diff mbox series

docs/website: use lore for ml search

Message ID 20210826131814.18240-1-buildroot@heine.tech
State Accepted
Headers show
Series docs/website: use lore for ml search | expand

Commit Message

Michael Nosthoff Aug. 26, 2021, 1:18 p.m. UTC
the nabble.com link is dead and lore has a good search.
So use lore for the search form.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 docs/website/support.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Comments

Arnout Vandecappelle Aug. 26, 2021, 9:17 p.m. UTC | #1
On 26/08/2021 15:18, Michael Nosthoff via buildroot wrote:
> the nabble.com link is dead and lore has a good search.
> So use lore for the search form.
> 
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

 Applied to master, thanks.

 There's another nabble link that is supposed to load the last mails on the
list, could be useful to replace that one as well. Though apparently the CORS
proxy that we're supposed to use is dead anyway - Angelo, maybe you can take a
look at that?

 There's also a gmane link that is supposed to point to the mailing list,
perhaps that one should be replaced by lore as well.

 Regards,
 Arnout

> ---
>  docs/website/support.html | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/docs/website/support.html b/docs/website/support.html
> index 97ca296836..90231f601c 100644
> --- a/docs/website/support.html
> +++ b/docs/website/support.html
> @@ -59,11 +59,8 @@
>  		    list, since there is a good chance someone else has asked the same question
>  		    before.</p>
>  
> -		  <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
> -		    <input type="text" name="query">
> -		    <input type="hidden" name="macro" value="search_page">
> -		    <input type="hidden" name="node" value="2">
> -		    <input type="hidden" name="sort" value="date">
> +		  <form method="get" action="https://lore.kernel.org/buildroot/">
> +		    <input type="text" name="q">
>  		    <button type="submit" class="btn btn-default">Submit</button>
>  		  </form>
>  		</div>
>
Angelo Compagnucci Aug. 27, 2021, 4:45 p.m. UTC | #2
Il giorno gio 26 ago 2021 alle ore 23:18 Arnout Vandecappelle
<arnout@mind.be> ha scritto:
>
>
>
> On 26/08/2021 15:18, Michael Nosthoff via buildroot wrote:
> > the nabble.com link is dead and lore has a good search.
> > So use lore for the search form.
> >
> > Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
>
>  Applied to master, thanks.
>
>  There's another nabble link that is supposed to load the last mails on the
> list, could be useful to replace that one as well. Though apparently the CORS
> proxy that we're supposed to use is dead anyway - Angelo, maybe you can take a
> look at that?

Looking already for a replacement. I'll send a patch as soon as I have
something working.

>
>  There's also a gmane link that is supposed to point to the mailing list,
> perhaps that one should be replaced by lore as well.
>
>  Regards,
>  Arnout
>
> > ---
> >  docs/website/support.html | 7 ++-----
> >  1 file changed, 2 insertions(+), 5 deletions(-)
> >
> > diff --git a/docs/website/support.html b/docs/website/support.html
> > index 97ca296836..90231f601c 100644
> > --- a/docs/website/support.html
> > +++ b/docs/website/support.html
> > @@ -59,11 +59,8 @@
> >                   list, since there is a good chance someone else has asked the same question
> >                   before.</p>
> >
> > -               <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
> > -                 <input type="text" name="query">
> > -                 <input type="hidden" name="macro" value="search_page">
> > -                 <input type="hidden" name="node" value="2">
> > -                 <input type="hidden" name="sort" value="date">
> > +               <form method="get" action="https://lore.kernel.org/buildroot/">
> > +                 <input type="text" name="q">
> >                   <button type="submit" class="btn btn-default">Submit</button>
> >                 </form>
> >               </div>
> >
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/docs/website/support.html b/docs/website/support.html
index 97ca296836..90231f601c 100644
--- a/docs/website/support.html
+++ b/docs/website/support.html
@@ -59,11 +59,8 @@ 
 		    list, since there is a good chance someone else has asked the same question
 		    before.</p>
 
-		  <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
-		    <input type="text" name="query">
-		    <input type="hidden" name="macro" value="search_page">
-		    <input type="hidden" name="node" value="2">
-		    <input type="hidden" name="sort" value="date">
+		  <form method="get" action="https://lore.kernel.org/buildroot/">
+		    <input type="text" name="q">
 		    <button type="submit" class="btn btn-default">Submit</button>
 		  </form>
 		</div>