Add PostgreSQL headers and footers. Add download link, create 'history'
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 22 Apr 2013 10:55:44 +0000 (13:55 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 22 Apr 2013 10:55:44 +0000 (13:55 +0300)
section.

index.html

index 2d1dcbe55a9d9d3a0fa6b8be3533b7d785933c1f..fc7c695cc906fc08e9b32c533f79366224103d58 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
-<html>\r
-  <head>\r
-    <title>psqlODBC</title>\r
-  </head>\r
-\r
-  <body>\r
-\r
-<table width=100% border=0 cellpadding=3 cellspacing=0>\r
-<tr>\r
-<td bgcolor="#004040" align=left height=32>\r
-<font size=+3 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">\r
-<b>psqlODBC</b>\r
-</font>\r
-</td>\r
-</tr>\r
-</table>\r
-\r
-<hr>\r
-<h2>Introduction</h2>\r
-\r
-<p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver.</p>\r
-<p>The source code for this driver was originally adopted from version 0.20 of PostODBC. The\r
-authors at that time were Christian Czezatke and Dan McGuirk.  Later it was maintained by Julie Ann Case.</p>\r
-\r
-<p>As part of a commercial research project,\r
-the developers at <a href="http://www.insightdist.com">Insight Distributions\r
-System</a> overhauled the driver. Their goal was to make the driver\r
-commercially viable. In keeping with the spirit with which\r
-the original source was acquired, Insight published their work at this\r
-location. Some time later and after some discussion with members\r
-of the PostgreSQL organization, psqlODBC was adapted as the part of the\r
-PostgreSQL source distribution. The driver continued to be maintained by \r
-Byron Nikolaidis, the developer at Insight who overhauled the driver for some time.</p>\r
-\r
-<p>The driver is currently maintained by a number of contributors to the\r
-PostgreSQL project. \r
-It is developed and supported through the \r
-<a href="http://archives.postgresql.org/pgsql-odbc/">pgsql-odbc@postgresql.org</a> mailing list.</p>\r
-\r
-<p>psqlODBC is released under the <a href="http://www.opensource.org/licenses/lgpl-license.php">Library General Public Licence</a>, or LGPL.</p>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\r
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">\r
+ <head>\r
+  <title>psqlodbc - PostgreSQL ODBC driver</title>\r
+  <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />\r
\r
+  <meta name="copyright" content="The PostgreSQL Global Development Group" />\r
+<style type="text/css" media="screen" title="Normal Text">@import url("/media/css/base.css");\r
+#psqlodbcMain {\r
+  margin-top: 10px;\r
+}\r
+</style>\r
+\r
+  <link rel="shortcut icon" href="/favicon.ico" />\r
+<!--  <link rel="alternate stylesheet" type="text/css" media="screen" title="Large Text" href="/media/css/docs_large.css" />\r
+\r
+  <link rel="alternate" type="application/rss+xml" title="PostgreSQL News" href="/news.rss" />\r
+  <link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="/events.rss" />\r
+  <script type="text/javascript" src="/media/js/styleswitcher.js"></script>\r
+  <script type="text/javascript">\r
+  var _gaq = _gaq || [];\r
+  _gaq.push(['_setAccount', 'UA-1345454-1']);\r
+  _gaq.push(['_trackPageview']);\r
+  (function() {\r
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
+  })();\r
+</script>\r
+-->\r
+\r
+ </head>\r
+ <body>\r
+  <div id="pgContainerWrap">\r
+   <div id="pgContainer">\r
+    <span class="txtOffScreen"><a href="#pgContent" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>\r
+    <span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>\r
+    <div id="pgHeaderContainer">\r
+<!--\r
+     <div id="pgSearch">\r
+      <form method="get" action="/search/">\r
+\r
+       <div>\r
+        <h2 class="pgBlockHide"><label for="q">Search</label></h2>\r
+        <input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" accesskey="s" /><input name="a" type="hidden" value="1"/><input id="submit" name="submit" type="submit" value="Search" />\r
+       </div>\r
+      </form>\r
+      <h2 class="pgBlockHide">Peripheral Links</h2>\r
+      <div id="pgSearchNav">\r
+       <ul id="pgSearchNavList">\r
+\r
+        <li>\r
+          Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>\r
+        </li>\r
+        <li>\r
+          <a href="/about/donate">Donate</a>\r
+        </li>\r
+\r
+        <li>\r
+          <a href="/about/contact">Contact</a>\r
+        </li>\r
+       </ul>\r
+      </div>\r
+     </div>\r
+-->\r
+        <div id="pgHeader">\r
+         <div id="pgHeaderLogoLeft">\r
+\r
+          <a href="http://www.postgresql.org/"><img alt="PostgreSQL" height="80" width="230" src="/media/img/layout/hdr_left.png" /></a>\r
+         </div>\r
+         <div id="pgHeaderLogoRight">\r
+          <a href="/"><img width="210" height="80" alt="The world's most advanced open source database." src="/media/img/layout/hdr_right.png" /></a>\r
+         </div>\r
+        </div> <!-- pgHeader -->\r
+\r
+        <div id="pgTopNav">\r
+         <div id="pgTopNavLeft"><img width="7" style="height: 100%;" alt="" src="/media/img/layout/nav_lft.png" /></div>\r
+\r
+         <div id="pgTopNavRight"><img width="7" style="height: 100%;" alt="" src="/media/img/layout/nav_rgt.png" /></div>\r
+         <ul id="pgTopNavList">\r
+          <li><a href="/" title="Home">psqlODBC Home</a></li>\r
+          <li><a href="http://www.postgresql.org/ftp/odbc/versions/" title="Download">Download</a></li>\r
+          <li><a href="http://archives.postgresql.org/pgsql-odbc/" title="Mailing list">Mailing list</a></li>\r
+          <li><a href="http://git.postgresql.org/gitweb/?p=psqlodbc.git" title="Source code">Source code</a></li>\r
+         </ul>\r
+        </div> <!-- pgTopNav -->\r
+       </div> <!-- pgHeaderContainer -->\r
+\r
+       <div id="pgContent">\r
+<!--\r
+<div id="pgSideWrap">\r
+ <div id="pgSideNav">\r
+  <ul>\r
+   \r
+   \r
+   <li><a href="/download/">Downloads</a>\r
+    \r
+     <ul>\r
+     \r
+      <li><a href="/download/">Binary</a></li>\r
+     \r
+      <li class="last-child"><a href="/ftp/source/">Source</a></li>\r
+\r
+     \r
+     </ul>\r
+    \r
+    \r
+   \r
+   </li>\r
+   <li><a href="/download/product-categories/">Software Catalogue</a>\r
+    \r
+    \r
+   \r
+   </li>\r
+   <li><a href="http://pgfoundry.org/">pgFoundry</a>\r
+    \r
+    \r
+   \r
+   </li>\r
+   <li class="last-child"><a href="/ftp/">File Browser</a>\r
+\r
+    \r
+    \r
+   </li>\r
+    \r
+   \r
+  </ul>\r
+ </div>\r
+</div> --> <!-- pgSideWrap -->\r
+<!-- <div id="pgContentWrap"> -->\r
+<div id="psqlodbcMain">\r
+\r
+<h1>psqlODBC - PostgreSQL ODBC driver</h1>\r
+\r
+<p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver. It is released under the <a href="http://www.opensource.org/licenses/lgpl-license.php">Library General Public Licence</a>, or LGPL.</p>\r
+\r
+<p>Downloads are available in source and binary formats at the <a href="http://www.postgresql.org/ftp/odbc/versions/">PostgreSQL downloads site</a>\r
 \r
 <hr>\r
 <h2>psqlODBC Documentation</h2>\r
@@ -83,6 +180,33 @@ collection, please send your contribution to
 \r
 </ul>\r
 \r
+<hr>\r
+<h2>psqlODBC Development</h2>\r
+\r
+<p>psqlODBC is developed and supported through the\r
+<a href="http://archives.postgresql.org/pgsql-odbc/">pgsql-odbc@postgresql.org</a> mailing list.</p>\r
+\r
+<p>You can browse the source code at the psqlODBC git repository at <a href="http://git.postgresql.org/gitweb/?p=psqlodbc.git">git.postgresql.org</a></p>\r
+\r
+<hr>\r
+<h2>psqlODBC History</h2>\r
+\r
+<p>The source code for this driver was originally adopted from version 0.20 of PostODBC. The\r
+authors at that time were Christian Czezatke and Dan McGuirk.  Later it was maintained by Julie Ann Case.</p>\r
+\r
+<p>As part of a commercial research project,\r
+the developers at <a href="http://www.insightdist.com">Insight Distributions\r
+System</a> overhauled the driver. Their goal was to make the driver\r
+commercially viable. In keeping with the spirit with which\r
+the original source was acquired, Insight published their work at this\r
+location. Some time later and after some discussion with members\r
+of the PostgreSQL organization, psqlODBC was adapted as the part of the\r
+PostgreSQL source distribution. The driver continued to be maintained by \r
+Byron Nikolaidis, the developer at Insight who overhauled the driver for some time.</p>\r
+\r
+<p>The driver is currently maintained by a number of contributors to the\r
+PostgreSQL project.</p>\r
+\r
 <hr>\r
 <h2>Acknowledgements</h2>\r
 \r
@@ -101,6 +225,17 @@ IMPLIED. By way of example, but not limitation, M.I.T. MAKES NO REPRESENTATIONS
 MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE OR \r
 DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. </p>\r
 \r
+</div> <!-- pgContentWrap -->\r
+\r
+     <br class="pgClearBoth" />\r
+    </div> <!-- pgContent -->\r
+       <div id="pgFooter">\r
+         <a class="navFooter" href="/about/privacypolicy">Privacy Policy</a> |\r
+         <a class="navFooter" href="/about/">About PostgreSQL</a><br/>\r
 \r
-</body>\r
+        Copyright &copy; 1996-2013 The PostgreSQL Global Development Group\r
+       </div> <!-- pgFooter -->\r
+   </div>\r
+  </div> <!-- pgContainerWrap -->\r
+ </body>\r
 </html>\r