Skip to content

Commit

Permalink
Publication de la 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 30, 2016
1 parent 63cd1b8 commit b850dd9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
36 changes: 35 additions & 1 deletion www-docs.postgresql.fr/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
$version['903'] = '9.3';
$version['904'] = '9.4';
$version['905'] = '9.5';
$version['906'] = '9.6';
?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down Expand Up @@ -128,8 +129,41 @@ function addEngine(name,ext,cat,type)
Lelarge</a>.</p>
<p>Certaines vieilles versions, non maintenues, sont disponibles sur
l'<a href="index_obsoletes.php">index des version obsolètes</a>.</p>
<div id="pg96">
<h2>Documentation PostgreSQL, version 9.6</h2>
<div class="listes">
<ul>
<li>Manuel au format HTML&nbsp;:
<a href="9.6/">Consultation en ligne</a>,
t&eacute;l&eacute;chargement en
<a onclick="pageTracker._trackPageview('/pg96.zip');"
href="http://docs.postgresql.fr/9.6/pg96.zip">ZIP</a> ou
<a onclick="pageTracker._trackPageview('/pg96.tar.gz');"
href="http://docs.postgresql.fr/9.6/pg96.tar.gz">TAR.GZ</a>
</li>
<!--
<li>Manuel au format <a onclick="pageTracker._trackPageview('/pg96.chm');"
href="http://docs.postgresql.fr/9.6/pg96.chm">CHM</a>
(syst&egrave;me d'aide Windows)
</li>
-->
<li>Manuel au format <a onclick="pageTracker._trackPageview('/pg96.pdf');"
href="http://docs.postgresql.fr/9.6/pg96.pdf">PDF</a>
</li>
<li>Document d'installation au format <a
onclick="pageTracker._trackPageview('/INSTALL96.html');"
href="http://docs.postgresql.fr/9.6/INSTALL.html">HTML</a> et
<a onclick="pageTracker._trackPageview('/INSTALL96.txt');"
href="http://docs.postgresql.fr/9.6/INSTALL.txt">texte</a>
</li>
<li><a onclick="pageTracker._trackPageview('/pg96.man.tar.gz');"
href="http://docs.postgresql.fr/9.6/pg96.man.tar.gz">Pages
man</a></li>
</ul>
</div>
</div>
<div id="pg95">
<h2>Documentation PostgreSQL, version 9.5 (en cours de traduction)</h2>
<h2>Documentation PostgreSQL, version 9.5</h2>
<div class="listes">
<ul>
<li>Manuel au format HTML&nbsp;:
Expand Down
1 change: 1 addition & 0 deletions www-docs.postgresql.fr/index_obsoletes.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
$version['903'] = '9.3';
$version['904'] = '9.4';
$version['905'] = '9.5';
$version['906'] = '9.6';
?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down
1 change: 1 addition & 0 deletions www-docs.postgresql.fr/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
$version['903'] = '9.3';
$version['904'] = '9.4';
$version['905'] = '9.5';
$version['906'] = '9.6';
?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down
5 changes: 4 additions & 1 deletion www-docs.postgresql.fr/tools/addrelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,11 @@ function usage() {
case '9.5':
$version_int = 905;
break;
case '9.6':
$version_int = 906;
break;
default:
echo "Il s'agit d'une version majeure : 8.1 à 8.4, 9.0 à 9.5.\n";
echo "Il s'agit d'une version majeure : 8.1 à 8.4, 9.0 à 9.6.\n";
exit;
break;
}
Expand Down

0 comments on commit b850dd9

Please sign in to comment.