diff --git a/templates/pages/about/advantages.html b/templates/pages/about/advantages.html
new file mode 100644
index 30d32a6..18b28a8
*** a/templates/pages/about/advantages.html
--- b/templates/pages/about/advantages.html
***************
*** 45,77 ****
  
  <a name="features"></a>
  <h2>Technical Features</h2>
! <ul>
! <li>Fully ACID compliant.</li>
! <li>ANSI SQL compliant.</li>
! <li>Referential Integrity.</li>
! <li>Replication (non-commercial and commercial solutions) allowing the duplication of the master database to multiple slave machines.</li>
! <li>Native interfaces for ODBC, JDBC, .Net, C, C++, PHP,  Perl, TCL,  ECPG, Python, and Ruby.</li>
! <li>Rules.</li>
! <li>Views.</li>
! <li>Triggers.</li>
! <li>Unicode.</li>
! <li>Sequences.</li>
! <li>Inheritance.</li>
! <li>Outer Joins.</li>
! <li>Sub-selects.</li>
! <li>An open API.</li>
! <li>Stored Procedures.</li>
! <li>Native SSL support.</li>
! <li>Procedural languages.</li>
! <li>Hot stand-by (commercial solutions).</li>
! <li>Better than row-level locking.</li>
! <li>Functional and Partial indexes.</li>
! <li>Native Kerberos authentication.</li>
! <li>Support for UNION, UNION ALL and EXCEPT queries.</li>
! <li>Loadable extensions offering SHA1, MD5, XML, and other functionality.</li>
! <li>Tools for generating portable SQL to share with other SQL-compliant systems.</li>
! <li>Extensible data type system providing for custom, user-defined datatypes and rapid development of new datatypes.</li>
! <li>Cross-database compatibility functions for easing the transition from other, less SQL-compliant RDBMS.</li>
! </ul>
  {%endblock%}
  
--- 45,52 ----
  
  <a name="features"></a>
  <h2>Technical Features</h2>
! <p>Please see the <a href="/about/featurematrix/">Feature Matrix</a> for a summary of PostgreSQL's features.
! </p>
! 
  {%endblock%}
  
