public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Form to subscribe to gdb mailing lists
@ 2020-05-11  4:06 Simon Marchi
  2020-05-11 15:44 ` Joel Brobecker
  2020-05-11 23:12 ` Joel Brobecker
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Marchi @ 2020-05-11  4:06 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

It has been reported [1] that the form on the following page to subscribe to mailing lists is broken,
probably due to the recent infrastructure changes:

https://www.gnu.org/software/gdb/mailing-lists/

I propose that:

1. We remove this form
2. We change the mailing list links to point to the "listinfo" links, where people can register

For example, that means changing the "gdb" link from

  https://sourceware.org/pipermail/gdb/

to

  https://sourceware.org/mailman/listinfo/gdb

The first link leads to the archives, but the listinfo page has a link to the archives, so it's not lost.

Simon

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=25906

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11  4:06 Form to subscribe to gdb mailing lists Simon Marchi
@ 2020-05-11 15:44 ` Joel Brobecker
  2020-05-11 16:10   ` Simon Marchi
  2020-05-11 23:12 ` Joel Brobecker
  1 sibling, 1 reply; 8+ messages in thread
From: Joel Brobecker @ 2020-05-11 15:44 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches

Hi Simon,

> It has been reported [1] that the form on the following page to subscribe to mailing lists is broken,
> probably due to the recent infrastructure changes:
> 
> https://www.gnu.org/software/gdb/mailing-lists/
> 
> I propose that:
> 
> 1. We remove this form
> 2. We change the mailing list links to point to the "listinfo" links, where people can register
> 
> For example, that means changing the "gdb" link from
> 
>   https://sourceware.org/pipermail/gdb/
> 
> to
> 
>   https://sourceware.org/mailman/listinfo/gdb
> 
> The first link leads to the archives, but the listinfo page has a link
> to the archives, so it's not lost.

Sounds good to me.

Would you like me to take care of making the changes?

-- 
Joel

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11 15:44 ` Joel Brobecker
@ 2020-05-11 16:10   ` Simon Marchi
  2020-05-11 16:21     ` Joel Brobecker
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Marchi @ 2020-05-11 16:10 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 2020-05-11 11:44 a.m., Joel Brobecker wrote:
> Hi Simon,
> 
>> It has been reported [1] that the form on the following page to subscribe to mailing lists is broken,
>> probably due to the recent infrastructure changes:
>>
>> https://www.gnu.org/software/gdb/mailing-lists/
>>
>> I propose that:
>>
>> 1. We remove this form
>> 2. We change the mailing list links to point to the "listinfo" links, where people can register
>>
>> For example, that means changing the "gdb" link from
>>
>>   https://sourceware.org/pipermail/gdb/
>>
>> to
>>
>>   https://sourceware.org/mailman/listinfo/gdb
>>
>> The first link leads to the archives, but the listinfo page has a link
>> to the archives, so it's not lost.
> 
> Sounds good to me.
> 
> Would you like me to take care of making the changes?

Ultimately, I think you are the one managing the website?  I don't mind
doing the work and sending you a patch if you point me to the right place.

Simon

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11 16:10   ` Simon Marchi
@ 2020-05-11 16:21     ` Joel Brobecker
  2020-05-11 17:16       ` Simon Marchi
  0 siblings, 1 reply; 8+ messages in thread
From: Joel Brobecker @ 2020-05-11 16:21 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches

> > Would you like me to take care of making the changes?
> 
> Ultimately, I think you are the one managing the website?  I don't mind
> doing the work and sending you a patch if you point me to the right place.

I'm one of the few who has the credentials  and a mental picture for
our two websites (yep, we have two copies of it). Until someone comes in
and decides to revamp the whole website, something that would be very nice,
IMO, its minimal work, so I've always felt it unnecessary to force others
to go through the whole setup phase, just for the one patch every few years.

I'll take care of it, it's no bother.

-- 
Joel

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11 16:21     ` Joel Brobecker
@ 2020-05-11 17:16       ` Simon Marchi
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Marchi @ 2020-05-11 17:16 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 2020-05-11 12:21 p.m., Joel Brobecker wrote:
>>> Would you like me to take care of making the changes?
>>
>> Ultimately, I think you are the one managing the website?  I don't mind
>> doing the work and sending you a patch if you point me to the right place.
> 
> I'm one of the few who has the credentials  and a mental picture for
> our two websites (yep, we have two copies of it). Until someone comes in
> and decides to revamp the whole website, something that would be very nice,
> IMO, its minimal work, so I've always felt it unnecessary to force others
> to go through the whole setup phase, just for the one patch every few years.
> 
> I'll take care of it, it's no bother.

Ok, thanks!

Simon

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11  4:06 Form to subscribe to gdb mailing lists Simon Marchi
  2020-05-11 15:44 ` Joel Brobecker
@ 2020-05-11 23:12 ` Joel Brobecker
  2020-05-11 23:46   ` Simon Marchi
  1 sibling, 1 reply; 8+ messages in thread
From: Joel Brobecker @ 2020-05-11 23:12 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches

Hi Simon,

On Mon, May 11, 2020 at 12:06:03AM -0400, Simon Marchi wrote:
> It has been reported [1] that the form on the following page to subscribe to mailing lists is broken,
> probably due to the recent infrastructure changes:
> 
> https://www.gnu.org/software/gdb/mailing-lists/
> 
> I propose that:
> 
> 1. We remove this form
> 2. We change the mailing list links to point to the "listinfo" links, where people can register
> 
> For example, that means changing the "gdb" link from
> 
>   https://sourceware.org/pipermail/gdb/
> 
> to
> 
>   https://sourceware.org/mailman/listinfo/gdb
> 
> The first link leads to the archives, but the listinfo page has a link to the archives, so it's not lost.

I've made the update.

Each mailing list entry looks like this, now:

   gdb-announce (archives)
        A read-only low volume list for the posting of announcements
        about releases or other important events.

"gdb-announce" is a link that points to the mailmain user interface
for that mailing-list.

"archives" is a link to the archives.

That way, we get both a link to the subscribe/unsubscribe and
the archives at the same time!

Normally, I tested every link, but let me know if missed something,
or misunderstood.

-- 
Joel

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11 23:12 ` Joel Brobecker
@ 2020-05-11 23:46   ` Simon Marchi
  2020-05-12 18:45     ` Joel Brobecker
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Marchi @ 2020-05-11 23:46 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 2020-05-11 7:12 p.m., Joel Brobecker wrote:
> I've made the update.
> 
> Each mailing list entry looks like this, now:
> 
>    gdb-announce (archives)
>         A read-only low volume list for the posting of announcements
>         about releases or other important events.
> 
> "gdb-announce" is a link that points to the mailmain user interface
> for that mailing-list.
> 
> "archives" is a link to the archives.
> 
> That way, we get both a link to the subscribe/unsubscribe and
> the archives at the same time!
> 
> Normally, I tested every link, but let me know if missed something,
> or misunderstood.

Thanks, it looks good!

I would add that the link in `Patches should be sent to gdb-patches.` in useless,
as it links to the node that is just beneath.  So it's not even clear what happens
when you click on it.  It could be removed I think.

Simon

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

* Re: Form to subscribe to gdb mailing lists
  2020-05-11 23:46   ` Simon Marchi
@ 2020-05-12 18:45     ` Joel Brobecker
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Brobecker @ 2020-05-12 18:45 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches

> I would add that the link in `Patches should be sent to gdb-patches.`
> in useless, as it links to the node that is just beneath.  So it's not
> even clear what happens when you click on it.  It could be removed I
> think.

Agreed. Link removed :).

-- 
Joel

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

end of thread, other threads:[~2020-05-12 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11  4:06 Form to subscribe to gdb mailing lists Simon Marchi
2020-05-11 15:44 ` Joel Brobecker
2020-05-11 16:10   ` Simon Marchi
2020-05-11 16:21     ` Joel Brobecker
2020-05-11 17:16       ` Simon Marchi
2020-05-11 23:12 ` Joel Brobecker
2020-05-11 23:46   ` Simon Marchi
2020-05-12 18:45     ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).