update download and development links master
authorDave Cramer <davecramer@gmail.com>
Thu, 9 May 2024 18:16:35 +0000 (14:16 -0400)
committerDave Cramer <davecramer@gmail.com>
Thu, 9 May 2024 18:16:35 +0000 (14:16 -0400)
index.html

index 4c31cab3e86bb8a4cfad4d1de98d1048985b2de2..8c31062c3ace7b51e0828cffdf596d1cdc05f49b 100644 (file)
 </style>
 
   <link rel="shortcut icon" href="/favicon.ico" />
-<!--  <link rel="alternate stylesheet" type="text/css" media="screen" title="Large Text" href="/media/css/docs_large.css" />
-
-  <link rel="alternate" type="application/rss+xml" title="PostgreSQL News" href="/news.rss" />
-  <link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="/events.rss" />
-  <script type="text/javascript" src="/media/js/styleswitcher.js"></script>
-  <script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-1345454-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-</script>
--->
 
  </head>
  <body>
     <span class="txtOffScreen"><a href="#pgContent" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
     <span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
     <div id="pgHeaderContainer">
-<!--
-     <div id="pgSearch">
-      <form method="get" action="/search/">
-
-       <div>
-        <h2 class="pgBlockHide"><label for="q">Search</label></h2>
-        <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" />
-       </div>
-      </form>
-      <h2 class="pgBlockHide">Peripheral Links</h2>
-      <div id="pgSearchNav">
-       <ul id="pgSearchNavList">
-
-        <li>
-          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>
-        </li>
-        <li>
-          <a href="/about/donate">Donate</a>
-        </li>
-
-        <li>
-          <a href="/about/contact">Contact</a>
-        </li>
-       </ul>
-      </div>
-     </div>
--->
+
         <div id="pgHeader">
          <div id="pgHeaderLogoLeft">
 
          <div id="pgTopNavRight"><img width="7" style="height: 100%;" alt="" src="/media/img/layout/nav_rgt.png" /></div>
          <ul id="pgTopNavList">
           <li><a href="/" title="Home">psqlODBC Home</a></li>
-          <li><a href="http://www.postgresql.org/ftp/odbc/versions/" title="Download">Download</a></li>
+          <li><a href="https://www.postgresql.org/ftp/odbc/releases/" title="Download">Download</a></li>
           <li><a href="http://www.postgresql.org/list/pgsql-odbc/" title="Mailing list">Mailing list</a></li>
-          <li><a href="http://git.postgresql.org/gitweb/?p=psqlodbc.git" title="Source code">Source code</a></li>
+          <li><a href="https://github.com/postgresql-interfaces/psqlodbc" title="Source code">Source code</a></li>
          </ul>
         </div> <!-- pgTopNav -->
        </div> <!-- pgHeaderContainer -->
 
        <div id="pgContent">
-<!--
-<div id="pgSideWrap">
- <div id="pgSideNav">
-  <ul>
-   
-   
-   <li><a href="/download/">Downloads</a>
-    
-     <ul>
-     
-      <li><a href="/download/">Binary</a></li>
-     
-      <li class="last-child"><a href="/ftp/source/">Source</a></li>
-
-     
-     </ul>
-    
-    
-   
-   </li>
-   <li><a href="/download/product-categories/">Software Catalogue</a>
-    
-    
-   
-   </li>
-   <li class="last-child"><a href="/ftp/">File Browser</a>
-
-    
-    
-   </li>
-    
-   
-  </ul>
- </div>
-</div> --> <!-- pgSideWrap -->
-<!-- <div id="pgContentWrap"> -->
 <div id="psqlodbcMain">
 
 <h1>psqlODBC - PostgreSQL ODBC driver</h1>
 
 <p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver. It is released under the <a href="https://opensource.org/license/lgpl-license-html/">Library General Public Licence</a>, or LGPL.</p>
 
-<p>Downloads are available in source and binary formats at the <a href="http://www.postgresql.org/ftp/odbc/versions/">PostgreSQL downloads site</a>
+<p>Downloads are available in source and binary formats at the <a href="https://www.postgresql.org/ftp/odbc/releases/">PostgreSQL downloads site</a>
 
 <hr>
 <h2>psqlODBC Documentation</h2>
@@ -178,10 +100,11 @@ collection, please send your contribution to
 <hr>
 <h2>psqlODBC Development</h2>
 
-<p>psqlODBC is developed and supported through the
+<p>Previously psqlODBC was developed and supported through the
 <a href="http://www.postgresql.org/list/pgsql-odbc/">pgsql-odbc@postgresql.org</a> mailing list.</p>
-
-<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>. The source for this website is at the <a href="http://git.postgresql.org/gitweb/?p=psqlodbc-www.git">psqlodbc-www<a> git repository</p>
+However we have moved the project to <a href="https://github.com/postgresql-interfaces/psqlodbc">GitHub psqlODBC</a> please file issues <a href="https://github.com/postgresql-interfaces/psqlodbc/issues">here</a>
+<p>We will continue to monitor the pgsql-odbc mailing list however it's preferable to use GitHub.</p>
+<p>You can browse the source code at the psqlODBC git repository at <a href="https://github.com/postgresql-interfaces/psqlodbc">postgresql-interfaces/psqlodbc</a>. The source for this website is at the <a href="http://git.postgresql.org/gitweb/?p=psqlodbc-www.git">psqlodbc-www<a> git repository</p>
 
 <p>A backup of the old CVS repository can be found <a href="/backups/psqlodbc-cvs.tar.bz2">here</a>.</p>
 <hr>
@@ -229,7 +152,7 @@ DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS
          <a class="navFooter" href="http://www.postgresql.org/about/privacypolicy">Privacy Policy</a> |
          <a class="navFooter" href="http://www.postgresql.org/about/">About PostgreSQL</a><br/>
 
-        Copyright &copy; 1996-2013 The PostgreSQL Global Development Group
+        Copyright &copy; 1996-2024 The PostgreSQL Global Development Group
        </div> <!-- pgFooter -->
    </div>
   </div> <!-- pgContainerWrap -->