[chatter] r11777 - trunk/www
hannes at mccarthy.opendylan.org
hannes at mccarthy.opendylan.org
Sat Apr 26 13:03:57 CEST 2008
Author: hannes
Date: Sat Apr 26 13:03:55 2008
New Revision: 11777
Modified:
trunk/www/community.phtml
trunk/www/footer.html
trunk/www/news.phtml
trunk/www/ports.phtml
trunk/www/shared.inc
Log:
Job: website
update to new mailing list names ("gd-" prefix is gone)
Modified: trunk/www/community.phtml
==============================================================================
--- trunk/www/community.phtml (original)
+++ trunk/www/community.phtml Sat Apr 26 13:03:55 2008
@@ -72,41 +72,34 @@
</dd>
<dl>
<dt>
-<strong><a href="/mailman/listinfo/gd-hackers">gd-hackers</a></strong>
-<a href="mailto:gd-hackers-request at gwydiondylan.org?subject=subscribe">subscribe</a>
-<a href="/pipermail/gd-hackers/">archives</a>
+<strong><a href="/mailman/listinfo/hackers">hackers</a></strong>
+<a href="mailto:hackers-request at lists.opendylan.org?subject=subscribe">subscribe</a>
+<a href="/pipermail/hackers/">archives</a>
</dt>
<dd><p>Our public development list. Here's where we talk about improving
-Gwydion Dylan and co-ordinate most of our development work. (A very small bit
+Gwydion Dylan and Open Dylan. We coordinate most of our development work. (A very small bit
happens behind the scenes.) If you want to contribute, this is the place to
start. Just post a message explaining what you'd like to do, and see what other
-developers suggest. You can post small patches to the list, or upload big ones
-to our FTP site. Lurkers are also welcome!</p>
-
-<p>This list is moderated. The archived list is browsable at
-<a href="http://blog.gmane.org/gmane.comp.lang.dylan.gwydion.devel">gmane.comp.lang.dylan.gwydion.devel</a>.</p></dd>
+developers suggest. You can post small patches to the list. Lurkers are also welcome!</p></dd>
<dt>
-<strong><a href="/mailman/listinfo/gd-announce">gd-announce</a></strong>
-<a href="mailto:gd-announce-request at gwydiondylan.org?subject=subscribe">subscribe</a>
-<a href="/pipermail/gd-announce/">archives</a>
+<strong><a href="/mailman/listinfo/announce">announce</a></strong>
+<a href="mailto:announce-request at lists.opendylan.org?subject=subscribe">subscribe</a>
+<a href="/pipermail/announce/">archives</a>
</dt>
-<dd><p>Find out about new Gwydion Dylan releases! This is an extremely
-low-traffic list reserved for announcements. (If you subscribe to gd-hackers
-below, you don't need to subscribe to this list.) The archived list is browsable at
-<a href="http://blog.gmane.org/gmane.comp.lang.dylan.gwydion.announce">gmane.comp.lang.dylan.gwydion.announce</a>.</p></dd>
+<dd><p>Find out about new Gwydion Dylan and Open Dylan releases! This is an extremely
+low-traffic list reserved for announcements. (If you subscribe to hackers@,
+you don't need to subscribe to this list.)</p></dd>
<dt>
-<strong><a href="/mailman/listinfo/gd-chatter">gd-chatter</a></strong>
-<a href="mailto:gd-chatter-request at gwydiondylan.org?subject=subscribe">subscribe</a>
-<a href="/pipermail/gd-chatter/">archives</a>
+<strong><a href="/mailman/listinfo/chatter">chatter</a></strong>
+<a href="mailto:chatter-request at lists.opendylan.org?subject=subscribe">subscribe</a>
+<a href="/pipermail/chatter/">archives</a>
</dt>
<dd><p>This list contains nothing but Subversion and Bugzilla output. This is
-for developers who need to know everything that's going on.
-The archived list is browsable at
-<a href="http://blog.gmane.org/gmane.comp.lang.dylan.gwydion.cvs">gmane.comp.lang.dylan.gwydion.cvs</a>.</p></dd>
+for developers who need to know everything that's going on.</p></dd>
</dl>
</dl>
Modified: trunk/www/footer.html
==============================================================================
--- trunk/www/footer.html (original)
+++ trunk/www/footer.html Sat Apr 26 13:03:55 2008
@@ -6,12 +6,12 @@
<div id="gd-footer">
<div>
<span class="footerLHS">
- [<a href="mailto:gd-hackers at gwydiondylan.org">Feedback</a>]
+ [<a href="mailto:hackers at lists.opendylan.org">Feedback</a>]
</span>
</div>
<div>
-Copyright ©1998–2005 Gwydion Dylan Maintainers. All rights
+Copyright ©1998–2008 Gwydion Dylan Maintainers. All rights
reserved.
</div>
Modified: trunk/www/news.phtml
==============================================================================
--- trunk/www/news.phtml (original)
+++ trunk/www/news.phtml Sat Apr 26 13:03:55 2008
@@ -54,7 +54,7 @@
<DT><STRONG>First working version of d2c for MacOS reported (20 Oct 1999)</strong></dt>
<dd><p><a href="mailto:robm at lostwax.com">Rob Myers</a> announced on
-the gd-hackers mailing list that he has built a first version of d2c,
+the hackers mailing list that he has built a first version of d2c,
the Dylan compiler that's part of Gwydion, for MacOS. He expects to be
able to release patches next week. This means that Gwydion Dylan now
works on all major platforms (although nobody maintains the Win32 port
Modified: trunk/www/ports.phtml
==============================================================================
--- trunk/www/ports.phtml (original)
+++ trunk/www/ports.phtml Sat Apr 26 13:03:55 2008
@@ -45,7 +45,7 @@
Dylan interpreter for bootstrapping—this takes several hours on a 700
MHz Athlon and up to several days on early model Pentiums and PowerPCs.</p>
-<p>Please announce your efforts on our gd-hackers mailing list, let us know
+<p>Please announce your efforts on our hackers mailing list, let us know
of any problems you have (we may have seen them before). When you're done,
let us know as well, so we can put your binary on the server.</p>
Modified: trunk/www/shared.inc
==============================================================================
--- trunk/www/shared.inc (original)
+++ trunk/www/shared.inc Sat Apr 26 13:03:55 2008
@@ -21,9 +21,9 @@
}
function short_header ($title) {
- readfile("/var/www/header.html");
+ readfile("/var/www/website/header.html");
echo "<TITLE>Dylan: " . $title . "</TITLE><BODY>";
- readfile("/var/www/menu.html");
+ readfile("/var/www/website/menu.html");
}
function standard_header ($title) {
@@ -32,6 +32,6 @@
}
function standard_footer () {
- readfile("/var/www/footer.html");
+ readfile("/var/www/website/footer.html");
}
?>
More information about the chatter
mailing list