[csw-devel] SF.net SVN: opencsw:[605] web/wordpresscsw/wp-content/themes/opencsw/ package.php
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Feb 11 21:41:54 CET 2012
Revision: 605
http://opencsw.svn.sourceforge.net/opencsw/?rev=605&view=rev
Author: dmichelsen
Date: 2012-02-11 20:41:54 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
Rename link to GAR sources to Package Sources, add stub for community site
Modified Paths:
--------------
web/wordpresscsw/wp-content/themes/opencsw/package.php
Modified: web/wordpresscsw/wp-content/themes/opencsw/package.php
===================================================================
--- web/wordpresscsw/wp-content/themes/opencsw/package.php 2012-02-08 12:29:19 UTC (rev 604)
+++ web/wordpresscsw/wp-content/themes/opencsw/package.php 2012-02-11 20:41:54 UTC (rev 605)
@@ -75,7 +75,7 @@
print "</td>\n" ;
print "</tr>\n" ;
print "<tr>\n" ;
- print "<th>Package Build Repository</th><td>\n" ;
+ print "<th>Package Sources</th><td>\n" ;
if ( strlen($repositoryUrl) < 1) {
print "Not available" ;
} else {
@@ -101,6 +101,16 @@
print "' target='_blank'>View bugs about " . $softwareName . "</a>\n" ;
print "</td>\n";
print "</tr>\n";
+
+ print "<!--\n" ;
+ print "<tr>\n" ;
+ print "<th>Support</th><td>\n" ;
+ print "<a href='http://www.opencsw.org/community/search/?q=" . $softwareName;
+ print "'>Search forum about " . $softwareName . "</a>\n" ;
+ print "</td>\n";
+ print "</tr>\n";
+ print "-->\n" ;
+
print "</tbody>";
print "</table>";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list