[geeklog-cvs] geeklog: Mention PostgreSQL ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 19 13:45:07 EST 2011


changeset 8117:f3ef0160bd6a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f3ef0160bd6a
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 19 19:39:00 2011 +0100
description:
Mention PostgreSQL ...

diffstat:

 public_html/docs/english/index.html   |  7 ++++---
 public_html/docs/english/install.html |  2 +-
 readme                                |  2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 214eaa33862f -r f3ef0160bd6a public_html/docs/english/index.html
--- a/public_html/docs/english/index.html	Sat Feb 19 18:26:28 2011 +0100
+++ b/public_html/docs/english/index.html	Sat Feb 19 19:39:00 2011 +0100
@@ -108,7 +108,7 @@
 <li>A fully configurable block system, with php-in-block support.</li>
 <li>Well organized codebase, use of PHP's Object-Oriented features.</li>
 <li>Thin database abstraction layer allowing Geeklog to be ported to DBMS's
-    other than the defaults (MySQL and MS SQL supported directly).</li>
+    other than the defaults (MySQL, PostgreSQL, and MS SQL supported directly).</li>
 </ul>
 
 <h2><a name="introduction">Introduction</a></h2>
@@ -128,8 +128,9 @@
 various steps may be over or under explained. It's assumed  that you have
 some working experience with some form of <a
 href="http://httpd.apache.org/">Apache</a> (or IIS), SQL databases (such as
-<a href="http://www.mysql.com/">MySQL</a> and <a
-href="http://www.microsoft.com/sql/">MS SQL</a>), and <a
+<a href="http://www.mysql.com/">MySQL</a>,
+<a href="http://www.postgresql.org/">PostgreSQL</a>, and <a
+href="http://www.microsoft.com/sqlserver/">MS SQL</a>), and <a
 href="http://www.php.net/">PHP</a>.</p>
 
 <div class="footer">
diff -r 214eaa33862f -r f3ef0160bd6a public_html/docs/english/install.html
--- a/public_html/docs/english/install.html	Sat Feb 19 18:26:28 2011 +0100
+++ b/public_html/docs/english/install.html	Sat Feb 19 19:39:00 2011 +0100
@@ -39,7 +39,7 @@
 
     <h3><a name="preinstall">Required Software</a></h3>
 
-        <p>To install and use Geeklog you will need to have a server running Apache or Microsoft IIS with PHP 4.3.0 or higher installed. You will also need either <a href="http://dev.mysql.com/downloads/">MySQL 4.0.18</a> or greater or <a href="http://www.microsoft.com/sql/default.mspx">Microsoft SQL Server 2000</a> or newer.</p>
+        <p>To install and use Geeklog you will need to have a server running Apache or Microsoft IIS with PHP 4.3.0 or higher installed. You will also need either <a href="http://dev.mysql.com/downloads/">MySQL 4.0.18</a> or later, <a href="http://www.postgresql.org/download/">PostgreSQL</a> 7 or greater (7.4 or later recommended), or <a href="http://www.microsoft.com/sqlserver/">Microsoft SQL Server 2000</a> or newer.</p>
 
     <h3><a name="things_you_should_know">Things You Should Know</a></h3>
 
diff -r 214eaa33862f -r f3ef0160bd6a readme
--- a/readme	Sat Feb 19 18:26:28 2011 +0100
+++ b/readme	Sat Feb 19 19:39:00 2011 +0100
@@ -97,7 +97,7 @@
     - A fully configurable block system, with php-in-block support.
     - Well organized codebase, use of PHP's Object-Oriented features.
     - Thin database abstraction layer allowing Geeklog to be ported to DBMS's
-      other than the defaults (MySQL and MSSQL supported directly).
+      other than the defaults (MySQL, PostgreSQL, and MSSQL supported directly).
       
 3) Support
 ==========



More information about the geeklog-cvs mailing list