Global website content sweep
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 12 Oct 2022 20:39:04 +0000 (16:39 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 12 Oct 2022 20:39:04 +0000 (16:39 -0400)
Ensure content remains fresh and informative prior to major
release.

templates/core/about.html
templates/index.html

index e702fe297fd90db022d8f07ef77d88610b24d2b5..cf261ac6174409b16b30112392725b0a8db58128 100644 (file)
@@ -5,7 +5,7 @@
 <h1>About <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo" /></h1>
 
 <h2>What is PostgreSQL?</h2>
-<p>PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.  The origins of PostgreSQL date back to 1986 as part of the <a href="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has more than 30 years of active development on the core platform.</p>
+<p>PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.  The origins of PostgreSQL date back to 1986 as part of the <a href="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has more than 35 years of active development on the core platform.</p>
 <p>PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions.  PostgreSQL runs on <a href="/download/">all major operating systems</a>, has been <a href="https://en.wikipedia.org/wiki/ACID" target="_blank" rel="noopener">ACID</a>-compliant since 2001, and has powerful add-ons such as the popular <a href="https://postgis.net/" target="_blank" rel="noopener">PostGIS</a> geospatial database extender.  It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.</p>
 <p><a href="/docs/current/tutorial.html">Getting started</a> with using PostgreSQL has never been easier - pick a project you want to build, and let PostgreSQL safely and robustly store your data.</p>
 
@@ -74,7 +74,7 @@
     <strong>Extensibility</strong>
     <ul>
       <li>Stored functions and procedures</li>
-      <li>Procedural Languages: PL/PGSQL, Perl, Python (and many more)</li>
+      <li>Procedural Languages: PL/pgSQL, Perl, Python, and Tcl. There are other languages available through extensions, e.g. Java, JavaScript (V8), R, Lua, and Rust</li>
       <li>SQL/JSON path expressions</li>
       <li>Foreign data wrappers: connect to other databases or streams with a standard SQL interface</li>
       <li>Customizable storage interface for tables</li>
 <p>PostgreSQL has been proven to be highly scalable both in the sheer quantity of data it can manage and in the number of concurrent users it can accommodate. There are active PostgreSQL clusters in production environments that manage many terabytes of data, and specialized systems that manage petabytes.</p>
 
 <h2>Any questions?</h2>
-<p>The first place to go to for any questions on PostgreSQL is its <a href="/docs/">world-renowned documentation</a> which discusses how to use the database software in-depth.
+<p>
+  The first place to go to for any questions on PostgreSQL is its <a href="/docs/">world-renowned documentation</a> which discusses how to use PostgreSQL in-depth.
 </p>
 <p>
-  We also have many <strong><a href="/list/">mailing lists</a></strong> where you can connect and participate in the <a href="/community/">community</a>, as well as many <a href="/about/events/">events</a> and <a href="/community/user-groups/">local user groups</a> where you can connect with other users.
+  We also have many <strong><a href="/list/">mailing lists</a></strong> where you can connect and participate in the <a href="/community/">community</a>. There are also many <a href="/about/events/">events</a> and <a href="/community/user-groups/">local user groups</a> where you can connect with other PostgreSQL users.
 </p>
 
 <h2>Our users <i class="fa fa-heart"></i> us</h2>
index 149ce2206393e2b11a6e92f20bd0a2960d9465f5..59325a012d2fe945abadeabbad14acd0c19c99d4 100644 (file)
       <h2>New to PostgreSQL?</h2>
       <div class="text">
         <p>
-          PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development
+          PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development
           that has earned it a strong reputation for reliability, feature robustness, and performance.
         </p>
         <p>
-          There is a wealth of information to be found describing how to <a href="{{link_root}}/download/">install</a> and <a href="{{link_root}}/docs/">use</a> PostgreSQL through the <a href="{{link_root}}/docs/">official documentation</a>.
-          The PostgreSQL community provides many helpful places to become familiar with the technology, discover how it works, and find
-          career opportunities. Reach out to the community <a href="{{link_root}}/community/">here</a>.
+          There is a wealth of information to be found describing how to <a href="/download/">install</a> and <a href="/docs/">use</a> PostgreSQL through the <a href="/docs/">official documentation</a>.
+          The <a href="/community/">open source community community</a>
+          provides many helpful places to become familiar with PostgreSQL,
+          discover how it works, and find career opportunities. Learm more on
+          how to <a href="/community/">engage with the community</a>.
         </p>
       </div>
       <a href="/about/" title="Learn More"><button type="button" class="btn btn-center btn-primary btn-inline-block">Learn More</button></a>
-      <a href="/about/featurematrix" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
+      <a href="/about/featurematrix/" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
     </div>
     <!-- END Feature -->
 
@@ -81,9 +83,9 @@
           {% endfor %}
         </ul>
       </div>
-      <a href="{{link_root}}/download/" title="Download"><button type="button" class="btn btn-center btn-primary">Download</button></a>
-      <a href="{{link_root}}/support/versioning/" title="Why Upgrade?"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Why Upgrade?</button></a>
-      <a href="{{link_root}}/support/security/" title="Security"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Security</button></a>
+      <a href="/download/" title="Download"><button type="button" class="btn btn-center btn-primary">Download</button></a>
+      <a href="/support/versioning/" title="Why Upgrade?"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Why Upgrade?</button></a>
+      <a href="/support/security/" title="Security"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Security</button></a>
     </div>
     <!-- END Feature -->
 
           The PostgreSQL <a href="https://lists.postgresql.org" target="_blank" rel="noopener">mailing lists</a> enable you to interact with active community participants on subjects related to the development of PostgreSQL, discovering how to use PostgreSQL, or learning about upcoming events and product releases.
         </p>
         <p>
-          In order to manage your mailing list subscription, you need a <a href="{{link_root}}/account/">PostgreSQL community account</a>. <a href="{{link_root}}/account/">Signing up</a> is easy and gives you direct access to the <a href="{{link_root}}/community/">global PostgreSQL community</a>.
+          In order to manage your mailing list subscription, you need a <a href="/account/">PostgreSQL community account</a>. <a href="/account/">Signing up</a> is easy and gives you direct access to the <a href="/community/">global PostgreSQL community</a>.
         </p>
       </div>
-      <a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary">Subscribe</button></a>
-      <a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-primary">View Archives</button></a>
+      <a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary btn-inline-block">Subscribe</button></a>
+      <a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">View Archives</button></a>
     </div>
     <!-- END Feature -->
   </div>
       <p class="text-left">
         Want to learn more about PostgreSQL and help build the community? Come to one of the many events, local user groups, &amp; training sessions where you can meet experienced PostgreSQL users and enhance your database skills.
       </p>
-      <a href="{{link_root}}/about/events/" title="Browse Events"><button type="button" class="btn btn-light btn-rounded">Browse Events</button></a>
-      <a href="{{link_root}}/community/user-groups/" title="Browse User Groups"><button type="button" class="btn btn-light btn-rounded">Browse User Groups</button></a>
+      <a href="/about/events/" title="Browse Events"><button type="button" class="btn btn-light btn-rounded">Browse Events</button></a>
+      <a href="/community/user-groups/" title="Browse User Groups"><button type="button" class="btn btn-light btn-rounded">Browse User Groups</button></a>
     </div>
   </div>
 </div>
           <li><a href="/about/news/postgresql-15-released-2526/">Full Release Announcement</a></li>
           <li><a href="/about/press/">Press Kit &amp; Translations</a></li>
           <li><a href="/docs/15/release-15.html">PostgreSQL 15 Release Notes</a></li>
-          <li><a href="/support/versioning/">Versioning Policy</a><
+          <li><a href="/support/versioning/">Versioning Policy</a>
           <li><a href="/download/">Download</a></li>
         </ul>
         <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">Browse Archives</button></a>
      <div class="col-lg-6 cta-text">
        <h2>Seeing unexpected behavior?</h2>
        <p>
-         The PostgreSQL community takes pride in releasing software that will reliably store your data. If you believe you've discovered a bug, please click the button below and follow the instructions on how to submit a bug.
+         The PostgreSQL community takes pride in releasing software that reliably stores your data. If you believe you've discovered a bug, please click the button below and follow the instructions on how to submit a bug.
        </p>
        <a href="/account/submitbug/" title="Submit a Bug"><button type="button" class="btn btn-light btn-rounded">Submit a Bug</button></a>
      </div>