Update of /cvsroot/firebird/web/website
In directory sc8-pr-cvs1:/tmp/cvs-serv18870
Modified Files:
firebird.css firebirdsql.webprj footer.php header.php
index.php index2.php news.html newsflash.html oldnews.html
sidemenu.php topmenu.php
Added Files:
header_foundationonly.php sidemenu_foundationonly.php
topmenu_foundationonly.php
Removed Files:
Firebird_NameDebate_References.html download.php
firebird.css.x sidemenu_level1.php
Log Message:
Updated menu structure and added latest news files
--- header_foundationonly.php ADDED ---
--- sidemenu_foundationonly.php ADDED ---
--- topmenu_foundationonly.php ADDED ---
Index: firebird.css
===================================================================
RCS file: /cvsroot/firebird/web/website/firebird.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -U3 -r1.2 -r1.3
--- firebird.css 2 Dec 2002 17:19:59 -0000 1.2
+++ firebird.css 27 Nov 2003 15:24:42 -0000 1.3
@@ -1,163 +1,19 @@
-
-BODY {
- color: #333333; background-color: F0F0F0;
-
- font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
- font-style: normal;
- font-variant: normal;
- font-weight: normal;
- font-size: x-small;
- text-align: left;
-
- margin-top: 0px; margin-left: 2px; margin-right: 2px; margin-bottom: 2px;
- padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 0;
- border-top: 0; border-left: 0; border-bottom: 0; border-right: 0;
-
- width: auto;
- }
-
-H6, TD H6 { font-size: xx-small; font-weight: bold; color: #e13601; }
-H5, TD H5 { font-size: x-small; font-weight: bold; color: #006600; }
-H4, TD H4 { font-size: small; font-weight: bold; color: #e13601; }
-H3, TD H3 { font-size: medium; font-weight: bold; color: #006600; }
-H2, TD H2 { font-size: large; font-weight: bold; color: #006600; }
-/* H1, TD H1 { font-size: x-large; font-weight: bold; color: #006600; }*/
-
-/* Miscellany */
-.redsmallcaps {font-weight: normal; color: red; font-variant: small-caps; }
-H3.redsmallcaps {font-weight: bold; color: red; font-variant: small-caps; }
-
-H3.red, TD H3.red { font-size: medium; font-weight: bold; color: red; }
-H5.red, TD H5.red { font-size: x-small; font-weight: bold; color: red; font-variant: small-caps;}
-
-
- H4.green, TD H4.green { font-size: small; font-weight: bold; color: #006600; font-variant: small-caps; }
-
-
-OL, OL OL {
- list-style-type: decimal;
- font-size: x-small;
- text-align: left;
-}
-
-UL {
- list-style-type: disc;
- }
-
-LI, LI LI {
- text-indent: 0%;
- text-align: left;
- font-size: x-small; /* list-style-image: url( "images/ball.gif");*/
- }
-
-LI.plain, LI LI.plain { font-size: x-small;
- list-style: none;
- text-align: left;
-}
-
-LI.code, LI LI.code {
- font-size: x-small;
- font-family: "Courier New";
-}
-
+/*
P, TD, TD P, CAPTION
{ font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
font-size: x-small;
}
+*/
-P.small { font-size: xx-small; }
-
-P.smallcaps{ font-variant: small-caps; }
-
-P.indent1 { font-size: x-small; text-indent: 5%; margin-left: 20%; }
-
-.lmargin20 { margin-left: 20px; }
-.lmargin0 { margin-left: 0px; }
-
-.indentA { text-indent: 20px; }
-.indentB { text-indent: 25px; } /* Works better with IE*/
-.indent2 { text-indent: 10px; }
-.indent0 { text-indent: 0px; }
-
-.narrowlines { line-height: 50%; }
-.halflinefeed { line-height: 50%; }
-.spacedlines { line-height: 200%; }
-
-H2.centre {text-align: center;}
-H4.centre {text-align: center;}
-DIV.centre {text-align: center;}
-P.centre {text-align: center;}
-P.rightalign {text-align: right;}
-
-A { font-size: x-small; text-decoration: underline; COLOR: blue; }
-
-
-TABLE { background-color: F0F0F0; }
-
-TABLE.NoThreeD {background-color: #fffeee; border: none 0 #fffeee; }
-TR.Header {background-color: #ffffcc;}
-TR.LineA {background-color: #fffeee;}
-TR.LineB {background-color: #ffffcc;}
-
-TABLE.YNoThreeD {background-color: #fffeee; border: none 0 #fffeee; }
-TR.YHeader {background-color: #ffff00;}
-TR.YLineA {background-color: #fffeee;}
-TR.YLineB {background-color: #ffffcc;}
-
-TABLE.RNoThreeD {background-color: #FFCCCC; border: none 0 #FFCCCC; }
-TR.RHeader {background-color: #FF6666;}
-TR.RLineA {background-color: #FFCCCC;}
-TR.RLineB {background-color: #FF9999;}
-A.RLine { font-size: x-small; font-weight: bold; text-decoration: None;}
-A.RLine:link { color: Green;}
-A.RLine:visited { color: gray; }
-A.RLine:active { color: red; }
-A.RLine:hover { color: red; } /* netscape 4 doesn't support this. */
-A.RLine:offsite { color: Green;} /* for links to other sites */
-
-TABLE.BNoThreeD {background-color: #CCFFFF; border: none 0 #CCFFFF; }
-TR.BHeader {background-color: #33CCFF;}
-TR.BLineA {background-color: #CCFFFF;}
-TR.BLineB {background-color: #33FFFF;}
-
-TABLE.GNoThreeD {background-color: #99ff99; border: none 0 #99ff99; }
-TR.GHeader {background-color: #33cc99;}
-TR.GLineA {background-color: #99ff99;}
-TR.GLineB {background-color: #66cc77;}
-
-TABLE.GyNoThreeD {background-color: #CCCCCC; border: none 0 #CCCCCC; }
-TR.GyHeader {background-color: #999999;}
-TR.GyLineA {background-color: #CCCCCC;}
-TR.GyLineB {background-color: #C0C0C0;}
-
-TABLE.ONoThreeD {background-color: #ffCC99; border: none 0 #ffCC99; }
-TR.OHeader {background-color: #FF6600;}
-TR.OLineA {background-color: #ffCC99;}
-TR.OLineB {background-color: #FF9900;}
-
-TD P.indent1 { font-size: x-small; margin-left: 20%; text-indent: 5%; }
-
-TT, PRE, CODE { font-size: x-small; font-family: "Courier New";
-/* font-style: normal;
- font-variant: normal;
- font-weight: normal;*/
+.s_menu_hdr {
+ font-family: Verdana; font-size: x-small; font-weight: bold; text-decoration:none;color:#000000;
}
-/* Global Classes */
-.c1 { font-size: x-small; font-family: "Courier New"; }
-.cl { font-size: x-small; font-family: "Courier New"; }
-.plain { font-size: x-small; color: black; font-style: normal; font-variant: normal; font-weight: normal; }
-
-.strongstyle { font-weight: bold; }
+.s_menu_subhdr {
+ font-family: Verdana; font-size: x-small; font-weight: normal; text-decoration:none;color:#000000;
-.floatright { float: right; }
-
-.floatleft { float: left; }
-
-.warning { font-weight: bolder; text-transform: none; background: yellow; }
-
-.uptop {vertical-align: super; }
-
-.boxlink {TEXT-DECORATION: none; font-size: 12; COLOR: #000000; }
+}
-.s_menu { FONT-WEIGHT: bold; TEXT-DECORATION: none; font-size: 12; COLOR: #000000 }
+.s_menu {
+ font-family: Verdana; font-size: x-small; font-weight: normal; text-decoration:none;color:#696969;
+}
\ No newline at end of file
Index: firebirdsql.webprj
===================================================================
RCS file: /cvsroot/firebird/web/website/firebirdsql.webprj,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -U3 -r1.4 -r1.5
--- firebirdsql.webprj 23 Apr 2003 04:49:35 -0000 1.4
+++ firebirdsql.webprj 27 Nov 2003 15:24:42 -0000 1.5
@@ -187,9 +187,6 @@
<item url="index2.php" />
<item url="main.php" />
<item url="mainfile.php" />
- <item url="news.php" />
- <item url="newsflash.php" />
- <item url="oldnews.php" />
<item url="page_newsarchive.php" />
<item url="pagetmp.php" />
<item url="sidemenu.php" />
@@ -209,11 +206,6 @@
<item url="foundation/FFMGMT/CVS/Entries" />
<item url="foundation/FFMGMT/CVS/Repository" />
<item url="foundation/FFMGMT/CVS/Root" />
- <item url="foundation/FFMGMT/decisions/" />
- <item url="foundation/FFMGMT/decisions/CVS/" />
- <item url="foundation/FFMGMT/decisions/CVS/Entries" />
- <item url="foundation/FFMGMT/decisions/CVS/Repository" />
- <item url="foundation/FFMGMT/decisions/CVS/Root" />
<item url="foundation/FFMGMT/ManagementCommittee.html" />
<item url="foundation/FFSTEER/decisions/" />
<item url="foundation/FFSTEER/decisions/CVS/" />
@@ -225,4 +217,6 @@
<item url="foundation/FFSTEER/decisions/Result_Q0005.html" />
<item url="foundation/FFSTEER/decisions/review.html" />
<item url="foundation/FFSTEER/decisions/voting.html" />
- <item url="foundation/payYourMembership.html" /> </project></webproject>
\ No newline at end of file
+ <item url="foundation/payYourMembership.html" />
+ <item url="lists/data/sup-ibsupport.dat" />
+ <item url="sidemenu_level1.php" /> </project></webproject>
\ No newline at end of file
Index: footer.php
===================================================================
RCS file: /cvsroot/firebird/web/website/footer.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -U3 -r1.2 -r1.3
--- footer.php 12 Dec 2002 00:54:05 -0000 1.2
+++ footer.php 27 Nov 2003 15:24:42 -0000 1.3
@@ -43,6 +43,7 @@
<td align=right>
+
<!--font size=1 color=white-->
<font size=1>
<a target="_top" href="http://t.extreme-dm.com/?login=hembot">
Index: header.php
===================================================================
RCS file: /cvsroot/firebird/web/website/header.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -U3 -r1.4 -r1.5
--- header.php 4 Dec 2002 10:50:07 -0000 1.4
+++ header.php 27 Nov 2003 15:24:42 -0000 1.5
@@ -9,9 +9,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta name="DESCRIPTION" content="FirebirdSQL Relational Database.">
-<meta name="KEYWORDS" content="Firebird, FirebirdSQL, jbird, IBPhoenix, InterBase, ISC, interbase, Database, database, Relational, relational, Relational Database, PostgreSQL, MYSQL, Borland, BORLAND, INPRISE, Inprise Corporation, Client/Server, client server products, client/server solutions, Development Tools, Delphi, JBuilder, Linux, Open Source, Web Database Development, C++Builder, database tools, database development tools, database engines, database programming, SQL, SQL programming, SQL links, SQL databases">
-<title>The FirebirdSQL Foundation</title>
+<meta name="DESCRIPTION" content="Firebird Relational Database.">
+<meta name="KEYWORDS" content="Firebird, SQL, jbird, IBPhoenix, InterBase, ISC, interbase, Database, database, Relational, relational, Relational Database, PostgreSQL, MYSQL, Borland, BORLAND, INPRISE, Inprise Corporation, Client/Server, client server products, client/server solutions, Development Tools, Delphi, JBuilder, Linux, Open Source, Web Database Development, C++Builder, database tools, database development tools, database engines, database programming, SQL, SQL programming, SQL links, SQL databases">
+<title>The Firebird Project</title>
<link REL="shortcut icon" HREF="<?=$rootDir ?>images/firebird.ico" TYPE="image/x-icon">
-<!-- LINK REL=STYLESHEET HREF="<?=$rootDir ?>firebird.css" TYPE="text/css" -->
+<LINK REL=STYLESHEET HREF="<?=$rootDir ?>firebird.css" TYPE="text/css">
</head>
Index: index.php
===================================================================
RCS file: /cvsroot/firebird/web/website/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -U3 -r1.1 -r1.2
--- index.php 24 Nov 2002 15:39:14 -0000 1.1
+++ index.php 27 Nov 2003 15:24:42 -0000 1.2
@@ -86,9 +86,10 @@
<?PHP
- include_once("footer.php");
+ include_once("footer_sub.php");
?>
-
+<p>
+<b> remember to fix footer</b><p>
</body>
</html>
Index: index2.php
===================================================================
RCS file: /cvsroot/firebird/web/website/index2.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -U3 -r1.1 -r1.2
Index: news.html
===================================================================
RCS file: /cvsroot/firebird/web/website/news.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -U3 -r1.1 -r1.2
--- news.html 23 Apr 2003 04:49:35 -0000 1.1
+++ news.html 27 Nov 2003 15:24:42 -0000 1.2
@@ -3,103 +3,106 @@
<TABLE CELLSPACING="2" CELLPADDING="2" WIDTH="100%" SUMMARY="Latest News">
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>14-April-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>11-Nov-2003</I></TD>
<td>
-Firebird V1.5 RC1 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=152919">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=152937">Linux</a>.
-</td>
+Firebird .Net provider v1.5 Beta 4 for .NET Framework v1.0 a v1.1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta4-Net1.0.exe?download">Binary for .NET 1.0</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta4-Net1.1.exe?download">Binary for .NET 1.1</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta4-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta4-Doc.zip?download">Documentation</a> ]</td>
</tr>
+
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>14-April-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-Nov-2003</I></TD>
<td>
-Firebird .Net provider RC2 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2-Doc.zip?download">Documentation</a> ]</td>
+Firebird V1.5 RC7 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=196441">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=196472">Linux</a>.
+</td>
</tr>
-
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>24-March-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>21-Oct-2003</I></TD>
<td>
-Firebird .Net provider Release Candidate 1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1-Doc.zip?download">Documentation</a> ]</td>
+Firebird .Net provider v1.5 Beta 3 for .NET Framework v1.0 a v1.1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta3-Net1.0.exe?download">Binary for .NET 1.0</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta3-Net1.1.exe?download">Binary for .NET 1.1</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta3-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Beta3-Doc.zip?download">Documentation</a> ]</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>13-March-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-Sep-2003</I></TD>
<td>
-Firebird V1.5 Beta 4 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=146358">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=146229">Linux</a>.
+Firebird V1.5 RC6 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=183811">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=183766">Linux</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>2-March-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>02-Sep-2003</I></TD>
<td>
-Firebird Windows Control Panel Applet is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=113717">download</a>. Pick a language of your choice.
-</td>
+Firebird .Net provider v1.5-Alpha2 for .NET Framework v1.0 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Alpha2.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Alpha2-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNETProvider1.5-Alpha2-Doc.zip?download">Documentation</a> ]</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>27-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>11-Aug-2003</I></TD>
<td>
-Firebird V1.5 Beta 3 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=142795">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=142837">Linux</a>.
+JayBird 1.0.1 - the pure Java JCA-JDBC driver for Firebird is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=172623">download</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>17-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>5-Aug-2003</I></TD>
<td>
-Firebird .Net provider Beta 2 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2-Doc.zip?download">Documentation</a> ]</td>
+Firebird V1.5 RC5 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=176030">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=176032">Linux</a>.
+</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>10-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>7-Jul-2003</I></TD>
<td>
-Firebird V1.5 Beta 2 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=139202">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=139237">Linux</a>.
+Firebird V1.5 RC4 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=170272">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=170268">Linux</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>10-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><font color="red"><I>3-June-2003</I></font></TD>
<td>
-Firebird Benchmark Kit (C# version) is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=138252">download</a>.
+Firebird 1.0.3 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=163308">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=163311">Linux</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>06-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>1-Jun-2003</I></TD>
<td>
-JayBird - the pure java jca-jdbc driver for Firebird, <a href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0.0RC3.zip?download">V1.0 RC3</a> is available for download.
+Firebird V1.5 RC3 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=162930">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=162918">Linux</a>.
</td>
</tr>
+
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>06-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>28-May-2003</I></TD>
<td>
-The first European Firebird Conference has been announced, with sessions in English and German, to take place on the 19th and 20th of May 2003 in Fulda, Germany. More details available at <a href="http://www.firebird-conference.com/">www.firebird-conference.com</a>. Your chance to meet many Firebird project members!
-</td>
+Firebird .Net provider v1.0 for .NET Framework v1.0 is available for download.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-NF1.0.exe?download">Binary</a> ]</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>03-February-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>25-May-2003</I></TD>
<td>
-Article on the <a href="http://www.linuxworld.com.au/news.php3?nid=2184&tid=1">Firebird Foundation</a> in Australian Linux World.
-</td>
+Firebird .Net provider v1.1-Alpha1 for .NET Framework v1.1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider1.1-Alpha1.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider1.1-Alpha1-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider1.1-Alpha1-Doc.zip?download">Documentation</a> ]</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><font color="red"><I>31-January-2003</I></font></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>25-May-2003</I></TD>
<td>
-Refresh of the Firebird V1.02 Linux builds. This refresh of the builds fixes a known bug that was causing problems when trying to access the security database using the services api. You can download the new version <a href="/main.nfs?a=ibphoenix&page=ibp_download#100" >now</a>.
-</td>
+Firebird .Net provider v1.0 for .NET Framework v1.1 is available for download.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Doc.zip?download">Documentation</a> ]</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>30-January-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-May-2003</I></TD>
<td>
-Firebird V1.5 Beta 1 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136590">Windows</a>, <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136799">Linux</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136953">Sinix-Z</a>.
+Firebird V1.5 RC2 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=158417">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=158595">Linux</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>27-January-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>04-May-2003</I></TD>
+<td>
+Firebird .Net provider RC3 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC3.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC3-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC3-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><font color="red"><I>28-April-2003</I></font></TD>
<td>
-Firebird V1.5 nightly snapshot builds are avilable for <a href="http://firebird.sourceforge.net/download/snapshot_builds/linux/fb2/fb15CS_snapshot.tar.gz">download</a> (Classic Server - Linux) from Sourceforge. These are automated, unchecked builds from the CVS-source, so no guarantees.
+JayBird 1.0 - the pure Java JCA-JDBC driver for Firebird is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=156087">download</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>21-January-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>14-Apr-2003</I></TD>
<td>
-Firebird V1.0.2 for <A href="http://prdownloads.sourceforge.net/firebird/firebird-1.0.2_44.tgz?download">FreeBSD 4.4</a> and <a href="http://prdownloads.sourceforge.net/firebird/firebird-1.0.2_50.tbz?download">FreeBSD 5.0</a> available for download.
+Firebird V1.5 RC1 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=152919">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=152937">Linux</a>.
</td>
</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP" WIDTH="153"><I>6-January-2003</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>14-Apr-2003</I></TD>
<td>
-Firebird .Net provider Beta 1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1-Doc.zip?download">Documentation</a> ]</td>
+Firebird .Net provider RC2 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC2-Doc.zip?download">Documentation</a> ]</td>
</tr>
Index: newsflash.html
===================================================================
RCS file: /cvsroot/firebird/web/website/newsflash.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -U3 -r1.10 -r1.11
--- newsflash.html 29 Apr 2003 05:36:57 -0000 1.10
+++ newsflash.html 27 Nov 2003 15:24:42 -0000 1.11
@@ -1,10 +1,44 @@
-<hr size=2><b><font color="red">29-April-2003</font> Protecting the Firebird Brand: Update</b></font>
+<hr size=2>
+<b><font color="red">10-November-2003</font> Firebird 1.5 Release Candidate 7</b>
+<p>
+The development of Firebird 1.5 release is in final development stage ! The Release Candidate means that we're "almost there", and we turned our focus to remaining known issues and rough edges, final testing and bug squashing. We made a lot of progress with it thanks to your feedback.
+<p>
+<b>The seventh Release Candidate should become the final release, so we are eager to hear about your experience (good or bad) with it.</b> Please send your reports to the <?php GetMailingListPageLink("fb-devel","",true) ?> mailing list (or newsgroup). Don't forget that your feedback will help us to move forward faster!
+<p>
+<i>Background information:</i><br>
+The 1.5 release is the first version based on new, cleaned and improved C++ source code tree with many new features and bugs fixed. Complete list of major changes beyond the 1.0 version is quite long, and you can read the <b>up-to-date</b> version <a href="http://cvs.sourceforge.net/viewcvs.py/firebird/firebird2/doc/WhatsNew?rev=1.36.2.9&only_with_tag=T1_5_0_RC7_4027&view=markup">here</a>.
+<p>
+<i>Your Firebird Development Team</i>
+<p>
+
+<hr size=2>
+<b><font color="red">4-August-2003</font> CVS HEAD is now open for v2.0 development</b>
+<p>
+The HEAD CVS branch is now open for Firebird V2.0 development. The major goals of this version are:<br>
+<ul>
+<li>Much better scalability and performance (SMP support, improved caching, better optimizer).</li>
+<li>New SQL features (built-in functions, datatypes, statements, metadata object types).</li>
+<li>Better conformance to the latest SQL specification.</li>
+<li>Optimized network protocol.</li>
+<li>Proper security.</li>
+<li>Incremental backup, native monitoring features, engine plugins.</li>
+</ul>
+And lots of other stuff. A more detailed list will be published later, after the
+V1.5 final release.
+<p>
+<i>Dimitry Yemanov, Firebird Development Team</i>
+
+<hr size=2>
+<!--
+<hr size=2>
+<b><font color="red">29-April-2003</font> Protecting the Firebird Brand: Update</b></font>
<p>
After nearly two weeks of effort to get our objections heard via the Web and private email, we are beginning to see some action by the Mozilla leaders to unroll the re-branding of its lightweight browser as "Firebird™". When this issue first blew up, we took <a href="http://firebirdsql.org/ff/foundation/index.php?id=fb_trademark.html">legal advice</a>. On Friday (April 25), we (Firebird Admins), the FirebirdSQL Foundation committee and the IBPhoenix principals wrote a formal letter to the Mozilla admins, stating the legal position and asking them to contact us. We look forward to their response.
<p>
However, over the weekend and today, we note
<ul type=circle>
<li>a <a href="http://www.mozilla.org/roadmap/branding.html">branding policy statement</a> that should leave nobody with an excuse to err
+
<br> and
<li>some observable activity to change or disable web pages containing trademark infringements against our Firebird brand.
</ul>
@@ -16,6 +50,30 @@
We appreciate the attempts by Debian project admin Jonathan Walther, to try to mediate between us and the Mozilla folk. We look forward to some kind of contact from Mozilla's leaders soon. We still have quite a lot to discuss with them. We trust that Mozilla will continue to do what is required to proactively cleanse the Web and their browser project of the brandname abuses, including the ™ claim on our Firebird mark.
<p>
Firebird users who would like to help Mozilla in this task can do so by posting any infringements you find to OUR <a href="http://www.yahoogroups.com/community/Firebird-general">Firebird-General list</a>.
+
<p><i>The Firebird Team</i>
-<hr size=2><b><font color="red">14-April-2003</font> Mozilla Takes Firebird's Name for its Browser</b><p>The <a href="http://www.mozilla.org">Mozilla</a> subproject formerly known as <a href="http://www.mozilla.org/projects/phoenix/">"Phoenix"</a> has decided to <a href="http://www.mozillazine.org/talkback.html?article=3075">rename its lightweight browser product to "Firebird"</a>. The Firebird development team, and the larger Firebird community, <b>strongly oppose</b> this change. <p>We of the Firebird project are proud of our product and devoted to our branding. Our marks are not there for the taking and our advice is that the law is on our side: we have nearly three years of widespread international use of our mark. <p>Legal issues notwithstanding, we take this as a slap in the face to the entire open source community. The easy route will be for Mozilla to quickly retract what it has done and pay the open source community the courtesy of an apology. The hard route, which we sincerely hope to avoid, will be Mozilla proceeding with this, losing its Open Source cred and goodwill and taking the risk of making its product untouchable by the distributors.<p>We are dismayed that Firebird was not contacted before Mozilla's decision was finalized. This breach of principle has occurred in the heartland of open source, where we are all supposed to be above such things. The attitude adopted by Mozilla's vocal proponents of the change, in essence "if they don't like it they can sue", is contrary to the generally accepted core values of the open source community. It reflects poorly on a community that voices strong opinions when corporate entities employ similar tactics. If Open Source is to win, we can do without brother cynically stealing from brother.<p> Please make your feelings on this issue known by emailing and posting to the <a href="http://www.yahoogroups.com/community/Firebird-general"> Firebird-general list</a>.<p>Firebird thanks you for your support.<p><u>The Firebird Admins</u><br><blockquote>John Bellardo, Helen Borrie, Pavel Cisar, Ann Harrison, David Jencks, Sean Leyne, Mark O'Donohue, Dmitry Yemanov</blockquote><p><hr size=2><b><font color="red">14-April-2003</font> Firebird 1.5 Release Candidate 1</b><p>The development of Firebird 1.5 release reached it's final development stage ! The Release Candidate means that we're "almost there", and we turned our focus to remaining known issues and rough edges, final testing and bug squashing. We made a lot of progress with it thanks to your feedback.<p>The first Release Candidate is out, and we are eager to hear about your experience (good or bad) with it. Please send your reports to the <?php GetMailingListPageLink("fb-devel","",true) ?> mailing list (or newsgroup). Don't forget that your feedback will help us to move forward faster!<p><i>Background information:</i><br>The 1.5 release is the first version based on new, cleaned and improved C++ source code tree with many new features and bugs fixed. Complete list of major changes beyond the 1.0 version is quite long, and you can read the <b>up-to-date</b> version <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/firebird/firebird2/doc/WhatsNew?rev=HEAD&content-type=text/vnd.viewcvs-markup">here</a>.<p><b>Although this release is very stable, is still not considered as final and "stable" by core developers!</b><p>We'd like release new builds often, so check our web site regularly for updates.<p><i>Your Firebird Development Team</i><p><hr size=2><b><font color="red">14-April-2003</font> Firebird .NET Data Provider 1.0 RC2</b><p>We are very pleased to announce the second Release Candidate of <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=153066">Firebird .NET Data Provider</a>.<p>
\ No newline at end of file
+<hr size=2>
+<b><font color="red">14-April-2003</font> Mozilla Takes Firebird's Name for its Browser</b>
+<p>
+The <a href="http://www.mozilla.org">Mozilla</a> subproject formally known as <a href="http://www.mozilla.org/projects/phoenix/">"Phoenix"</a> has decided to <a href="http://www.mozillazine.org/talkback.html?article=3075">rename its lightweight browser product to "Firebird"</a>. The Firebird development team, and the larger Firebird community, <b>strongly oppose</b> this change.
+
+<p>
+We of the Firebird project are proud of our product and devoted to our branding. Our marks are not there for the taking and our advice is that the law is on our side: we have nearly three years of widespread international use of our mark.
+<p>
+Legal issues notwithstanding, we take this as a slap in the face to the entire open source community. The easy route will be for Mozilla to quickly retract what it has done and pay the open source community the courtesy of an apology. The hard route, which we sincerely hope to avoid, will be Mozilla proceeding with this, losing its Open Source cred and goodwill and taking the risk of making its product untouchable by the distributors.
+<p>
+We are dismayed that Firebird was not contacted before Mozilla's decision was finalized. This breach of principle has occurred in the heartland of open source, where we are all supposed to be above such things. The attitude adopted by Mozilla's vocal proponents of the change, in essence "if they don't like it they can sue", is contrary to the generally accepted core values of the open source community. It reflects poorly on a community that voices strong opinions when corporate entities employ similar tactics. If Open Source is to win, we can do without brother cynically stealing from brother.
+<p>
+Please make your feelings on this issue known by emailing and posting to the <a href="http://www.yahoogroups.com/community/Firebird-general"> Firebird-general list</a>.
+<p>
+Firebird thanks you for your support.
+
+<p>
+<u>The Firebird Admins</u><br>
+<blockquote>
+John Bellardo, Helen Borrie, Pavel Cisar, Ann Harrison, David Jencks, Sean Leyne,
+Mark O'Donohue, Dmitry Yemanov
+</blockquote>
+<p>
+-->
Index: oldnews.html
===================================================================
RCS file: /cvsroot/firebird/web/website/oldnews.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -U3 -r1.1 -r1.2
--- oldnews.html 23 Apr 2003 04:49:35 -0000 1.1
+++ oldnews.html 27 Nov 2003 15:24:42 -0000 1.2
@@ -1,7 +1,237 @@
-<TABLE CELLSPACING="2" CELLPADDING="2" WIDTH="100%" SUMMARY="Recent News">
+<?php
+if (eregi("oldnews.php",$PHP_SELF)) {
+ Header("Location: index.php");
+ die();
+}
+?>
+
+<TABLE CELLSPACING="2" CELLPADDING="2" WIDTH="100%" SUMMARY="Latest News">
+
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>24-Mar-2003</I></TD>
+<td>
+Firebird .Net provider Release Candidate 1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-RC1-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>13-Mar-2003</I></TD>
+<td>
+Firebird V1.5 Beta 4 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=146358">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=146229">Linux</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>2-Mar-2003</I></TD>
+<td>
+Firebird Windows Control Panel Applet is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=113717">download</a>. Pick a language of your choice.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>27-Feb-2003</I></TD>
+<td>
+Firebird V1.5 Beta 3 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=142795">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=142837">Linux</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>17-Feb-2003</I></TD>
+<td>
+Firebird .Net provider Beta 2 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta2-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-Feb-2003</I></TD>
+<td>
+Firebird V1.5 Beta 2 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=139202">Windows</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=139237">Linux</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-Feb-2003</I></TD>
+<td>
+Firebird Benchmark Kit (C# version) is available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=138252">download</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>06-Feb-2003</I></TD>
+<td>
+JayBird - the pure java jca-jdbc driver for Firebird, <a href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0.0RC3.zip?download">V1.0 RC3</a> is available for download.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>06-Feb-2003</I></TD>
+<td>
+The first European Firebird Conference has been announced, with sessions in English and German, to take place on the 19th and 20th of May 2003 in Fulda, Germany. More details available at <a href="http://www.firebird-conference.com/">www.firebird-conference.com</a>. Your chance to meet many Firebird project members!
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>03-Feb-2003</I></TD>
+<td>
+Article on the <a href="http://www.linuxworld.com.au/news.php3?nid=2184&tid=1">Firebird Foundation</a> in Australian Linux World.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><font color="red"><I>31-Jan-2003</I></font></TD>
+<td>
+Refresh of the Firebird V1.02 Linux builds. This refresh of the builds fixes a known bug that was causing problems when trying to access the security database using the services api. You can download the new version <a href="/main.nfs?a=ibphoenix&page=ibp_download#100" >now</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>30-Jan-2003</I></TD>
+<td>
+Firebird V1.5 Beta 1 builds are available for <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136590">Windows</a>, <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136799">Linux</a> and <a href="http://sourceforge.net/project/showfiles.php?group_id=9028&release_id=136953">Sinix-Z</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>27-Jan-2003</I></TD>
+<td>
+Firebird V1.5 nightly snapshot builds are avilable for <a href="http://firebird.sourceforge.net/download/snapshot_builds/linux/fb2/fb15CS_snapshot.tar.gz">download</a> (Classic Server - Linux) from Sourceforge. These are automated, unchecked builds from the CVS-source, so no guarantees.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>21-Jan-2003</I></TD>
+<td>
+Firebird V1.0.2 for <A href="http://prdownloads.sourceforge.net/firebird/firebird-1.0.2_44.tgz?download">FreeBSD 4.4</a> and <a href="http://prdownloads.sourceforge.net/firebird/firebird-1.0.2_50.tbz?download">FreeBSD 5.0</a> available for download.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>6-Jan-2003</I></TD>
+<td>
+Firebird .Net provider Beta 1 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Beta1-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>19-Dec-2002</I></TD>
+<td>
+The Firebird team is very please to announce the release of the <a href="http://sourceforge.net/project/showfiles.php?group_id=9028">Firebird
+v1.0.2 update</a> for Win32 and Linux.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>18-Dec-2002</I></TD>
+<td>
+JayBird the pure java jca-jdbc driver for Firebird, V1.0 RC2 is available. This release incorporates numerous bug fixes, speed improvements, and better jdbc and jca compliance. Release notes, a FAQ, and a jdbc 2.0 conformance summary are included in the <a href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0.0RC2.zip">package</a>.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><font color="red"><I>11-Dec-2002</I></font></TD>
+<td>
+We are very pleased to announce the formation of <a href="http://www.firebirdsql.org/ff/foundation/">"The FirebirdSQL Foundation"</a>, a non-profit association with the objectives of supporting and advancing the development of the open source FirebirdSQL relational database engine.<br>
+[ <a href="http://www.firebirdsql.org/ff/foundation/index.php?id=introMessage.html">Read more</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>10-Dec-2002</I></TD>
+<td>
+Firebird .Net provider Alpha 4 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Alpha4.exe?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Alpha4-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Alpha4-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>6-Dec-2002</I></TD>
+<td>Firebird 1.5 Alpha 5 for <a href="http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.1693_alpha_5_win32.zip?download">Windows</a> and <a href="http://prdownloads.sourceforge.net/firebird/Firebird-CS-1.5.0.1692-0a.Alpha5-SINIXZ.pkg?download">Sinix-Z</a> is available for testing.</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>15-Nov-2002</I></TD>
+<td>Firebird 1.5 Alpha 4 for <a href="http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.1456_alpha_4_win32.zip?download">Windows</a> and <a href="http://prdownloads.sourceforge.net/firebird/Firebird-CS-1.5.0.1460-0a.Alpha4-SINIXZ.pkg?download">Sinix-Z</a> is available for testing.</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>12-Nov-2002</I></TD>
+<td>
+Firebird .Net provider Alpha 3 is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Alpha3-Bin.zip?download">Binary</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0_Alpha3-Src.zip?download">Source Code</a> | <a href="http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-Alpha3-Doc.zip?download">Documentation</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>28-Oct-2002</I></TD>
+<td>
+<a href="http://prdownloads.sourceforge.net/firebird/Firebird-NetProvider-1.0_Alpha2.zip?download">Firebird .Net provider Alpha 2</a> is available for testing.<br>[ <a href="http://prdownloads.sourceforge.net/firebird/Firebird-NetProvider-1.0_Alpha2_Source.zip?download">Source Code</a> ]</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>27-Oct-2002</I></TD>
+<td>
+<b>Linux World issue 103 (Nov 2002) contains this year's reader's choice
+awards.</b><p>
+For favorite database the ranks were 1) MySQL 2) Postgresql 3)
+InterBase.
+<p>
+From the commentary: <i>"Last year's third-place winner,
+Oracle, slipped to fourth place this time, replaced by InterBase. The
+write-in favorite is <b>Firebird</b>, a commercially independent relational
+database based on InterBase source code."</i>
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>27-Oct-2002</I></TD>
+<td>Firebird 1.5 Alpha 3 for <a href="http://prdownloads.sourceforge.net/firebird/Firebird-1.5_alpha_3_win32.zip?download">Windows</a> (.zip) (2.0mb) and <a href="http://prdownloads.sourceforge.net/firebird/FirebirdCS-1.5.0-Alpha3.tar.gz">Linux </a> (.tar.gz) (10.0mb) - Note: This has several known build problems that has resulted in large shared library size.<br>[ <a href="http://sourceforge.net/project/shownotes.php?release_id=118565">Release Notes</a> ]</td>
+</tr>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP"><i>30-Mar-2002</i></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>16-Oct-2002</I></TD>
+<td>
+The first release (Alpha) of the new Firebird MS .Net Data Provider module is now available for <a href="http://prdownloads.sourceforge.net/firebird/Firebird-NetProviderAlpha1.zip">download.</a>
+The new data provider/driver is written in C# and provides a high-performance native implementation of the GDS32/API functions. This means that .Net developers will be able to access Firebird databases without the need of Firebird client install. In support of the new module, a new mailing list "firebird-net-provider" has been created. Please use this list for any questions that you may have about the provider. This provider has been made available by Carlos Guzmán Álvarez (aka "Carlos G.A."), who has also made a number of contributions to the OdbcJdbc code.
+</td>
+</tr>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>6-Oct-2002</I></TD>
+<TD><a href="http://prdownloads.sourceforge.net/firebird/Firebird-1.5_alpha_2_win32.zip?download">Firebird 1.5 Alpha 2 for Windows</a> is available for testing.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>3-Oct-2002</I></TD>
+<TD>A new FireBird 1 release is available for both <a HREF="http://prdownloads.sourceforge.net/firebird/MacOS_X-CS-1.0.1-Release.pkg.tar.gz">MacOS X</a> and <a HREF="http://prdownloads.sourceforge.net/firebird/Darwin-CS-1.0.1-Release.tar.gz">Darwin</a>. It should fix all known problems with the installer, and work correctly under MacOS X 10.2.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>2-Oct-2002</I></TD>
+<TD><a href="http://prdownloads.sourceforge.net/firebird/firebird-1.5alpha1-sinixz.pkg?download">Firebird 1.5 Alpha1 for Sinix-Z</a> is available for testing.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>1-Oct-2002</I></TD>
+<TD><a href="http://prdownloads.sourceforge.net/firebird/Firebird-1.5_alpha_1_win32.zip?download">Firebird 1.5 Alpha1 for Windows</a> is available for testing.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>1-Oct-2002</I></TD>
+<TD>Firebird in the press! An article entitled <A href="http://newsforge.com/newsforge/02/09/27/1342239.shtml?tid=11">"Firebird: a famous but 'unknown' Open Source database"</a> appeared on NewsForge.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>23-Sep-2002</I></TD>
+<TD>JBird was updated to <A href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0_RC1a.zip?download">RC1a</A>. The only difference between this and the previous version is improved handling of exception messages, thanks to Roman Rokytskyy.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>12-Sep-2002</I></TD>
+<TD>We are pleased to announce the RC1 Release of our <A href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0_RC1.zip?download">Class 4 JDBC Driver - JayBird</A>. This release incorporates months of bug fixes and improvements. Release notes and instructions are included in the download.
+</TD></TR>
+
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>21-Aug-2002</I></TD>
+<TD>The Developer's corner section for <a href="index.php?op=devel&sub=qa">Firebird QA</a> was updated.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>15-Jul-2002</I></TD>
+<TD>A Portugese version of <a href="download.php?op=file&id=Firebird_v1_ReleaseNotes_Pt.pdf">Firebird 1.0 Release Notes</a> is now available, thanks to Artur Anjos.
+To download as a file, right-click on link and choose 'Save As..'
+</TD></TR>
+<TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>15-Jul-2002</I></TD>
+<TD>A detailed guide <a href="index.php?op=doc&id=techinfo">how to use ZeBeDee with Firebird</a> to encrypt and compress network traffic is now available, thanks to Artur Anjos.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>1-May-2002</I></TD>
+<TD><a href="index.php?op=files&id=fb10">Firebird 1.0 for HP-UX</A> is now available.
+</TD></TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>11-Apr-2002</I></TD>
+<TD>Firebird Project is proud to announce the <A href="http://prdownloads.sourceforge.net/firebird/FirebirdSQL-1.0_beta_1.zip">Beta 1 release of pure Java JCA-JDBC driver</A>. Minimal usage instructions are included. Please report problems, congratulations, etc. to the <?php echo GetMailingListPageLink("fb-java.dat") ?> lists or the firebird sourceforge bug tracker.<p>
+This driver provides JCA spi functionality for direct use with JCA compliant application servers such as JBoss, as well as implementations of the JDBC Driver and DataSource interfaces. As far as we know, this driver and the Firebird database are the only open source free products implementing XA transaction support. This appears to make it the only open source solution suitable for consideration for enterprise software.
+</TD>
+</TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>5-Apr-2002</I></TD>
+<TD><a href="index.php?op=files&id=fb10">Firebird 1.0 for Solaris (i386)</A> is now available.
+</TD>
+</TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>4-Apr-2002</I></TD>
+<TD WIDTH="100%">Firebird <A HREF="index.php?op=files&id=fb1_faq">1.0 Final Release Frequently Asked Questions</A> available.
+</TD>
+</TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>2-Apr-2002</I></TD>
+<TD WIDTH="100%">Source Forge logged 113,781 downloads and 168,634 page views in March for Firebird Project. It's far more than in any other month (+150% to the previous best month).
+</TD>
+</TR>
+<TR>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>30-Mar-2002</I></TD>
<TD WIDTH="100%">
<a href="index.php?op=files&id=fb10">Firebird 1.0 for Solaris (Sparc)</A> is now available.
</TD>
@@ -13,13 +243,13 @@
</TD>
</TR>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP"><I>12-Mar-2002</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>12-Mar-2002</I></TD>
<TD WIDTH="100%">
The Firebird Project is proud to announce the immediate availability of <a href="index.php?op=files&id=fb10"><b>Firebird 1.0</b></A> for Linux, Windows and MacOS X. Other directly supported platforms (FreeBSD, Solaris, HP-UX) should follow shortly.
</TD>
</TR>
<TR>
-<TD VALIGN="TOP" NOWRAP="NOWRAP"><I>16-Jan-2002</I></TD>
+<TD VALIGN="TOP" NOWRAP="NOWRAP" ><I>16-Jan-2002</I></TD>
<TD WIDTH="100%">
Another leap at our website. Although many improvements are just under the hood, you can now taste the Rabbit Holes, much improved Developer's Corner and new development related materials for Firebird Documentation and Firebird Core Engine.<br>Thanks to Kelvin Chua for the sharper/clearer title image.
</TD>
@@ -38,6 +268,5 @@
</table>
-
<p>
You can find older news on our <a href="index.php?op=history&id=firebird">History pages</a>.
Index: sidemenu.php
===================================================================
RCS file: /cvsroot/firebird/web/website/sidemenu.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -U3 -r1.19 -r1.20
--- sidemenu.php 19 Aug 2003 06:00:58 -0000 1.19
+++ sidemenu.php 27 Nov 2003 15:24:42 -0000 1.20
@@ -1,10 +1,7 @@
-<?php
- $fbRootDir=$rootDir."../"
-?>
<td class="normal" align="left" valign=top>
-<! trying to spread the column out more >
+<!-- trying to spread the column out more -->
<table>
<tr>
<td colspan=2>
@@ -16,14 +13,95 @@
<tr>
<td colspan=2>
<font face="Verdana" size=1>
-<b><a href="<?=$fbRootDir ?>index.php" style="text-decoration:none;color:#000000;">Firebird
+<b><a class=s_menu_hdr href="<?=$rootDir ?>index.php">Home</a></b>
+</td></tr>
+<tr>
+<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
+<td>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#about">About</a><br>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#history">History</a><br>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#whoarewe">Whos involved?</a><br>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#feedback">Feedback</a><br>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#contactus">Contacting Us</a><br>
+ <a class=s_menu href="<?=$rootDir ?>firebird/index.php#getinvolved">Getting Involved</a><br>
+ <a class=s_menu href="http://www.sourceforge.net/projects/firebird">Sourceforge Project</a><br>
+ <a class=s_menu href="<?=$rootDir ?>index.php?id=newsarchive">News</a><br>
+</td></tr>
+</table>
+
+
+<table>
+<tr>
+<td colspan=2>
+<font face="Verdana" size=1>
+<b><a class=s_menu_hdr href="<?=$rootDir ?>downloads/index.php">Downloads
</a></b>
</td></tr>
<tr>
<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
<td>
+ <a class=s_menu href="<?= $rootDir ?>downloads/index.php?id=downloadBinaries.html">Binaries</a><br>
+ <a class=s_menu href="<?= $rootDir ?>downloads/index.php?id=downloadSource.html">Source Code</a><br>
+ <a class=s_menu href="<?= $rootDir ?>downloads/index.php?id=userTools.html">User Tools</a><br>
+ <a class=s_menu href="<?= $rootDir ?>downloads/index.php?id=serverTools.html">Server Tools</a><br>
+</td></tr>
+</table>
+
+
+<table>
+<tr>
+<td colspan=2>
+<b><a class=s_menu_hdr href="<?=$rootDir ?>support/index.php">Help/Support
+</a></b>
+</td></tr>
+<tr>
+<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
+<td>
+ <a class=s_menu href="<?=$rootDir?>support/index.php#faq">FAQs</a><br>
+ <a class=s_menu href="<?=$rootDir?>support/index.php?id=lists.html">Lists & Newsgroups</a><br>
+ <a class=s_menu href="<?=$rootDir?>support/index.php#bugs">Bug Database</a><br>
+ <a class=s_menu href="<?=$rootDir?>support/index.php#docs">Documentation</a><br>
+ <a class=s_menu href="<?=$rootDir?>support/index.php?id=sites.html">Useful Sites</a><br>
+ <br>
+ <a class=s_menu href="<?=$rootDir?>support/index.php?id=commercialSupport.html">Commercial support</a><br>
+
+</td></tr>
+</table>
+
+<table>
+<tr>
+<td colspan=2>
+<a class=s_menu_hdr href="<?=$rootDir ?>projects/index.php">Projects
+</a>
+</td></tr>
+<tr>
+<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
+<td>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#firebird">Firebird</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#jaybird">JayBird</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#jdbcodbc">JdbcOdbc Driver</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#dotnet">.net provider</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#qa">QA & Test</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#website">website</a><br>
+ <a class=s_menu href="<?=$rootDir?>projects/index.php#other">other</a><br>
+</td></tr>
+</table>
+
+
+<table>
+<tr>
+<td colspan=2>
<font face="Verdana" size=1>
- <a href="<?=$fbRootDir ?>index.php" style="text-decoration:none;color:#696969;">Home</a><br>
+<b><a class=s_menu_hdr href="<?=$rootDir ?>community/index.php">Community
+</a></b>
+</td></tr>
+<tr>
+<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
+<td>
+ <a class=s_menu href="<?=$rootDir?>community/index.php?id=relatedProjects.html">Related Projects</a><br>
+ <a class=s_menu href="<?=$rootDir?>community/index.php?id=sites.html">Sites of Interest</a><br>
+ <a class=s_menu href="<?=$rootDir?>community/index.php?id=usingFirebird.html">Sites using Firebird</a><br>
+ <a class=s_menu href="<?=$rootDir?>foundation/index.php?id=gloat_logos.html" >Gloat logos</a>
</td></tr>
</table>
@@ -33,26 +111,27 @@
<tr>
<td colspan=2>
<font face="Verdana" size=1>
-<a href="<?=$rootDir ?>foundation" style="text-decoration:none;color:#000000;"><b>FirebirdSQL Foundation</b></a><br>
+<a href="<?=$rootDir ?>foundation" style="text-decoration:none;color:#000000;"><b>Foundation</b></a><br>
<i>Supporting Firebird Development</i></td></tr>
<tr>
<td><img src="<?= $rootDir ?>images/clearpixel.gif" alt="" align="left" width=4></td>
<td>
<font face="Verdana" size=1>
- <a href="<?=$rootDir ?>foundation/index.php#about" style="text-decoration:none;color:#696969;">About</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=news.html" style="text-decoration:none;color:#696969;">Newsletters</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=members.html" style="text-decoration:none;color:#696969;">Members</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=sponsorship.html" style="text-decoration:none;color:#696969;">Sponsors</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=contributions.html" style="text-decoration:none;color:#696969;">Donate/Sponsor</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=rules.html" style="text-decoration:none;color:#696969;">Rules & Objectives</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=aboutMembership.html" style="text-decoration:none;color:#696969;">Membership</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=certificate.html" style="text-decoration:none;color:#696969;">Certificate</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=FFSTEER/FF_SteeringCommittee.html" style="text-decoration:none;color:#696969;">Steering Group</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=support_logos.html" style="text-decoration:none;color:#696969;">Member/Sponsor logos</a><br>
- <a href="<?=$rootDir ?>foundation/index.php?id=gloat_logos.html" style="text-decoration:none;color:#696969;">Gloat logos</a>
-
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php#about">About</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id=news.html" >Newsletters</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id=members.html">Members</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id=sponsorship.html" >Sponsors</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id=contributions.html" >Donate/Sponsor</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id=rules.html" >Rules & Objectives</a><br>
+ <a class=s_menu href="<?=$rootDir ?>foundation/index.php?id...
[truncated message content] |