diff mbox series

[committed] wwwdocs: Move cilkplus to Inactive branches

Message ID 20201227185000.364BE33E5A@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Move cilkplus to Inactive branches | expand

Commit Message

Gerald Pfeifer Dec. 27, 2020, 6:49 p.m. UTC
Cilk Plus has been deprecated more than two years ago and not seen
development on the GCC side for a while, too.

The certificate for www.cilkplus.org expired four weeks ago, so
remove our link there as we move the Cilk Plus entry to the section
of Inactive Development branches.
---
 htdocs/git.html | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Comments

Eric Gallager Dec. 27, 2020, 6:59 p.m. UTC | #1
On Sun, Dec 27, 2020 at 1:50 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:

> Cilk Plus has been deprecated more than two years ago and not seen
> development on the GCC side for a while, too.
>
> The certificate for www.cilkplus.org expired four weeks ago, so
> remove our link there as we move the Cilk Plus entry to the section
> of Inactive Development branches.
> ---
>  htdocs/git.html | 15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
>
> diff --git a/htdocs/git.html b/htdocs/git.html
> index 305d0c93..41bbe35b 100644
> --- a/htdocs/git.html
> +++ b/htdocs/git.html
> @@ -442,14 +442,6 @@ in Git.</p>
>    <dd>This branch is for development of a C++ modules system.  It is
>        maintained by <a href="mailto:nathan@acm.org">Nathan
> Sidwell</a>.</dd>
>
> -  <dt>cilkplus</dt>
> -  <dd>This branch is for the development of
> -    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension
> support
> -    on GCC and G++ compilers.  This branch is maintained by
> -    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
> -    Patches to this branch must be prefixed with <code>[cilkplus]
> wwwdocs:</code> in the
> -    subject line.  It is also highly encouraged to CC the maintainer.</dd>
> -
>    <dt>fortran-dev</dt>
>    <dd>This branch is for disruptive changes to the Fortran front end,
>      especially for OOP development and
> @@ -822,6 +814,13 @@ merged.</p>
>    the code size optimization of GCC with code factoring methods (code
>    motion and merging algorithms).  It is no longer maintained.</dd>
>
> +  <dt>cilkplus</dt>
> +  <dd>This branch is for the development of Cilk Plus language extension
> +  support on GCC and G++ compilers.  This branch is maintained by
> +  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
> +  Patches to this branch must be prefixed with <code>[cilkplus]
> wwwdocs:</code> in
> +  the subject.  It is also highly encouraged to CC the maintainer.</dd>
> +
>

If it's now inactive, maybe also reword the description to change tense
from present to past?
i.e.:

<dt>cilkplus</dt>
<dd>This branch was for the development of the now-obsolete Cilk Plus
language extension support for the GCC and G++ compilers.  This branch
was maintained by <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
Iyer</a>.
When patches to this branch were still being accepted, they were required
to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
can be used as a search term for people looking in the mail archives for
more information about this branch.</dd>


>    <dt>compile-server-branch</dt>
>    <dd>This branch was aimed at improving compile speed by caching work
>    done between compilations.  The work saved is mainly related to header
> --
> 2.29.2
>
Eric Gallager Dec. 27, 2020, 7:01 p.m. UTC | #2
On Sun, Dec 27, 2020 at 1:59 PM Eric Gallager <egall@gwmail.gwu.edu> wrote:

> On Sun, Dec 27, 2020 at 1:50 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
>> Cilk Plus has been deprecated more than two years ago and not seen
>> development on the GCC side for a while, too.
>>
>> The certificate for www.cilkplus.org expired four weeks ago, so
>> remove our link there as we move the Cilk Plus entry to the section
>> of Inactive Development branches.
>> ---
>>  htdocs/git.html | 15 +++++++--------
>>  1 file changed, 7 insertions(+), 8 deletions(-)
>>
>> diff --git a/htdocs/git.html b/htdocs/git.html
>> index 305d0c93..41bbe35b 100644
>> --- a/htdocs/git.html
>> +++ b/htdocs/git.html
>> @@ -442,14 +442,6 @@ in Git.</p>
>>    <dd>This branch is for development of a C++ modules system.  It is
>>        maintained by <a href="mailto:nathan@acm.org">Nathan
>> Sidwell</a>.</dd>
>>
>> -  <dt>cilkplus</dt>
>> -  <dd>This branch is for the development of
>> -    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension
>> support
>> -    on GCC and G++ compilers.  This branch is maintained by
>> -    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
>> -    Patches to this branch must be prefixed with <code>[cilkplus]
>> wwwdocs:</code> in the
>> -    subject line.  It is also highly encouraged to CC the
>> maintainer.</dd>
>> -
>>    <dt>fortran-dev</dt>
>>    <dd>This branch is for disruptive changes to the Fortran front end,
>>      especially for OOP development and
>> @@ -822,6 +814,13 @@ merged.</p>
>>    the code size optimization of GCC with code factoring methods (code
>>    motion and merging algorithms).  It is no longer maintained.</dd>
>>
>> +  <dt>cilkplus</dt>
>> +  <dd>This branch is for the development of Cilk Plus language extension
>> +  support on GCC and G++ compilers.  This branch is maintained by
>> +  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
>> +  Patches to this branch must be prefixed with <code>[cilkplus]
>> wwwdocs:</code> in
>> +  the subject.  It is also highly encouraged to CC the maintainer.</dd>
>> +
>>
>
> If it's now inactive, maybe also reword the description to change tense
> from present to past?
> i.e.:
>
> <dt>cilkplus</dt>
> <dd>This branch was for the development of the now-obsolete Cilk Plus
> language extension support for the GCC and G++ compilers.  This branch
> was maintained by <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> Iyer</a>.
> When patches to this branch were still being accepted, they were required
> to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
> can be used as a search term for people looking in the mail archives for
> more information about this branch.</dd>
>

Also maybe remove the email address, since it bounces now


>
>
>>    <dt>compile-server-branch</dt>
>>    <dd>This branch was aimed at improving compile speed by caching work
>>    done between compilations.  The work saved is mainly related to header
>> --
>> 2.29.2
>>
>
Gerald Pfeifer Dec. 27, 2020, 11:55 p.m. UTC | #3
On Sun, 27 Dec 2020, Eric Gallager wrote:
> If it's now inactive, maybe also reword the description to change tense
> from present to past?
> i.e.:

Yes...

> <dt>cilkplus</dt>
> <dd>This branch was for the development of the now-obsolete Cilk Plus
> language extension support for the GCC and G++ compilers.  This branch
> was maintained by <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> Iyer</a>.
> When patches to this branch were still being accepted, they were required
> to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
> can be used as a search term for people looking in the mail archives for
> more information about this branch.</dd>

...though in the spirit of keeping things here as brief as possible,
how about "Patches were required to ..." and similarly trying to shorten
the rest of that paragraph?

On Sun, 27 Dec 2020, Eric Gallager wrote:
> Also maybe remove the email address, since it bounces now

Agreed.

Do you want to go ahead and commit those changes? Help with the 
web pages is much appreciated, and it's quite simple actually 
(cf. https://gcc.gnu.org/about.html and I'm happy to help).

Thanks,
Gerald
Eric Gallager Dec. 28, 2020, 6:01 p.m. UTC | #4
On Sun, Dec 27, 2020 at 6:55 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:

> On Sun, 27 Dec 2020, Eric Gallager wrote:
> > If it's now inactive, maybe also reword the description to change tense
> > from present to past?
> > i.e.:
>
> Yes...
>
> > <dt>cilkplus</dt>
> > <dd>This branch was for the development of the now-obsolete Cilk Plus
> > language extension support for the GCC and G++ compilers.  This branch
> > was maintained by <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> > Iyer</a>.
> > When patches to this branch were still being accepted, they were required
> > to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject,
> which
> > can be used as a search term for people looking in the mail archives for
> > more information about this branch.</dd>
>
> ...though in the spirit of keeping things here as brief as possible,
> how about "Patches were required to ..." and similarly trying to shorten
> the rest of that paragraph?
>
> On Sun, 27 Dec 2020, Eric Gallager wrote:
> > Also maybe remove the email address, since it bounces now
>
> Agreed.
>
> Do you want to go ahead and commit those changes? Help with the
> web pages is much appreciated, and it's quite simple actually
> (cf. https://gcc.gnu.org/about.html and I'm happy to help).
>
>
I haven't made a commit to the wwwdocs repo yet, and the last time I
committed
to the main gcc sources repo it was before the transition to git, and I did
it from a
different computer, and I'm not sure if I transferred my ssh keys to my new
computer properly; I might need some help with the setup there... it might
be
faster to just commit the changes yourself.


> Thanks,
> Gerald
>
Gerald Pfeifer Jan. 17, 2021, 1:08 a.m. UTC | #5
On Mon, 28 Dec 2020, Eric Gallager wrote:
>> (cf. https://gcc.gnu.org/about.html and I'm happy to help).
> I haven't made a commit to the wwwdocs repo yet, and the last time I 
> committed to the main gcc sources repo it was before the transition 
> to git, and I did it from a different computer, and I'm not sure if I 
> transferred my ssh keys to my new computer properly; I might need some 
> help with the setup there... it might be faster to just commit the 
> changes yourself.

I'd encourage you to give it a try - working on wwwdocs in the git world
is quite easy and convenient (and git in general has been a good move for
GCC). :-)

Reach out if you need help; for now I'll take care of this change.

Gerald
diff mbox series

Patch

diff --git a/htdocs/git.html b/htdocs/git.html
index 305d0c93..41bbe35b 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -442,14 +442,6 @@  in Git.</p>
   <dd>This branch is for development of a C++ modules system.  It is
       maintained by <a href="mailto:nathan@acm.org">Nathan Sidwell</a>.</dd>
 
-  <dt>cilkplus</dt>
-  <dd>This branch is for the development of
-    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension support
-    on GCC and G++ compilers.  This branch is maintained by
-    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
-    Patches to this branch must be prefixed with <code>[cilkplus] wwwdocs:</code> in the
-    subject line.  It is also highly encouraged to CC the maintainer.</dd>
-
   <dt>fortran-dev</dt>
   <dd>This branch is for disruptive changes to the Fortran front end,
     especially for OOP development and 
@@ -822,6 +814,13 @@  merged.</p>
   the code size optimization of GCC with code factoring methods (code
   motion and merging algorithms).  It is no longer maintained.</dd>
 
+  <dt>cilkplus</dt>
+  <dd>This branch is for the development of Cilk Plus language extension
+  support on GCC and G++ compilers.  This branch is maintained by
+  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
+  Patches to this branch must be prefixed with <code>[cilkplus] wwwdocs:</code> in
+  the subject.  It is also highly encouraged to CC the maintainer.</dd>
+
   <dt>compile-server-branch</dt>
   <dd>This branch was aimed at improving compile speed by caching work
   done between compilations.  The work saved is mainly related to header