[geeklog-cvs] Geeklog-1.x/public_html/admin/install/language english.php, 1.7, 1.8

Matthew West mwest at qs1489.pair.com
Sat Mar 29 18:21:10 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language
In directory qs1489.pair.com:/tmp/cvs-serv96803

Modified Files:
	english.php 
Log Message:
Added documentation for install form input fields

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/english.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** english.php	2 Jan 2008 13:29:02 -0000	1.7
--- english.php	29 Mar 2008 22:21:08 -0000	1.8
***************
*** 72,76 ****
      19 => 'Geeklog requires certain files and directories to be writeable by the web server. Below is a list of which files and directories need to be changed.',
      20 => 'Warning!',
!     21 => 'Your Geeklog and site will not work properly until the errors listed above are corrected. Please make the necessary changes before you continue.',
      22 => 'unkown',
      23 => 'Choose your installation method:',
--- 72,76 ----
      19 => 'Geeklog requires certain files and directories to be writeable by the web server. Below is a list of which files and directories need to be changed.',
      20 => 'Warning!',
!     21 => 'Your Geeklog and site will not work properly until the errors listed above are corrected. Not following this step is the #1 reason why people receive errors when they first try to use Geeklog. Please make the necessary changes before you continue.',
      22 => 'unkown',
      23 => 'Choose your installation method:',
***************
*** 94,98 ****
      41 => 'Database Username',
      42 => 'Database Password',
!     43 => 'Database Prefix',
      44 => 'Optional Configurations',
      45 => 'Site URL',
--- 94,98 ----
      41 => 'Database Username',
      42 => 'Database Password',
!     43 => 'Database Table Prefix',
      44 => 'Optional Configurations',
      45 => 'Site URL',
***************
*** 174,193 ****
  
  // +---------------------------------------------------------------------------+
! // help.php (TBD)
  
  $LANG_HELP = array(
      0 => 'Geeklog Installation Support',
!     1 => 'Site name',
!     2 => 'Slogan',
!     3 => 'Database type',
!     4 => 'Hostname',
!     5 => 'Name',
!     6 => 'Username',
!     7 => 'Password',
!     8 => 'Prefix',
!     9 => 'Site URL',
!     10 => 'Admin Directory Url',
!     11 => 'Site Email',
!     12 => 'Site No-Reply'
  );
  
--- 174,193 ----
  
  // +---------------------------------------------------------------------------+
! // help.php
  
  $LANG_HELP = array(
      0 => 'Geeklog Installation Support',
!     1 => 'The name of your website.',
!     2 => 'A simple description of your website.',
!     3 => 'Geeklog can be installed using either a MySQL or Microsoft SQL database. If you are not sure which option to select contact your hosting provider.',
!     4 => 'The network name (or IP address) of your database server. This is typically "localhost". If you are not sure contact your hosting provider.',
!     5 => 'The name of your database. If you are not sure what this is contact your hosting provider.',
!     6 => 'Your database user account. If you are not sure what this is contact your hosting provider.',
!     7 => 'Your database account password. If you are not sure what this is contact your hosting provider.',
!     8 => 'Some users want to install multiple copies of Geeklog on the same database. In order for each copy of Geeklog to function correctly it must have its own unique table prefix (i.e. gl1_, gl2_, etc).',
!     9 => 'Make sure this is the correct URL to your site, i.e. to where Geeklog\'s <code>index.php</code> file resides (no trailing slash).',
!     10 => 'Some hosting services have a preconfigured admin directory. In that case, you need to rename Geeklog\'s admin directory to something like "myadmin" and change the following URL as well. Leave as is until you experience any problems accessing Geeklog\'s admin menu.',
!     11 => 'This is the return address for all email sent by Geeklog and contact info displayed in syndication feeds.',
!     12 => 'This is the sender\'s address of emails sent by the system when users register, etc. This should be either the same as Site Email or a bouncing address to prevent spammers from getting your email address by registering on the site. If this is NOT the same as above, there will be a message in sent messages that replying to those emails is recommended.'
  );
  




More information about the geeklog-cvs mailing list