[geeklog-cvs] geeklog: Documentation updates

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 8 11:06:25 EDT 2011


changeset 8272:f195d55c3f64
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f195d55c3f64
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 08 17:05:25 2011 +0200
description:
Documentation updates

diffstat:

 public_html/docs/english/changes.html |    2 +-
 public_html/docs/english/index.html   |    2 +-
 public_html/docs/english/install.html |   10 +++++-----
 public_html/docs/english/support.html |    2 ++
 public_html/docs/images/es.png        |    0 
 5 files changed, 9 insertions(+), 7 deletions(-)

diffs (77 lines):

diff -r 07c7d556a8b6 -r f195d55c3f64 public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html	Sat May 07 23:24:11 2011 +0200
+++ b/public_html/docs/english/changes.html	Sun May 08 17:05:25 2011 +0200
@@ -39,7 +39,7 @@
 <li>Ships with <a href="http://jquery.com/">jQuery</a>, which is now the
     "official" JavaScript library for Geeklog.</li>
 <li>Autotags now have permissions and a description (tooltip).</li>
-<li>Revamped Plugins admin panel, which also allows to change the plugin load
+<li>Revamped Plugins admin panel, which also lets you change the plugin load
     order. Plugins can now also indicate dependencies on other plugins.</li>
 </ul>
 
diff -r 07c7d556a8b6 -r f195d55c3f64 public_html/docs/english/index.html
--- a/public_html/docs/english/index.html	Sat May 07 23:24:11 2011 +0200
+++ b/public_html/docs/english/index.html	Sun May 08 17:05:25 2011 +0200
@@ -74,7 +74,7 @@
 <li>Export and import in all common syndication formats (RSS/RDF/Atom etc)</li>
 <li>Spam detection and rejection</li>
 <li>Robust calendar feature with support for personalized calendars.</li>
-<li>Support for OpenID and other remote authentication methods.</li>
+<li>Support for OpenID, OAuth, and other remote authentication methods.</li>
 <li>Extendible via numerous Open Source plugins.</li>
 </ul>
 
diff -r 07c7d556a8b6 -r f195d55c3f64 public_html/docs/english/install.html
--- a/public_html/docs/english/install.html	Sat May 07 23:24:11 2011 +0200
+++ b/public_html/docs/english/install.html	Sun May 08 17:05:25 2011 +0200
@@ -60,7 +60,7 @@
         </li>
         <li>
             <p>Unpack the downloaded tarball file by running: </p>
-            <p><code>tar -zxvf geeklog-1.7.1.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.8.0.tar.gz</code> </p>
             
             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
         </li>
@@ -68,9 +68,9 @@
             <p>Create a blank MySQL or Microsoft SQL database and a user account with privileges to modify it. Your hosting provider may have already set up a database and account for you, contact them if you need assistance with this step.</p>
         </li>
         <li>
-            <p>Place the contents of <code>geeklog-1.7.1/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>
+            <p>Place the contents of <code>geeklog-1.8.0/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>
         
-            <p>Next, place the remaining contents of <code>geeklog-1.7.1/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>
+            <p>Next, place the remaining contents of <code>geeklog-1.8.0/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>
             
             <p><strong>Note:</strong> If your hosting provider does not allow you to place files outside of your root web directory:</p>
             <ul>
@@ -108,12 +108,12 @@
         </li>
         <li>
             <p>Unpack the downloaded tarball file by running: </p>
-            <p><code>tar -zxvf geeklog-1.7.1.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.8.0.tar.gz</code> </p>
             
             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
         </li>
         <li>
-            <p>Place the contents of <code>geeklog-1.7.1/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
+            <p>Place the contents of <code>geeklog-1.8.0/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
         </li>
         <li>Depending on the version you're upgrading from:
             <ul>
diff -r 07c7d556a8b6 -r f195d55c3f64 public_html/docs/english/support.html
--- a/public_html/docs/english/support.html	Sat May 07 23:24:11 2011 +0200
+++ b/public_html/docs/english/support.html	Sun May 08 17:05:25 2011 +0200
@@ -104,6 +104,8 @@
 
 <p><img src="../images/fr.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://www.geeklog.fr/">Geeklog France</a> - Geeklog support in French</p>
 
+<p><img src="../images/es.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://www.geeklog-hispano.net/">Soporte Geeklog Hispano</a> - Geeklog support in Spanish</p>
+
 <div class="footer">
     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
diff -r 07c7d556a8b6 -r f195d55c3f64 public_html/docs/images/es.png
Binary file public_html/docs/images/es.png has changed



More information about the geeklog-cvs mailing list