From dc2d46caf54288511ee9f3638c807075cf2461df Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 24 Sep 2006 22:15:07 +0000 Subject: [PATCH] r1177: Mostly formatting work on the manual --- locale/en_US/manual-xml/install.xml | 73 +++++++++++++---------------- locale/manual.css | 5 ++ locale/manual.xsl | 2 +- 3 files changed, 38 insertions(+), 42 deletions(-) diff --git a/locale/en_US/manual-xml/install.xml b/locale/en_US/manual-xml/install.xml index e05977b..ad2b42f 100644 --- a/locale/en_US/manual-xml/install.xml +++ b/locale/en_US/manual-xml/install.xml @@ -5,53 +5,44 @@
The Configruation File - First, you have to rename the file includes/config.php.new to be includes/config.php. - -When you have done this, open it in a text editor. - -Microsoft Windows users: do not use Notepad to do this. It may corrupt the file and make it unusable by your web server. - -When you open it, you will find a list of variables. All but the following are required: - - - $usepconnect - $cookieprefix - $tableprefix - - -All of the other fields have to be provided by your host--if you do not know them. - -Be sure in $pathtoisso that you place the full path to ISSO. That means that you shouldn't use a relative path like: - -../../isso/ - -But instead, you should use: - -/home/user/htdocs/isso/ - -Also make sure that it ends in a trailing slash! + First, you have to rename the file includes/config.php.new to be includes/config.php. + + When you have done this, open it in a text editor. + + Microsoft Windows users: do not use Notepad to do this. It may corrupt the file and make it unusable by your web server. + + When you open it, you will find a list of variables. All but the following are required: + + + $usepconnect + $cookieprefix + $tableprefix + + + All of the other fields have to be provided by your host--if you do not know them. + + Be sure in $pathtoisso that you place the full path to ISSO. That means that you shouldn't use a relative path like: ../../isso/ + + But instead, you should use: /home/user/htdocs/isso/ + + Also make sure that it ends in a trailing slash!
Running the Installer - After modifying the configuration file, upload all of the files in the upload directory of your download package to the web server where you want. - -Be sure that these uploaded files include your modified includes/config.php. - -Once you have done this, go to your web browser and enter the address of your installation, plus /install/install.php. For instance, if I uploaded the installation to /bugtrack/ on my server, I'd go to: - -http://www.example.com/bugtrack/install/install.php - -Once here, follow through the steps until your installation is complete. - -After you have completed installation and can log into the administrative control panel, be sure to delete this file on your web server: - -install/global.php - -If you do not do this, then people may be able to cause harm to your bug tracker. - + After modifying the configuration file, upload all of the files in the upload directory of your download package to the web server where you want. + + Be sure that these uploaded files include your modified includes/config.php. + + Once you have done this, go to your web browser and enter the address of your installation, plus /install/install.php. For instance, if I uploaded the installation to /bugtrack/ on my server, I'd go to: http://www.example.com/bugtrack/install/install.php + + Once here, follow through the steps until your installation is complete. + + After you have completed installation and can log into the administrative control panel, be sure to delete this file on your web server: install/global.php + + If you do not do this, then people may be able to cause harm to your bug tracker.
\ No newline at end of file diff --git a/locale/manual.css b/locale/manual.css index 8fc780d..1145cea 100644 --- a/locale/manual.css +++ b/locale/manual.css @@ -23,6 +23,11 @@ div.note, div.warning, div.tip { padding: 0.1in; } +div.warning +{ + border-color: red; +} + div.note img, div.warning img, div.tip img { margin-right: 0.1in; border: solid 1px blue; diff --git a/locale/manual.xsl b/locale/manual.xsl index 13e0694..3bfeb7c 100644 --- a/locale/manual.xsl +++ b/locale/manual.xsl @@ -7,8 +7,8 @@ 0 1 ./ - 1 1 + 1 1 1 1 -- 2.22.5