Announce the removal of the gallery pages (www/en/gallery/).

This will be removed in two weeks.

Approved by: simon(mentor), phantom(maintainer)
This commit is contained in:
Josef El-Rayes 2004-03-27 13:28:39 +00:00
parent 5452605de6
commit fcafd834b1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20429
3 changed files with 37 additions and 43 deletions

View file

@ -4,7 +4,7 @@
# #
# John Fieber <jfieber@indiana.edu> # John Fieber <jfieber@indiana.edu>
# Modified for new gallery.db format by Nate Johnson <nsj@FreeBSD.org> # Modified for new gallery.db format by Nate Johnson <nsj@FreeBSD.org>
# $FreeBSD: www/en/cgi/gallery.cgi,v 1.19 2001/10/24 17:29:39 phantom Exp $ # $FreeBSD: www/en/cgi/gallery.cgi,v 1.20 2002/01/08 13:29:12 phantom Exp $
################################################################## ##################################################################
$curator = "gallery\@FreeBSD.org"; $curator = "gallery\@FreeBSD.org";
@ -13,7 +13,7 @@ $subject = "Another gallery submission...";
require 'cgi-lib.pl'; require 'cgi-lib.pl';
&ReadParse; &ReadParse;
$hsty_date = '$FreeBSD: www/en/cgi/gallery.cgi,v 1.19 2001/10/24 17:29:39 phantom Exp $'; $hsty_date = '$FreeBSD: www/en/cgi/gallery.cgi,v 1.20 2002/01/08 13:29:12 phantom Exp $';
# Replace Id string with commit date and time. # Replace Id string with commit date and time.
$hsty_date =~ s%\$FreeBSD. .* (.* .*) .* .* \$%Last modified: $1%; $hsty_date =~ s%\$FreeBSD. .* (.* .*) .* .* \$%Last modified: $1%;
@ -40,43 +40,20 @@ if ($in{'return'} ne "") {
# This is the form where the user enters the information. # This is the form where the user enters the information.
$forma = &html_header("Gallery Submission") . $forma = &html_header("Gallery Submission") .
"<form action=\"gallery.cgi\" method=\"POST\"> "<table>
<input type=hidden name=action value=\"preview\">
<input type=hidden name=return value=\"$in{'return'}\">
<table>
<tr> <tr>
<td right>Organization:</td> <td right><b>Because of the hard maintaince and low benefit the gallery
<td><input type=text name=organization size=\"50\"></td> pages bring to both the Project and the listed websites, it has been
</tr> decided to spend the time working on other stuff related to FreeBSD
<tr> than these pages. The gallery will be removed in two weeks, no
<td right>Description:</td> further submissions will be processed.</b>
<td><input type=text name=description size=\"50\"></td>
</tr>
<tr>
<td right>URL:</td>
<td><input type=text name=url size=\"50\"></td>
</tr>
<tr>
<td right>Category:</td>
<td>
<input type=radio name=category value=\"Commercial\" checked> Commercial<br>
<input type=radio name=category value=\"NonProfit\"> Non-Profit<br>
<input type=radio name=category value=\"Personal\"> Personal
</td> </td>
</tr> </tr>
<tr> <tr>
<td right>Email Contact:</td> <td right><b>Note:</b> This has no influence on the commercial gallery!
<td><input type=text name=\"contact\" size=\"50\"></td> </td>
</tr>
<tr><td></td>
<td right><b>NOTE: all non-english submissions are going to be rejected.
Please use english language only<b/>.</td>
</tr>
<tr>
<td colspan=\"2\" right><input type=submit value=\" Preview Entry \"></td>
</tr> </tr>
</table> </table>
</form>
<p>$return</p> <p>$return</p>
" . &html_footer(); " . &html_footer();

View file

@ -6,7 +6,7 @@
<xsl:variable name="base" select="'..'"/> <xsl:variable name="base" select="'..'"/>
<xsl:variable name="title" select="'The FreeBSD Gallery'"/> <xsl:variable name="title" select="'The FreeBSD Gallery'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gallery/gallery.xsl,v 1.1 2001/08/06 07:01:38 nik Exp $'"/> <xsl:variable name="date" select="'$FreeBSD: www/en/gallery/gallery.xsl,v 1.2 2003/10/23 17:13:43 kensmith Exp $'"/>
<xsl:output type="html" encoding="iso-8859-1"/> <xsl:output type="html" encoding="iso-8859-1"/>
@ -16,11 +16,15 @@
<body xsl:use-attribute-sets="att.body"> <body xsl:use-attribute-sets="att.body">
<xsl:copy-of select="$header2"/> <xsl:copy-of select="$header2"/>
<p>FreeBSD is powering innovative Internet applications all over the <p><b>Because of the hard maintaince and low benefit the gallery pages
world. This gallery is a showcase of <xsl:value-of bring to both the Project and the listed websites, it has been
select="count(//entry)"/> organizations and individuals who have decided to spend the time working on other stuff related to FreeBSD than
put FreeBSD to work for them. Browse and find out more about these pages. The gallery will be removed in two weeks, no further
what FreeBSD can do for <b>you</b>.</p> submissions will be processed.</b></p>
<p><b>Note:</b> This has no influence on the <a
href="../commercial/">Commercial Gallery</a>!
</p>
<ul> <ul>
<li><a href="cgallery.html"><xsl:value-of <li><a href="cgallery.html"><xsl:value-of
@ -34,9 +38,6 @@
sites</a></li> sites</a></li>
</ul> </ul>
<p>To have your site added to these lists, simply fill out
<a href="http://www.FreeBSD.org/cgi/gallery.cgi">this form</a>.</p>
<table width="100%" border="0"> <table width="100%" border="0">
<tr> <tr>
<td align="left"><img src="../gifs/powerlogo.gif" alt="" <td align="left"><img src="../gifs/powerlogo.gif" alt=""

View file

@ -21,7 +21,7 @@
<news> <news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd"> <cvs:keyword name="freebsd">
$FreeBSD: www/en/news/news.xml,v 1.205 2004/03/18 10:35:17 marks Exp $ $FreeBSD: www/en/news/news.xml,v 1.206 2004/03/21 09:07:56 scottl Exp $
</cvs:keyword> </cvs:keyword>
</cvs:keywords> </cvs:keywords>
@ -31,6 +31,22 @@
<month> <month>
<name>3</name> <name>3</name>
<day>
<name>25</name>
<event>
<title>Removal of Gallery</title>
<p>Because of the hard maintance and low benefit the
<a href="../gallery/">gallery</a>
pages bring to the Project and the listed websites,
it has been decided to spend the time working on other
stuff related to FreeBSD than these pages. The gallery
will be removed in two weeks, no further submissions will
be processed. However, this has no influence on the
<a href="../commercial/">Commercial Gallery</a>.</p>
</event>
</day>
<day> <day>
<name>18</name> <name>18</name>
<event> <event>