[Trad] [svn:pgfr] r1348 - materials/press/release_presskit/trunk

admin at listes.postgresql.fr admin at listes.postgresql.fr
Ven 19 Juin 15:52:23 CEST 2009


Author: sas
Date: 2009-06-19 15:52:22 +0200 (Fri, 19 Jun 2009)
New Revision: 1348

Added:
   materials/press/release_presskit/trunk/howto
   materials/press/release_presskit/trunk/presskit84.html.fr
   materials/press/release_presskit/trunk/presskit84.html.translate
   materials/press/release_presskit/trunk/release.fr.txt
   materials/press/release_presskit/trunk/release.translate.txt
Log:
Le dossier de presse de la version 8.4
Pour relecture


Added: materials/press/release_presskit/trunk/howto
===================================================================
--- materials/press/release_presskit/trunk/howto	                        (rev 0)
+++ materials/press/release_presskit/trunk/howto	2009-06-19 13:52:22 UTC (rev 1348)
@@ -0,0 +1,154 @@
+= How to Translate Releases =
+
+This is a set of instructions for Regional Contacts (RCs) and Advocacy volunteers on how to translate major version releases and other PR materials for PostgreSQL.  It is not about translating the web site or translating PostgreSQL itself.
+
+== General Information ==
+
+=== Procedure & Timeline ===
+
+Generally you will have a very short time to get a release translated.  The schedule generally goes like this:
+
+# Day Minus 15: draft release send to Regional Contacts for questions and typo-spotting.
+# Day Minus 12: release finalized, offered to RCs for translation
+# Day Minus 6: draft copies of all languages checked in
+# Day Minus 4: final versions of all languages checked in 
+
+Yes, that does mean that you need to have your translations finalized at least 4 days before the final release (and preferably earlier).  This is because all Presskits need to be integrated into the www.postgresql.org infrastructure, checked, and corrected.
+
+The translation cycle generally goes like this:
+
+# Do draft translation
+# Send it to your proofreader for corrections
+# Correct mistakes
+# Send it back to proofreader for check
+# Send it in to Josh / check in to CVS for HTML checking
+# Correct HTML errors
+# Finalize
+
+=== Encoding ===
+
+All translations of HTML documents must be UTF8 and not any other encoding.  Our web infrastructure is UTF8 only.
+
+=== ProofReading ===
+
+All translations must be checked by someone ''other than the person who did the translation'' to look for mistakes in spelling, punctuation and grammar.  It is not humanly possible to proofread your own work.  Note that this proofreader does not need to be a PostgreSQL community member; they can just be a friend of yours who writes your language very well.
+
+Stupid grammar and spelling mistakes reflect badly on the whole project and make us look amateur.  Don't let them get out.
+
+For the groups where several RCs have the same language, of course, the RCs can check each other's work.
+
+=== Sharing Translation Work ===
+
+RCs are strongly encouraged to share work on the translations with other community members, especially other RCs. Several languages, notably Spanish and German, have several RCs who share responsibility for them.  It is up to you to figure out how to divide up the work; however, you must coordinate with each other because there will be only ''one'' Spanish presskit.
+
+'''Warning: Do not, under any circumstances, post the contents of the press release to a public mailing list, forum, or blog while you are working on it!'''
+
+Using closed, private archive mailing lists is fine, but lists like pgsql-es-ayuda would be a mess.  Don't do it.
+
+== Files to Translate ==
+
+There are ''two'' files you need to translate for a major version release.  If you do not translate ''both'' of them, you won't be included in the release process.  While the two do share text, it is formatted differently in each file and needs to be translated as a separate file.
+
+=== release.txt.translate ===
+
+This file is the text of the e-mail for Regional Contacts to send out on the day of the release.  It is pure text for that reason, and is relatively short.
+
+==== Customizations ====
+
+Each RC will be customizing this text with their own contact information, you will notice a block in the middle of the text file which looks like this:
+
+  YOUR NAME HERE
+  YOUR @POSTGRESQL.ORG EMAIL HERE
+  YOUR PHONE NUMBER HERE
+  YOUR LOCALIZED WEB SITE HERE, IF ANY
+
+You needn't translate this block, as it will be filled in by the RC when they send the e-mail (hopefully!).  Also there is a dateline at the beginning of the release, like this:
+
+  DATE HERE: The PostgreSQL Global Development Group has released ...
+
+You will need to replace the "DATE HERE" words with the translated final date when the final release date is confirmed, about 5 days from the actual release.
+
+==== File Name ====
+
+When you are finished translating, you should rename this file to "release.txt.XX" where "XX" is your language's ISO code. e.g. "release.txt.fr".
+
+Note: a couple of the links say "(English)".  This is to indicate that the documents linked to will not be translated, and should contain a warning that the link goes to an English-language document.
+
+=== presskit84.html.translate ===
+
+This file becomes the online Press Kit for the release.  It includes the text of the e-mail release, as well as a collection of links, expanded quotes, and further information about PostgreSQL.  
+
+The difficulty with this file is that it's full of HTML markup which has been checked extensively by our web staff.  As such, it's critically important that you translate the text ''without'' modifying any of the HTML tags at all, except for the Customization section below.
+
+==== Customizations ====
+
+In the center of the page is the Contact section.  You need to customize this section.  First, you need to add links to your langauge/region's PostgreSQL community page:
+
+ <pre><p>Web Pages</p>
+ <ul>
+ <li><a href="http://www.postgresql.org">PostgreSQL home page</a></li>
+ <li><a href="YOUR LOCALIZED POSTGRES PAGE">NAME OF YOUR LOCALIZED POSTGRES PAGE</a></li>
+ </ul></pre>
+
+That second link needs to be customized to your local Postgres community page, like so:
+
+ <pre><li><a href="http://www.postgresql.org.br/">Comunidade Brasileira de PostgreSQL</a></li></pre>
+
+If you are translating for a language which has multiple local websites (Spanish, German, Italian, etc.) then please add additional Listitems with the additional pages.  If you do not have a localized web site, simply delete that line.
+
+The second customization you need to make is here:
+
+ <pre><p>Press Inquiries</p>
+ <p>REGIONAL CONTACT NAME HERE<br />
+ <a href="RC at POSTGRESQL.ORG">REGIONAL CONTACT EMAIL HERE</a><br />
+ REGIONAL CONTACT PHONE HERE</p></pre>
+
+This is where you put other contact information for the regional contacts in your language.  For example:
+
+ <pre><p>Guido Barosio<br />
+ <a href="ar at postgresql.org">ar at postgresql.org</a><br />
+ Cell: +54911-6641-1945</p></pre>
+
+If your language covers multiple Regional Contacts, then list them all, one after the other, in the above format, ordered alphabetically by region name.  Example:
+
+ <pre><p>Argentina<br />
+ Guido Barosio<br />
+ <a href="ar at postgresql.org">ar at postgresql.org</a><br />
+ Cell: +54911-6641-1945</p>
+ <p>Chile<br />
+ Álvaro Herrera<br />
+ <a href="alvherre at postgresql.org">alvherre at postgresql.org</a><br />
+ Phone: +56-9-74990919</p>
+
+ etc.
+ </pre>
+
+==== File Name ====
+
+When finished, name your translated Press Kit as "presskit##.html.XX" where ## is the number of the release, and XX is your ISO language code.  Example: "presskit84.html.jp".
+
+== Translation Source Management ==
+
+There are three ways to share and collaborate on editing translations: e-mail, CVS, and git.  If you are part of a translation "team" (e.g. Spanish) then you will need to pick ''one'' of these ways to use.  CVS is preferred if you can manage it, and git will be preferred in the next release when we're all a little more used to it.
+
+=== Translating by E-mail ===
+
+Josh will send the Regional Contacts list the final copies of the translate files in an e-mailed zip archive, and later on any line-item edits you need to have if we have last-minute text fixes.  
+
+You then e-mail around copies of the files to your co-translators and proofreader(s), being careful to make sure each person has the most updated version.  I suggest using version numbers to ensure this.
+
+Then you rename the files appropriately, zip them (or bzip or gzip) into an archive, and e-mail them to Josh.  The zipping of the files is important because it prevents e-mail clients and servers from mangling the encodings, which otherwise tends to happen.
+
+=== Translating by CVS ===
+
+The CVS repository for Press documents is located [http://pgfoundry.org/scm/?group_id=1000047 on pgFoundry].  You will need to be a developer on the "press" project to have access to this; e-mail Josh your pgfoundry login name in order to be added.
+
+Check out from the repository the files in "pr/releases/#.#/translate", where "#.#" is the version number, e.g. pr/releases/8.4/translate.  There may be an pr/releases/#.#/en directory present, do NOT use the files there.  Use only the files in /translate.
+
+Once you start translating, you need to create a subdirectory named after your ISO language code, e.g. pr/releases/8.4/es.  Check in your translated files, properly renamed, into that subdirectory, e.g. pr/releases/8.4/es/presskit84.html.es.  Then commit.
+
+When your team is done translating and proofreading, send an e-mail to the regional contacts list saying they're complete.
+
+=== Translating by git ===
+
+Instructions here when I figure this out.  Don't neccessarily expect it to be working by version 8.4.  Help very very welcome!

Added: materials/press/release_presskit/trunk/presskit84.html.fr
===================================================================
--- materials/press/release_presskit/trunk/presskit84.html.fr	                        (rev 0)
+++ materials/press/release_presskit/trunk/presskit84.html.fr	2009-06-19 13:52:22 UTC (rev 1348)
@@ -0,0 +1,139 @@
+<!-- BEGIN page_title_block -->
+Dossier de presse PostgreSQL 8.4
+<!-- END page_title_block -->
+
+<h1>Dossier de presse PostgreSQL 8.4</h1>
+
+<h2>Contenu</h2>
+
+<p>
+ &nbsp; <a href="#original_release">Texte d'origine</a><br />
+ &nbsp; <a href="#additional_features">Liste des fonctionnalités</a><br />
+ &nbsp; <a href="#download">Où la télécharger</a><br />
+ &nbsp; <a href="#docs">Documentation</a><br />
+ &nbsp; <a href="#license">Licence</a><br />
+ &nbsp; <a href="#contact">Contacts</a><br />
+ &nbsp; <a href="#quoted_companies">Informations concernant les sociétés citées</a><br />
+ &nbsp; <a href="#companies">Support commercial</a><br />
+</p>
+
+<a name="original_release"></a><h2>Texte d'origine</h2>
+
+<p><b>29 juin 2009</b> Le groupe de développement mondial de PostgreSQL (PGDG) a publié la version 8.4, dans la continuité du développement rapide de ce SGBD avancé.
+</p>
+<p>
+Cette version apporte un nombre considérable d'améliorations facilitant plus encore l'administration, le requêtage et la programmation des bases de données PostgreSQL.
+</p>
+<p>
+Les 293 fonctionnalités nouvelles ou améliorées sont autant de raisons supplémentaires de choisir PostgreSQL pour vos projets futurs.</p>
+
+<p>Les modifications les plus nombreusses concernent des outils et commandes d'administration et de surveillance nouveaux ou améliorés. Tout utilisateur trouvera son outil préféré pour faciliter son utilisation quotidienne de PostgreSQL et améliorer sa productivité.</p>
+
+<p><i>«&nbsp;Nous utilisons PostgreSQL depuis 7 ans maintenant, et attendons beaucoup des nombreuses fonctionnalités de PostgreSQL 8.4, notamment les droits de niveau colonne, les locales par base, les correspondances partielles d'index GIN et les exceptions utilisateur&nbsp;»,</i> déclare Jeffrey Webster, CTO de ZooLoo.com. <i>«&nbsp;PostgreSQL nous a permis de croître sans sacrifier l'intégrité des données.&nbsp;»</i></p>
+
+<p>Parmi les améliorations les plus populaires, citons&nbsp;:</p>
+<ul>
+<li><b>la restauration parallèle de bases</b>, accélarant jusqu'à un facteur 8 les restaurations&nbsp;;</li>
+<li><b>les droits de niveau colonne</b>, permettant un contrôle plus granulaire des données sensibles&nbsp;;</li>
+<li><b>le support des interclassement par base</b>, améliorant l'utilisabilité de PostgreSQL en environnement multi-lingual&nbsp;</li>
+<li><b>les mises à jour en place</b> à travers pg_migrator bêta, permettant des mises à jour de 8.3 vers 8.4 sans interruption de service excessive&nbsp;</li>
+<li><b>de nouveaux outils de requêtage</b>, donnant aux administrateurs une meilleure compréhension de l'activité des requêtes.</li>
+</ul>
+
+<p>La version 8.4 facilite l'analyse de données au travers des fonctionnalités ANSI SQL 2003 étendues de <b>fonctions de fenêtrage</b>, <b>d'expressions de table commune</b> et de <b>jointures récursives</b>.
+</p>
+
+<p>
+<i>«&nbsp;Ces structures de requête accroissent l'expressivité du dialecte SQL de PostgreSQL en permettant aux utilisateurs de poser d'intéressantes questions en une seule requête. Chose impossible jusque-là.&nbsp;»</i>, explique Sailesh Krishnamurthy, fondateur de Truviso.
+</p>
+
+<p>Les améliorations des procédures stockées, telles que les <b>paramètres par défaut</b> et les <b>paramètres de nombre variable</b>, simplifient la programmation serveur.</p>
+
+<p>La nouvelle version accélère également les performances applicatives, comme le commente Kevin Grittner, administrateur de bases de données au sein des systèmes de la cour du Wisconsin, <i>«&nbsp;Chaque version majeure apporte son lot d'amélioration des performances de PostgreSQL. La version 8.4 a ajouté de nombreuses optimisations, telles que les semi-jointures et les anti-jointures, ce qui améliore considérablement les temps d'exécution de nos requêtes les plus gourmandes.&nbsp;»</i></p>
+
+<p>Ces fonctionnalités signifient que PostgreSQL 8.4 permettra de servir encore plus d'utilisateurs, comme le projet OpenStreetMap. <i>«&nbsp;Lorsque nous avons planifié la nouvelle version de l'API OpenStreetMap, il apparaissait évident que nous avions besoin d'une base de données de renommée mondiale, qui non seulement fournirait les bonnes fonctionnalités, mais en plus se comporterait correctement à notre échelle. Bien qu'il existe de nombreuses bases de données libres, PostgreSQL était un choix évident.&nbsp;»</i>, déclare Tom Hughes, administrateur système chez OpenStreetMap.</p>
+
+
+<h2>Version étendue</h2>
+
+<a name="additional_features"></a><h2>Liste des fonctionnalités</h2>
+<p>
+La version 8.4 offre un nombre de nouvelles fonctionnalités sans précédent. Nous avons créé de nouvelles pages pour les présenter&nbsp;:
+</p>
+<ul>
+<li><a href="/about/press/features84">Liste complète des fonctionnalités (en anglais)</a></li>
+<li><a href="/about/featurematrix">Matrices des fonctionnalités (en anglais)</a></li>
+<li><a href="/docs/8.4/static/release-8-4.html">Notes de version</a></li>
+</ul>
+<a name="download"></a><h2>Téléchargements</h2>
+<ul>
+<li><a href="/download">Pages de téléchargement</a>, avec des liens vers les installeurs et les outils.</li>
+<li><a href="/ftp/source/v8.4.0">Code source</a></li>
+<li><a href="/download/windows">Installeurs Windows</a></li>
+<li><a href="/download/linux">Installeurs Linux</a> et dépôts des paquets</li>
+<li><a href="/download/solaris">Paquets Solaris</a></li>
+<li><a href="/download/macosx">Installeurs Mac OSX</a></li>
+<li><a href="/download/freebsd">Portages FreeBSD</a></li>
+<li><a href="http://pgfoundry.org/projects/pg-migrator/">Projet pg_migrator</a></li>
+<li><a href="http://www.pgfoundry.org">Composants optionnels et additiels</a></li>
+<li><a href="http://www.postgresql.org/download/product-categories">Logiciels liés et commerciaux</a></li>
+</ul>
+
+<a name="docs"></a><h2>Documentation</h2>
+
+<p>La documentation HTML et les pages de manuel sont installées avec PostgreSQL, mais n'hésitez pas à parcourir, chercher et commenter notre <a href="/docs/8.4/interactive">documentation en ligne</a>, exhaustive et interactive.</p>
+
+<a name="license"></a><h2>License</h2>
+<p>
+PostgreSQL utilise la <a href="/about/licence">licence BSD</a>, qui ne nécessite que le maintien des informations de licence et de copyright dans le code source sous licence. Cette
+<a href="http://www.opensource.org/licenses/bsd-license.php">licence certifiée par l'OSI</a> est largement appréciée, flexible et compatible avec les contraintes du monde des affaires, puisqu'elle ne restreint pas l'utilisation de PostgreSQL avec les applications commerciales et proprétaires. Associée au support de multiples compagnies et à une possession publique du code, la licence BSD rend PostgreSQL très populaire au sein des revendeurs souhaitant embarquer une base dans leurs produits sans crainte d'une redevance, de verrous vendeur ou de modification de la licence.
+</p>
+
+<a name="contact"></a><h2>Contacts</h2>
+
+<p>Web Pages</p>
+<ul>
+<li><a href="http://www.postgresql.org">Page d'accueil PostgreSQL</a></li>
+<li><a href="http://www.postgresqlfr.org">La page d'acceuil de l'association francophone</a></li>
+</ul>
+
+<p>Requêtes presse</p>
+<p>France et Europe francophone<br />
+Stéphane A. Schildknecht<br />
+<a href="fr at postgresql.org">fr at postgresql.org</a><br />
++33 953 699 712</p>
+
+<p>Pour les contacts dans les autres régions, consulter <a href="/about/press/contact">notre page de contacts internationaux.</a></p>
+
+<a name="quoted_companies"></a><h2>Informations concernant les sociétés citées et texte des citations</h2>
+
+<p>Les contacts suivants sont exclusivement anglophones.</p>
+
+<p><i>«&nbsp;Nous utilisons PostgreSQL depuis 7 ans maintenant, et attendons beaucoup des nombreuses fonctionnalités de PostgreSQL 8.4, notamment les droits de niveau colonne, les locales par base, les correspondances partielles d'index GIN et les exceptions utilisateur&nbsp;»,</i> déclare Jeffrey Webster, CTO de ZooLoo.com. <i>«&nbsp;PostgreSQL nous a permis de croître sans sacrifier l'intégrité des données.&nbsp;»</i><br />
+Contact&nbsp;: <a href="mailto:melissa at zooloo.com">Melissa</a> ou visiter <a href="http://www.zooloo.com/">ZooLoo.com</a></p>
+
+<p><i>«&nbsp;Chaque version majeure apporte son lot d'amélioration des performances de PostgreSQL,&nbsp;»</i>
+déclare Kevin Grittner, administrateur de bases de données, Consolidated Court Automation Programs, Wisconsin Court System.
+<i>«&nbsp;La version 8.4 a ajouté de nombreuses optimisations, telles que les semi-jointures et les anti-jointures, ce qui améliore considérablement les temps d'exécution de nos requêtes les plus gourmandes.&nbsp;»</i><br />
+Contact&nbsp;: <a href="mailto:Kevin.Grittner at wicourts.gov">Kevin Grittner</a> ou visiter <a href="http://www.wicourts.gov/">Wisconsin Court System</a> </p>
+
+<p><i>«&nbsp;Ces structures de requête accroissent l'expressivité du dialecte SQL de PostgreSQL en permettant aux utilisateurs de poser d'intéressantes questions en une seule requête. Chose impossible jusque-là.&nbsp;»</i>, explique Sailesh Krishnamurthy, fondateur de Truviso.<br />
+Contact&nbsp;: <a href="mailto:info at truviso.com">Info e-mail</a> ou visiter <a href="http://www.truviso.com">Truviso</a>.</p>
+
+<p><i>«&nbsp;Lorsque nous avons planifié la nouvelle version de l'API
+OpenStreetMap, il apparaissait évident que nous avions besoin d'une base de
+données de renommée mondiale, qui non seulement fournirait les bonnes
+fonctionnalités, mais en plus se comporterait correctement à notre échelle.
+PostgreSQL nous permet de supporter la cohérence de la base de données à l'aide des clés étrangères et des mises à jours transactionnelles, tout en donnant à nos administrateurs les outils requis pour travailler sur notre base de 850 Go, tout en maintenant le développement continuel des structures de nos tables et les aspects opérationnels tels que les instantanés cohérents.Bien qu'il existe de nombreuses bases de données libres, PostgreSQL était un choix évident.&nbsp;»</i> déclare Tom Hughes, administrateur projet chez OpenStreetMap.<br />
+Contact&nbsp;: <a href="mailto:webmaster at openstreetmap.org">Tom Hughes</a> ou visiter <a href="http://www.openstreetmap.org">OpenStreetMap</a>.</p>
+
+<a name="companies"></a><h2>Support commercial</h2>
+
+<p>PostgreSQL bénéficie du support de nombreuses companies, qui financent les développeurs, aident à l'hébergement et apportent un support financier. Les principaux mécènes sont mentionnés sur <a href="/about/sponsors">page des mécènes du développement.</a></p>
+
+<p>Il existe également une vaste communauté de <a href="/support/professional_support">compagnies fournissant du support PostgreSQL</a>, du consultant indépendant aux compagnies multi-nationales.</p>
+
+<p><a href="/about/donate">Dons</a> acceptés avec joie.</p>
+
+
+

Added: materials/press/release_presskit/trunk/presskit84.html.translate
===================================================================
--- materials/press/release_presskit/trunk/presskit84.html.translate	                        (rev 0)
+++ materials/press/release_presskit/trunk/presskit84.html.translate	2009-06-19 13:52:22 UTC (rev 1348)
@@ -0,0 +1,132 @@
+<!-- BEGIN page_title_block -->
+PostgreSQL 8.4 Press Kit
+<!-- END page_title_block -->
+
+<h1>PostgreSQL 8.4 Press Kit</h1>
+
+<h2>Contents</h2>
+
+<p>
+ &nbsp; <a href="#original_release">Text of Original Release</a><br />
+ &nbsp; <a href="#additional_features">Feature List</a><br />
+ &nbsp; <a href="#download">Where to Download</a><br />
+ &nbsp; <a href="#docs">Documentation</a><br />
+ &nbsp; <a href="#license">License</a><br />
+ &nbsp; <a href="#contact">Contacts</a><br />
+ &nbsp; <a href="#quoted_companies">Full Text of Quotes and Company Information</a><br />
+ &nbsp; <a href="#companies">Corporate Support</a><br />
+</p>
+
+<a name="original_release"></a><h2>Original Press Release</h2>
+
+<p><b>29 June 2009</b> The PostgreSQL Global Development Group has released version 8.4, continuing the rapid development of the world's most advanced open source database.  This release contains an abundance of enhancements to make administering, querying, and programming of PostgreSQL databases easier than ever before.  With 293 new or improved features in version 8.4, there are even more reasons to choose PostgreSQL for your next project.</p>
+
+<p>The most numerous changes in PostgreSQL 8.4 are new or improved administration and monitoring tools and commands.  Each user has their own favorite features which will make day-to-day work with PostgreSQL easier and more productive for them.</p>
+
+<p><i>"We've used PostgreSQL for seven years now, and we're really looking forward to many of the features in 8.4, particularly column permissions, per-database locale, partial matches for GIN indexes and user defined exceptions,"</i> says Jeffrey Webster, CTO of ZooLoo.com. <i>"PostgreSQL has allowed us to grow without sacrificing data integrity."</i></p>
+
+<p>Among the most popular enhancements are:</p>
+<ul>
+<li><b>Parallel Database Restore</b>, speeding up recovery from backup up to 8 times</li>
+<li><b>Per-Column Permissions</b>, allowing more granular control of sensitive data</li>
+<li><b>Per-database Collation Support</b>, making PostgreSQL more useful in multi-lingual environments</li>
+<li><b>In-place Upgrades</b> through pg_migrator beta, enabling upgrades from 8.3 to 8.4 without extensive downtime</li>
+<li><b>New Query Monitoring Tools</b>, giving administrators more insight into query activity</li>
+</ul>
+
+<p>Version 8.4 makes data analysis easier through the advanced ANSI SQL2003 features of <b>windowing functions</b>, <b>common table expressions</b> and <b>recursive joins</b>. <i>"These query structures increase the expressiveness of PostgreSQL's dialect of SQL substantially, allowing users to ask interesting questions in a single query that would have been impossible to ask before,"</i> explains Sailesh Krishnamurthy, Founder, Truviso.  Enhancements to stored procedures, such as <b>default parameters</b> and <b>variadic parameters</b>, make database server programming simpler and more compact.</p>
+
+<p>The new release boosts application performance as well, as Kevin Grittner, Database Administrator for the Wisconsin Courts System comments, <i>"PostgreSQL continues to improve performance in every major release.  Version 8.4 has added several optimizations, such as semi-joins and anti-joins, which provide dramatic improvement in the run time of some of our most demanding queries."</i></p>
+
+<p>These features mean that PostgreSQL 8.4 will serve more users than ever, such as the OpenStreetMap project. <i>"When we were planning the new version of the OpenStreetMap API, it became clear that we needed a world-class database that not only ticks the right feature boxes, but actually runs well at the scale we need. Although there are many open source databases available, PostgreSQL was the obvious choice,"</i> says Tom Hughes, OpenStreetMap system administrator.</p>
+
+
+<h2>Extended Release</h2>
+
+<a name="additional_features"></a><h2>Feature List</h2>
+<p>
+Version 8.4 has an unprecedented number of new features.  We've created additional pages to catalog them:
+</p>
+<ul>
+<li><a href="/about/press/features84">Full list of features (English only)</a></li>
+<li><a href="/about/featurematrix">Feature matrix (English only)</a></li>
+<li><a href="/docs/8.4/static/release-8-4.html">Release Notes</a></li>
+</ul>
+<a name="download"></a><h2>Downloads</h2>
+<ul>
+<li><a href="/download">Downloads page</a>, with links to installers and tools.</li>
+<li><a href="/ftp/source/v8.4.0">Source Code</a></li>
+<li><a href="/download/windows">Windows Installers</a></li>
+<li><a href="/download/linux">Linux Installers</a> and package repositories</li>
+<li><a href="/download/solaris">Solaris Packages</a></li>
+<li><a href="/download/macosx">Mac OSX Installers</a></li>
+<li><a href="/download/freebsd">FreeBSD Ports</a></li>
+<li><a href="http://pgfoundry.org/projects/pg-migrator/">pg_migrator Project</a></li>
+<li><a href="http://www.pgfoundry.org">Optional Components and Add-Ons</a></li>
+<li><a href="http://www.postgresql.org/download/product-categories">Related and Commercial Software</a></li>
+</ul>
+
+<a name="docs"></a><h2>Documentation</h2>
+
+<p>HTML documentation and man pages are installed with PostgreSQL, but feel free to browse, search and comment on our extensive, interactive <a href="/docs/8.4/interactive">online documentation</a>.</p>
+
+<a name="license"></a><h2>License</h2>
+<p>
+PostgreSQL uses the <a href="/about/licence">BSD license</a>, which only requires that the licensed source code maintain its copyright and licensing information. This
+<a href="http://www.opensource.org/licenses/bsd-license.php">OSI-certified license</a> is widely appreciated as flexible and business-friendly, since it does not restrict the use of PostgreSQL with commercial and proprietary applications. Together with multi-company support and public ownership of the code, the BSD license makes PostgreSQL very popular with vendors wanting to embed a database in their own products without fear of fees, vendor lock-in, or changes in licensing terms.
+</p>
+
+<a name="contact"></a><h2>Contacts</h2>
+
+<p>Web Pages</p>
+<ul>
+<li><a href="http://www.postgresql.org">PostgreSQL home page</a></li>
+<li><a href="YOUR LOCALIZED POSTGRES PAGE">NAME OF YOUR LOCALIZED POSTGRES PAGE</a></li>
+</ul>
+
+<p>Press Inquiries</p>
+<p>REGION NAME HERE<br />
+REGIONAL CONTACT NAME HERE<br />
+<a href="RC at POSTGRESQL.ORG">REGIONAL CONTACT EMAIL HERE</a><br />
+REGIONAL CONTACT PHONE HERE</p>
+
+<p>For contacts in other regions, see <a href="/about/press/contact">our international contact list.</a></p>
+
+<a name="quoted_companies"></a><h2>Full Text of Quotes and Company Information</h2>
+
+<p>Contacts below are English only.</p>
+
+<p><i>"We've used PostgreSQL for 7 years now, and we're really looking forward to many of the features in 8.4, particularly column permissions, per-database locale, partial matches for GIN indexes and user defined exceptions."</i> said Jeffrey Webster, CTO of ZooLoo.com. <i>"PostgreSQL has allowed us to grow without sacrificing data integrity."</i><br />
+Contact: <a href="mailto:melissa at zooloo.com">Melissa</a> or visit <a href="http://www.zooloo.com/">ZooLoo.com</a></p>
+
+<p><i>"PostgreSQL continues to improve performance in every major release,"</i> 
+said Kevin Grittner, Database Administrator, Consolidated Court Automation Programs, Wisconsin Court System. 
+<i>"Version 8.4 has added several optimizations, such as semi-joins and anti-joins, which provide dramatic improvement in the run time of
+some of our most demanding queries."</i><br />
+Contact: <a href="mailto:Kevin.Grittner at wicourts.gov">Kevin Grittner</a> or visit <a href="http://www.wicourts.gov/">Wisconsin Court System</a> </p>
+
+<p><i>"These query structures increase the expressiveness of PostgreSQL's dialect of SQL substantially, allowing users to ask interesting questions in a single query that would have been impossible to ask before,"</i> explains Sailesh Krishnamurthy, Founder and VP Techology, Truviso.<br />
+Contact: <a href="mailto:info at truviso.com">Info e-mail</a> or visit <a href="http://www.truviso.com">Truviso</a>.</p>
+
+<p><i>"When we were planning the new version of the OpenStreetMap API, it
+became clear that we needed a world-class database that not only ticks
+the right feature boxes, but actually runs well at the scale we need. 
+PostgreSQL allows us to support database consistency using foreign
+keys and transactional updates whilst giving our system administrators
+the tools required to work with our 850Gb database, managing the
+continuing development of our table structures and operational
+aspects such as consistent database snapshots. Although there are many
+open source databases available, PostgreSQL was the obvious choice,"</i>
+said Tom Hughes, OpenStreetMap project system administrator.<br />
+Contact: <a href="mailto:webmaster at openstreetmap.org">Tom Hughes</a> or visit <a href="http://www.openstreetmap.org">OpenStreetMap</a>.</p>
+
+<a name="companies"></a><h2>Corporate Support</h2>
+
+<p>PostgreSQL enjoys the support of numerous companies, who sponsor developers, provide hosting resources, and give us financial support.  The largest long-term sponsors are listed on our <a href="/about/sponsors">development sponsors page.</a></p>
+
+<p>There is also a large community of <a href="/support/professional_support">companies offering PostgreSQL Support</a>, from individual consultants to multinational companies.</p>
+
+<p><a href="/about/donate">Donations</a> gladly accepted.</p>
+
+
+

Added: materials/press/release_presskit/trunk/release.fr.txt
===================================================================
--- materials/press/release_presskit/trunk/release.fr.txt	                        (rev 0)
+++ materials/press/release_presskit/trunk/release.fr.txt	2009-06-19 13:52:22 UTC (rev 1348)
@@ -0,0 +1,53 @@
+Subject: PostgreSQL 8.4 publiée
+
+Email Body:
+
+Pour publication immédiate
+
+DATE HERE: Le groupe de développement mondial de PostgreSQL (PGDG) a publié la version 8.4, dans la continuité du développement rapide de ce SGBD avancé.
+
+Cette version apporte un nombre considérable d'améliorations facilitant plus encore l'administration, le requêtage et la programmation des bases de données PostgreSQL.
+
+Les 293 fonctionnalités nouvelles ou améliorées sont autant de raisons supplémentaires de choisir PostgreSQL pour vos projets futurs.
+
+Les modifications les plus nombreusses concernent des outils et commandes d'administration et de surveillance nouveaux ou améliorés. Tout utilisateur trouvera son outil préféré pour faciliter son utilisation quotidienne de PostgreSQL et améliorer sa productivité.
+
+« Nous utilisons PostgreSQL depuis 7 ans maintenant, et attendons beaucoup des nombreuses fonctionnalités de PostgreSQL 8.4, notamment les droits de niveau colonne, les locales par base, les correspondances partielles d'index GIN et les exceptions utilisateur », déclare Jeffrey Webster, CTO de ZooLoo.com. « PostgreSQL nous a permis de croître sans sacrifier l'intégrité des données. »
+
+Parmi les améliorations les plus populaires, citons :
+
+ * la restauration parallèle de bases, accélarant jusqu'à un facteur 8 les restaurations ;
+ * les droits de niveau colonne, permettant un contrôle plus granulaire des données sensibles ;
+ * le support des interclassement par base, améliorant l'utilisabilité de PostgreSQL en environnement multi-lingual ;
+ * les mises à jour en place, à travers pg_migrator bêta, permettant des mises à jour de 8.3 vers 8.4 sans interruption de service excessive ;
+ * de nouveaux outils de requêtage, donnant aux administrateurs une meilleure compréhension de l'activité des requêtes.
+
+La version 8.4 facilite l'analyse de données au travers des fonctionnalités ANSI SQL 2003 étendues de fonctions de fenêtrage, d'expressions de table commune et de jointures récursives.
+
+« Ces structures de requête accroissent l'expressivité du dialecte SQL de PostgreSQL en permettant aux utilisateurs de poser d'intéressantes questions en une seule requête. Chose impossible jusque-là. », explique Sailesh Krishnamurthy, fondateur de Truviso.
+
+Les améliorations des procédures stockées, telles que les paramètres par défaut et les paramètres de nombre variable, simplifient la programmation serveur.
+
+La nouvelle version accélère également les performances applicatives, comme le commente Kevin Grittner, administrateur de bases de données au sein des systèmes de la cour du Wisconsin, « Chaque version majeure apporte son lot d'amélioration des performances de PostgreSQL. La version 8.4 a ajouté de nombreuses optimisations, telles que les semi-jointures et les anti-jointures, ce qui améliore considérablement les temps d'exécution de nos requêtes les plus gourmandes. »
+
+Ces fonctionnalités signifient que PostgreSQL 8.4 permettra de servir encore plus d'utilisateurs, comme le projet OpenStreetMap. « Lorsque nous avons planifié la nouvelle version de l'API OpenStreetMap, il apparaissait évident que nous avions besoin d'une base de données de renommée mondiale, qui non seulement fournirait les bonnes fonctionnalités, mais en plus se comporterait correctement à notre échelle. Bien qu'il existe de nombreuses bases de données libres, PostgreSQL était un choix évident. » déclare Tom Hughes, administrateur système chez OpenStreetMap.
+
+Pour de plus amples informations, contacter :
+  Stéphane Schildknecht
+  fr at postgresql.org
+  +33 9 53 69 97 12
+  http://www.postgresql.fr
+
+* Télécharger PostgreSQL 8.4 : http://www.postgresesql.org/download/
+
+* Liste complète des fonctionnalités de la version 8.4 (en anglais) : http://www.postgresql.org/about/press/features84
+
+* Notes de version (en anglais) : http://www.postgresql.org/docs/8.4/static/release.html
+* Notes de version (en français) : http://www.postgresql.fr/docs/8.4/static/release.html
+
+* Communiqué de presse complet : http://www.postgresql.org/about/press/presskit84.html
+
+À propos de PostgreSQL : 
+PostgreSQL est un travail collaboratif impliquant plusieurs centaines de développeurs. Le développement a démarré il y a 21 ans à l'Université de Californie, Berkeley. Grâce au support de longue date des fonctionnalités d'un SGBD transactionnel de niveau industriel et à son extensibilité, PostgreSQL est utilisé par de nombreuses agences gouvernementales et par des sociétés exigeantes. PostgreSQL est distribué sous licence BSD, ce qui autorise son utilisation et sa distribution sans redevance que les applications soient commerciales ou non.
+
+Plus d'informations sur http://www.postgresql.org et http://www.postgresqlfr.org
\ No newline at end of file

Added: materials/press/release_presskit/trunk/release.translate.txt
===================================================================
--- materials/press/release_presskit/trunk/release.translate.txt	                        (rev 0)
+++ materials/press/release_presskit/trunk/release.translate.txt	2009-06-19 13:52:22 UTC (rev 1348)
@@ -0,0 +1,41 @@
+Subject: PostgreSQL 8.4 Released
+
+Email Body:
+
+FOR IMMEDIATE RELEASE
+
+DATE HERE: The PostgreSQL Global Development Group has released version 8.4, continuing the rapid development of the world's most advanced open source database.  This release contains an abundance of enhancements to make administering, querying, and programming of PostgreSQL databases easier than ever before.  With 293 new or improved features in version 8.4, there are even more reasons to choose PostgreSQL for your next project.
+
+The most numerous changes in PostgreSQL 8.4 are new or improved administration and monitoring tools and commands.  Each user has their own favorite features which will make day-to-day work with PostgreSQL easier and more productive for them.
+
+"We've used PostgreSQL for seven years now, and we're really looking forward to many of the features in 8.4, particularly column permissions, per-database locale, partial matches for GIN indexes and user defined exceptions," says Jeffrey Webster, CTO of ZooLoo.com. "PostgreSQL has allowed us to grow without sacrificing data integrity."
+
+Among the most popular enhancements are:
+
+ * Parallel Database Restore, speeding up recovery from backup up to 8 times
+ * Per-Column Permissions, allowing more granular control of sensitive data
+ * Per-database Collation Support, making PostgreSQL more useful in multi-lingual environments
+ * In-place Upgrades through pg_migrator beta, enabling upgrades from 8.3 to 8.4 without extensive downtime
+ * New Query Monitoring Tools, giving administrators more insight into query activity
+
+Version 8.4 makes data analysis easier through the advanced ANSI SQL2003 features of windowing functions, common table expressions and recursive joins.  "These query structures increase the expressiveness of PostgreSQL's dialect of SQL substantially, allowing users to ask interesting questions in a single query that would have been impossible to ask before," explains Sailesh Krishnamurthy, Founder, Truviso.  Enhancements to stored procedures, such as default parameters and variadic parameters, make database server programming simpler and more compact.
+
+The new release boosts application performance as well, as Kevin Grittner, Database Administrator for the Wisconsin Courts System comments, "PostgreSQL continues to improve performance in every major release.  Version 8.4 has added several optimizations, such as semi-joins and anti-joins, which provide dramatic improvement in the run time of some of our most demanding queries."
+
+These features mean that PostgreSQL 8.4 will serve more users than ever, such as the OpenStreetMap project.  "When we were planning the new version of the OpenStreetMap API, it became clear that we needed a world-class database that not only ticks the right feature boxes, but actually runs well at the scale we need. Although there are many open source databases available, PostgreSQL was the obvious choice," says Tom Hughes, OpenStreetMap system administrator.
+
+Contact for more information:
+  YOUR NAME HERE
+  YOUR @POSTGRESQL.ORG EMAIL HERE
+  YOUR PHONE NUMBER HERE
+  YOUR LOCALIZED WEB SITE HERE, IF ANY
+
+* Download PostgreSQL 8.4: http://www.postgresql.org/download/
+
+* Full list of 8.4 Features (English): http://www.postgresql.org/about/press/features84
+
+* Release Notes (English): http://www.postgresql.org/docs/8.4/static/release.html
+
+* Extended Press Release: http://www.postgresql.org/about/press/presskit84.html
+
+About PostgreSQL: PostgreSQL is the collective work of hundreds of developers, building on over twenty years of development which began at the University of California, Berkeley. With its long-term support of enterprise-level transactional database features and scalability, PostgreSQL is being used by many of today's most demanding businesses and government agencies. PostgreSQL is distributed under a BSD license, which allows use and distribution without fees for both commercial and non-commercial applications. Learn more on our home page: http://www.postgresql.org.



Plus d'informations sur la liste de diffusion Trad