[geeklog-hg] geeklog: fixed some typos in the documentation

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Dec 7 10:25:22 EST 2012


changeset 8878:c3aad94f2e5f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c3aad94f2e5f
user: Dirk Haun <dirk at haun-online.de>
date: Fri Dec 07 16:25:15 2012 +0100
description:
fixed some typos in the documentation

diffstat:

 public_html/docs/english/config.html |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r 57b84b53fa79 -r c3aad94f2e5f public_html/docs/english/config.html
--- a/public_html/docs/english/config.html	Sat Nov 24 09:10:30 2012 -0500
+++ b/public_html/docs/english/config.html	Fri Dec 07 16:25:15 2012 +0100
@@ -793,10 +793,10 @@
   <td valign="top"><a name="desc_user_login_method_oauth">oauth</a></td>
   <td valign="top"><code>false</code></td>
   <td valign="top">Whether to allow logins using <a href="http://oauth.net/">OAuth</a>. This will display a special OAuth login below the normal login field.<br>
-    <strong>Note:</strong> Currently only OAuth 1.0 is support. Current login methods supported: Facebook, Twitter and LinkedIn.<br>Please note that to enable login for a 
-    specific method, you need an  authorization class in <tt>system/classes/oauth</tt>. If you only want to allow Facebook but not Twitter users (or vice versa), simply
+    <strong>Note:</strong> Currently only OAuth 1.0 is supported. Current login methods supported: Facebook, Twitter and LinkedIn.<br>Please note that to enable login for a 
+    specific method, you need an authorization class in <tt>system/classes/oauth</tt>. If you only want to allow Facebook but not Twitter users (or vice versa), simply
     remove the class file for the unwanted service(s) or use the config options below. You must also update the config options below with the correct key and secret string 
-    ($consumer_secret) values. The PHP extenstion OpenSSL is required to be loaded.<br>
+    ($consumer_secret) values. The PHP extension OpenSSL is required to be loaded.<br>
     See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_facebook_login">facebook_login</a></td>
@@ -807,13 +807,13 @@
   <td valign="top"><a name="desc_facebook_consumer_key">facebook_consumer_key</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use Facebook OAuth login method. Visit this <a href="http://developers.facebook.com/setup/">Facebook Developers page</a> 
-  to create an Applicaiton to recieve your key and secret.<br>
+  to create an application to receive your key and secret.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_facebook_consumer_secret">facebook_consumer_secret</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use Facebook OAuth login method. Visit this <a href="http://developers.facebook.com/setup/">Facebook Developers page</a> 
-  to create an Applicaiton to recieve your key and secret.<br>
+  to create an application to receive your key and secret.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_linkedin_login">linkedin_login</a></td>
@@ -824,13 +824,13 @@
   <td valign="top"><a name="desc_linkedin_consumer_key">linkedin_consumer_key</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use LinkedIn OAuth login method. Visit this <a href="https://www.linkedin.com/secure/developer">LinkedIn Developers page</a> 
-  to create an Applicaiton to recieve your API and secret key.<br>
+  to create an application to receive your API and secret key.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_linkedin_consumer_secret">linkedin_consumer_secret</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use LinkedIn OAuth login method. Visit this <a href="https://www.linkedin.com/secure/developer">LinkedIn Developers page</a> 
-  to create an Applicaiton to recieve your API and secret key.<br>
+  to create an application to receive your API and secret key.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_twitter_login">twitter_login</a></td>
@@ -841,13 +841,13 @@
   <td valign="top"><a name="desc_twitter_consumer_key">twitter_consumer_key</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use Twitter OAuth login method. Visit this <a href="https://twitter.com/apps">Twitter Application page</a> 
-  to create an Applicaiton to recieve your consumer key and secret.<br>
+  to create an application to receive your consumer key and secret.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_twitter_consumer_secret">twitter_consumer_secret</a></td>
   <td valign="top"><code>''</code></td>
   <td valign="top">Required to use Twitter OAuth login method. Visit this <a href="https://twitter.com/apps">Twitter Application page</a> 
-  to create an Applicaiton to recieve your consumer key and secret.<br>
+  to create an application to receive your consumer key and secret.<br>
   See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>
   <td valign="top"><a name="desc_aftersave_user">aftersave_user</a></td>



More information about the geeklog-cvs mailing list