web/html/projects/artwork index.php, 1.1.1.1, 1.2 redhat-artwork.todo, 1.1.1.1, NONE

Elliot Lee (sopwith) fedora-extras-commits at redhat.com
Fri Jun 24 16:02:39 UTC 2005


Author: sopwith

Update of /cvs/fedora/web/html/projects/artwork
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8785/html/projects/artwork

Modified Files:
	index.php 
Removed Files:
	redhat-artwork.todo 
Log Message:
update the artwork page


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/artwork/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- index.php	30 Mar 2005 17:47:25 -0000	1.1.1.1
+++ index.php	24 Jun 2005 16:02:16 -0000	1.2
@@ -17,7 +17,7 @@
 
 /* Display name is the proper name of the project -- 
  * it is displayed at the top of the page */
-$project->display_name="Red Hat Artwork";
+$project->display_name="Fedora Artwork Project";
 $project->project_name="redhat-artwork";
 $project->cvs_module="redhat-artwork";
 $project->bugzilla_component="redhat-artwork";
@@ -27,8 +27,8 @@
  * the project_name with a .todo extension */
 
 /* Project description */
-$project->desc="<p>Icons, desktop backgrounds, and themes are all parts of the
-Red Hat Artwork project. Making things look pretty is the name of the game.</p>";
+$project->desc="<p>Making things look pretty is the name of the game... Icons, desktop backgrounds, and themes are all 
+parts of the Fedora Artwork Project, sponsored by Red Hat</p>";
 
 /* If the project uses Rawhide, then set the value to TRUE */
 $project->rawhide=TRUE;
@@ -41,9 +41,9 @@
 /* Format: "Full Name", "email at hostname", "Title"
  * Note: Title is optional. If omitted, then your title is "Maintainer" */
 $project->addMaintainer("Diana Fong","dfong at redhat.com","Artist & Designer");
-$project->addMaintainer("Havoc Pennington","hp at redhat.com", "Package Maintainer");
-$project->addContributor("Owen Taylor","otaylor at redhat.com", "Coder Extraordinaire");
-$project->addContributor("Jonathan Blandford","jrb at redhat.com", "UI Hitman");
+$project->addMaintainer("John Palmeri","johnp at redhat.com", "Package Maintainer");
+$project->addContributor("Owen Taylor","otaylor at redhat.com", "Rendering System Lead");
+$project->addContributor("Brian Clark","bclark at redhat.com", "UI Hitman");
 $project->addContributor("Alex Larsson","alexl at redhat.com", "Widgeteer");
 
 /* Screenshots */
@@ -59,13 +59,13 @@
 //$project->addDocumentation("$RELEASE_NAME Manuals","http://www.redhat.com/docs/manuals/linux/");
 
 $extra="";
-$project->addMisc("","");
+$project->addMisc("Participate","Get involved in this project at <a href=\"http://fedoraproject.org/wiki/FedoraArt\">FedoraArt</a>.");
 
 /***********************************************************************/
 /************************* End project content *************************/
 /***********************************************************************/
 
-$template->options['title'].=': '.$project->display_name;
+$template->options['title'].=': '.$project->display_name.', sponsored by Red Hat';
 
 /* Standard template footer */
 $template->displayHeader();


--- redhat-artwork.todo DELETED ---




More information about the fedora-extras-commits mailing list