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:
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
en
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# John Fieber <jfieber@indiana.edu>
|
||||
# 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";
|
||||
|
@ -13,7 +13,7 @@ $subject = "Another gallery submission...";
|
|||
require 'cgi-lib.pl';
|
||||
&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.
|
||||
$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.
|
||||
$forma = &html_header("Gallery Submission") .
|
||||
"<form action=\"gallery.cgi\" method=\"POST\">
|
||||
<input type=hidden name=action value=\"preview\">
|
||||
<input type=hidden name=return value=\"$in{'return'}\">
|
||||
<table>
|
||||
"<table>
|
||||
<tr>
|
||||
<td right>Organization:</td>
|
||||
<td><input type=text name=organization size=\"50\"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td right>Description:</td>
|
||||
<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 right><b>Because of the hard maintaince and low benefit the gallery
|
||||
pages bring to both 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.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td right>Email Contact:</td>
|
||||
<td><input type=text name=\"contact\" size=\"50\"></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>
|
||||
<td right><b>Note:</b> This has no influence on the commercial gallery!
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<p>$return</p>
|
||||
" . &html_footer();
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<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"/>
|
||||
|
||||
|
@ -16,11 +16,15 @@
|
|||
<body xsl:use-attribute-sets="att.body">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<p>FreeBSD is powering innovative Internet applications all over the
|
||||
world. This gallery is a showcase of <xsl:value-of
|
||||
select="count(//entry)"/> organizations and individuals who have
|
||||
put FreeBSD to work for them. Browse and find out more about
|
||||
what FreeBSD can do for <b>you</b>.</p>
|
||||
<p><b>Because of the hard maintaince and low benefit the gallery pages
|
||||
bring to both 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.</b></p>
|
||||
|
||||
<p><b>Note:</b> This has no influence on the <a
|
||||
href="../commercial/">Commercial Gallery</a>!
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="cgallery.html"><xsl:value-of
|
||||
|
@ -34,9 +38,6 @@
|
|||
sites</a></li>
|
||||
</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">
|
||||
<tr>
|
||||
<td align="left"><img src="../gifs/powerlogo.gif" alt=""
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<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:keywords>
|
||||
|
||||
|
@ -31,6 +31,22 @@
|
|||
<month>
|
||||
<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>
|
||||
<name>18</name>
|
||||
<event>
|
||||
|
|
Loading…
Reference in a new issue