diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 21:26:53 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 21:26:53 +0000 |
commit | 1dc67747cf4b09885181c47b9f296cbb926646a4 (patch) | |
tree | c7d8ea0f37e55221a3c2685cb31e45ee626e3a13 /docs | |
parent | f6461f41966a5809c05b9f197e74a48a7fbc227b (diff) | |
download | pmwiki.svn-1dc67747cf4b09885181c47b9f296cbb926646a4.tar.bz2 |
Converted to DOS format.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1122 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DOCUMENTATION.txt | 20 | ||||
-rw-r--r-- | docs/INSTALL.txt | 78 |
2 files changed, 49 insertions, 49 deletions
diff --git a/docs/DOCUMENTATION.txt b/docs/DOCUMENTATION.txt index b2cff0c3..bc37dcea 100644 --- a/docs/DOCUMENTATION.txt +++ b/docs/DOCUMENTATION.txt @@ -1,10 +1,10 @@ -Where is the documentation? - -PmWiki maintains its documentation as wiki pages. -If you already have PmWiki installed, then a local copy of -the documentation is available through PmWiki itself -- -see the "PmWiki.DocumentationIndex" page on your site. - -The documentation is also available online at -http://www.pmwiki.org/wiki/PmWiki/DocumentationIndex . - +Where is the documentation?
+
+PmWiki maintains its documentation as wiki pages.
+If you already have PmWiki installed, then a local copy of
+the documentation is available through PmWiki itself --
+see the "PmWiki.DocumentationIndex" page on your site.
+
+The documentation is also available online at
+http://www.pmwiki.org/wiki/PmWiki/DocumentationIndex .
+
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index fb63ca87..41dd12e6 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -1,39 +1,39 @@ -This is the INSTALL.txt file for PmWiki. This document provides -convenient steps so an administrator can have a PmWiki site up and -running quickly. More extensive information about installing PmWiki -is available at http://www.pmwiki.org/wiki/PmWiki/Installation . - -Once your site is up and running you will be able to read the bundled -documentation pages. - -Here are some quick steps to start you on your path toward a complete, -customized installation: - -1a) Put the software in a location accessible by your webserver. - -1b) PmWiki can also be run if no webserver is installed. See - http://pmwiki.org/wiki/Cookbook/Standalone - -2) Point your browser to pmwiki.php. - -3) You may see an error message saying that PmWiki needs to have - a writable wiki.d/ directory. If so, follow the directions to - establish one. This directory will hold your wiki page files. - -4) If you want a directory index file, create a file called index.php - in the main directory that contains the following single line of - text, purposefully without a closing "?>": - -<?php include('pmwiki.php'); - -5) Sitewide configuration settings will go in a "local configuration - file" named local/config.php. Copy the well-commented sample - configuration file from docs/sample-config.php to the local/ - subdirectory, then rename the copy to config.php. Edit your - new local/config.php file to suit your preferences. - -That's it. Next you'll probably want to browse your new site and -read the bundled documentation. A good place to start is the -PmWiki.InitialSetupTasks page. - -Enjoy! +This is the INSTALL.txt file for PmWiki. This document provides
+convenient steps so an administrator can have a PmWiki site up and
+running quickly. More extensive information about installing PmWiki
+is available at http://www.pmwiki.org/wiki/PmWiki/Installation .
+
+Once your site is up and running you will be able to read the bundled
+documentation pages.
+
+Here are some quick steps to start you on your path toward a complete,
+customized installation:
+
+1a) Put the software in a location accessible by your webserver.
+
+1b) PmWiki can also be run if no webserver is installed. See
+ http://pmwiki.org/wiki/Cookbook/Standalone
+
+2) Point your browser to pmwiki.php.
+
+3) You may see an error message saying that PmWiki needs to have
+ a writable wiki.d/ directory. If so, follow the directions to
+ establish one. This directory will hold your wiki page files.
+
+4) If you want a directory index file, create a file called index.php
+ in the main directory that contains the following single line of
+ text, purposefully without a closing "?>":
+
+<?php include('pmwiki.php');
+
+5) Sitewide configuration settings will go in a "local configuration
+ file" named local/config.php. Copy the well-commented sample
+ configuration file from docs/sample-config.php to the local/
+ subdirectory, then rename the copy to config.php. Edit your
+ new local/config.php file to suit your preferences.
+
+That's it. Next you'll probably want to browse your new site and
+read the bundled documentation. A good place to start is the
+PmWiki.InitialSetupTasks page.
+
+Enjoy!
|