diff mbox series

[committed] wwwdocs: readings: www.cmass.com is gone, remove

Message ID 20220409123348.B630433E81@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: readings: www.cmass.com is gone, remove | expand

Commit Message

Gerald Pfeifer April 9, 2022, 12:33 p.m. UTC
I pushed this for now.

Gaius, if you want to make changes to that section of readings.html,
absolutely be free doing so (and I'll be happy help, too).

Gerald

---
 htdocs/readings.html | 1 -
 1 file changed, 1 deletion(-)

Comments

Gaius Mulley April 11, 2022, 9:51 a.m. UTC | #1
Gerald Pfeifer <gerald@pfeifer.com> writes:

> I pushed this for now.
>
> Gaius, if you want to make changes to that section of readings.html,
> absolutely be free doing so (and I'll be happy help, too).
>
> Gerald
>
> ---
>  htdocs/readings.html | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/htdocs/readings.html b/htdocs/readings.html
> index 12755d7e..8689eab8 100644
> --- a/htdocs/readings.html
> +++ b/htdocs/readings.html
> @@ -569,7 +569,6 @@ names.
>  <h3>Modula 3 information</h3>
>  
>  <ul>
> -  <li><a href="http://www.cmass.com">http://www.cmass.com</a></li>
>    <li><a href="http://www.modula3.org">http://www.modula3.org</a></li>
>  </ul>

Hi Gerald,

looks fine - sure how about adding:


<h3>Modula 3 information</h3>
<ul>
   <li><a href="http://www.modula3.org">http://www.modula3.org</a></li>
</ul>

<h3>Modula 2 information</h3>
<ul>
   <li><a href="https://freepages.modula2.org/intro.html#Modula2">Information</a></li>
   <li><a href="https://www.nongnu.org/gm2/12/dialect.html">Modula-2 dialects</a></li>
</ul>


perhaps?

regards,
Gaius
Gerald Pfeifer Jan. 21, 2023, 1:17 p.m. UTC | #2
Hi Gaius,

On Mon, 11 Apr 2022, Gaius Mulley wrote:
>> Gaius, if you want to make changes to that section of readings.html,
>> absolutely be free doing so (and I'll be happy help, too).
> looks fine - sure how about adding:
> 
> <h3>Modula 3 information</h3>
> <ul>
>    <li><a href="http://www.modula3.org">http://www.modula3.org</a></li>
> </ul>
> 
> <h3>Modula 2 information</h3>
> <ul>
>    <li><a href="https://freepages.modula2.org/intro.html#Modula2">Information</a></li>
>    <li><a href="https://www.nongnu.org/gm2/12/dialect.html">Modula-2 dialects</a></li>
> </ul>

I noticed you have not pushed this. If you consider it useful, definitely 
go ahead.

Gerald
diff mbox series

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 12755d7e..8689eab8 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -569,7 +569,6 @@  names.
 <h3>Modula 3 information</h3>
 
 <ul>
-  <li><a href="http://www.cmass.com">http://www.cmass.com</a></li>
   <li><a href="http://www.modula3.org">http://www.modula3.org</a></li>
 </ul>