Author: notting Update of /cvs/fedora/web/html/About/Projects In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31242 Modified Files: directory.php Log Message: edit Index: directory.php =================================================================== RCS file: /cvs/fedora/web/html/About/Projects/directory.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- directory.php 29 Nov 2005 17:30:30 -0000 1.1 +++ directory.php 24 Oct 2006 15:31:12 -0000 1.2 @@ -19,7 +19,7 @@ * it is displayed at the top of the page */ $project->display_name="Fedora Directory Server Project"; $project->project_name="directory"; -$project->mailing_list="fedora-directory-devel"; +$project->mailing_list="fedora-directory-users"; //$project->cvs_module="sml"; /* Note: The TODO list is a filename which is @@ -37,7 +37,7 @@ /* Contacts */ /* Format: "Full Name", "email@hostname", "Title" * Note: Title is optional. If omitted, then your title is "Maintainer" */ -$project->addMaintainer("Chris Blizzard","blizzard@xxxxxxxxxx", "Project Contact"); +$project->addMaintainer("Richard Megginson","rmeggins@xxxxxxxxxx", "Project Contact"); /* Screenshots */ /* Format: "Basefilename.ext", "Short image description" @@ -71,7 +71,9 @@ <p> For more details about the Fedora Directory Server project, visit the - website at <a href="http://directory.fedora.redhat.com/">http://directory.fedora.redhat.com</a>. + website at <a +href="http://directory.fedora.redhat.com/">http://directory.fedora.redhat.com</a>, +or visit the #fedora-ds channel on the <a href="http://freenode.net/irc_servers.shtml">FreeNode IRC network</a>. </p> <?