[UseBB-Checkins] SF.net SVN: usebb:[1700] branches/UseBB-1.0
Light and Free PHP Forum Software
Brought to you by:
pc_freak
|
From: <pc_...@us...> - 2011-01-15 16:43:12
|
Revision: 1700
http://usebb.svn.sourceforge.net/usebb/?rev=1700&view=rev
Author: pc_freak
Date: 2011-01-15 16:43:06 +0000 (Sat, 15 Jan 2011)
Log Message:
-----------
docs update
Modified Paths:
--------------
branches/UseBB-1.0/docs/index.html
branches/UseBB-1.0/install/index.php
Modified: branches/UseBB-1.0/docs/index.html
===================================================================
--- branches/UseBB-1.0/docs/index.html 2011-01-13 19:41:17 UTC (rev 1699)
+++ branches/UseBB-1.0/docs/index.html 2011-01-15 16:43:06 UTC (rev 1700)
@@ -35,7 +35,7 @@
<p>Welcome to the UseBB 1 introduction document. This file gives some general information regarding UseBB, how to install/upgrade, etc.</p>
<ul>
<li><a href="#whats-usebb">What's UseBB?</a></li>
- <li><a href="#install-usebb">Install UseBB 1</a></li>
+ <li><a href="#install-usebb"><strong>Install UseBB 1</strong></a></li>
<li><a href="#upgrade-usebb">Upgrade an existing UseBB</a></li>
<li><a href="#more-info">More information</a></li>
</ul>
@@ -69,12 +69,13 @@
<p class="important"><strong>Note:</strong> You must choose <strong>only one</strong> of the following installation methods. You don't have to follow both lists of steps. If you don't know what to choose, perform the automatic installation.</p>
<h3>Automatic installation</h3>
- <p>The automatic installer is mostly the best and easiest method to install UseBB 1.</p>
+ <p>The <strong>automatic installer</strong> is mostly the best and easiest method to install UseBB 1.</p>
<ol>
<li>Rename <code>config.php-dist</code> to <code>config.php</code>;</li>
<li>Upload/move all the files to their final destination online;</li>
<li><em>Optional but recommended:</em> <a href="http://en.wikipedia.org/wiki/Chmod">chmod</a> <code>config.php</code> so that it is writable by the webserver (try <code>chmod 0777</code>), this will able both the installer and UseBB's ACP to change settings;</li>
- <li>Open the <a href="../install/index.php">installation wizard</a> in your web browser (located at <code>install/</code>).</li>
+ <li>Open the <a href="../install/index.php">installation wizard</a> in your web browser (located at <code>install/</code> – the previous link only works when reading this file after uploading).</li>
+ <li>Follow the instructions in the wizard.</li>
</ol>
<h3>Manual installation</h3>
Modified: branches/UseBB-1.0/install/index.php
===================================================================
--- branches/UseBB-1.0/install/index.php 2011-01-13 19:41:17 UTC (rev 1699)
+++ branches/UseBB-1.0/install/index.php 2011-01-15 16:43:06 UTC (rev 1700)
@@ -110,9 +110,9 @@
$config_warning = ( !is_writable(ROOT_PATH.'config.php') ) ? '<p class="important"><strong>Tip:</strong> <code>config.php</code> is at this moment not writable by the webserver. Therefore, you will be asked to download the file after filling in this form. If you would like UseBB to edit the file automatically, make <code>config.php</code> writable (<em>chmod</em> it to 0777) and <a href="index.php">refresh</a> this wizard.</p>' : '';
- $out .= ' <p>Hello and welcome to the UseBB installation script. First, thanks for choosing UseBB for your forum needs!</p>
+ $out .= ' <p>Hello and welcome to the UseBB 1 installation script. First, thanks for choosing UseBB for your forum needs!</p>
- <p>This wizard will install a basic UseBB forum at your website. Therefore, we need some information from you. Please fill in all the required fields below (marked with <small>*</small>). If you don\'t know what a field means or you don\'t know what to fill in, please ask your web hosting company for the right values.</p>
+ <p>This wizard will install a basic UseBB 1 forum at your website. Therefore, we need some information from you. Please fill in all the required fields below (marked with <small>*</small>). If you don\'t know what a field means or you don\'t know what to fill in, please ask your web hosting company or server administrator for the right values.</p>
<p class="important"><strong>Important:</strong> this wizard does <strong>not</strong> upgrade an existing installation. Please see the <a href="../docs/index.html"><em>Readme</em> document</a> for upgrading instructions.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|