diff --git a/readme.html b/readme.html deleted file mode 100644 index 62b4363..0000000 --- a/readme.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - Plogger » Version 1.0-RC1 Read Me - - - - - - - -
- -
- Plogger -

Version 1.0-RC1

-
-
- -
 
- -
- -
- -

Requirements

- -

Plogger is designed to run in a LAMP server environment, and has the following minimum requirements to function properly:

- - - -

Installation

- -

Due to an infinite number of web server configurations, we cannot guarantee that Plogger will work perfectly on your setup.

- -

If you run into any issues during installation, please post them in our support forum and we'll do our best to help you get them resolved. Post as much detail as possible, including any error messages you receive.

- -

Follow these steps to get started.

- -
    -
  1. Unzip the files to a local folder on your computer.
  2. -
  3. Upload the files via FTP to a folder on your website.
  4. -
  5. Create a MySQL database and user from your web hosting control panel.
  6. -
  7. Open your web browser and run the installation script located at:
    - http://www.yoursite.com/plogger-folder/plog-admin/_install.php
  8. -
  9. Log in to your gallery admin and begin configuring your gallery and uploading your images.
  10. -
- -

That's all there is to it!

- -

Before You Upgrade

- -

Before you upgrade your existing Plogger gallery to version 1.0-RC1, be sure you make a backup of all of your existing files via FTP and your MySQL database via phpMyAdmin, and save them in a folder on your computer.

- -

If you have custom themes, translations, or third-party script files, make sure you back those up as well.

- -

Upgrading from any previous version of Plogger to 1.0-RC1:

- -
    -
  1. Make a backup of all of your files via FTP and your database from your web hosting control panel and save them to your computer.
  2. -
  3. Upload and overwrite ALL FILES except for plog-config.php.
  4. - -
  5. Open your web browser and run the upgrade script located at:
    http://www.yoursite.com/plogger-folder/plog-admin/_upgrade.php
  6. -
  7. The upgrade process is automated, and consists of 5 steps. Follow the instructions for each step, and fix any problems listed before proceeding to the next step.
  8. -
- -

Resources

- -

If you have any questions that aren't addressed here, please check Plogger's online resources:

- - - -

Other Notes

- - - -

License

- -

Plogger is released under the GPL2 license. See license.txt for more information.

- -
- - - \ No newline at end of file diff --git a/readme.html.old b/readme.html.old new file mode 100644 index 0000000..62b4363 --- /dev/null +++ b/readme.html.old @@ -0,0 +1,119 @@ + + + + Plogger » Version 1.0-RC1 Read Me + + + + + + + +
+ +
+ Plogger +

Version 1.0-RC1

+
+
+ +
 
+ +
+ +
+ +

Requirements

+ +

Plogger is designed to run in a LAMP server environment, and has the following minimum requirements to function properly:

+ + + +

Installation

+ +

Due to an infinite number of web server configurations, we cannot guarantee that Plogger will work perfectly on your setup.

+ +

If you run into any issues during installation, please post them in our support forum and we'll do our best to help you get them resolved. Post as much detail as possible, including any error messages you receive.

+ +

Follow these steps to get started.

+ +
    +
  1. Unzip the files to a local folder on your computer.
  2. +
  3. Upload the files via FTP to a folder on your website.
  4. +
  5. Create a MySQL database and user from your web hosting control panel.
  6. +
  7. Open your web browser and run the installation script located at:
    + http://www.yoursite.com/plogger-folder/plog-admin/_install.php
  8. +
  9. Log in to your gallery admin and begin configuring your gallery and uploading your images.
  10. +
+ +

That's all there is to it!

+ +

Before You Upgrade

+ +

Before you upgrade your existing Plogger gallery to version 1.0-RC1, be sure you make a backup of all of your existing files via FTP and your MySQL database via phpMyAdmin, and save them in a folder on your computer.

+ +

If you have custom themes, translations, or third-party script files, make sure you back those up as well.

+ +

Upgrading from any previous version of Plogger to 1.0-RC1:

+ +
    +
  1. Make a backup of all of your files via FTP and your database from your web hosting control panel and save them to your computer.
  2. +
  3. Upload and overwrite ALL FILES except for plog-config.php.
  4. + +
  5. Open your web browser and run the upgrade script located at:
    http://www.yoursite.com/plogger-folder/plog-admin/_upgrade.php
  6. +
  7. The upgrade process is automated, and consists of 5 steps. Follow the instructions for each step, and fix any problems listed before proceeding to the next step.
  8. +
+ +

Resources

+ +

If you have any questions that aren't addressed here, please check Plogger's online resources:

+ + + +

Other Notes

+ + + +

License

+ +

Plogger is released under the GPL2 license. See license.txt for more information.

+ +
+ + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..07f5a9f --- /dev/null +++ b/readme.md @@ -0,0 +1,28 @@ +INSTALLATION +=========== +To install, upload all of the files in the Plogger distribution to your web server. +Next, create a MySQL database and user from your web hosting control panel. +Then, run the install script (/plog-admin/_install.php) in the web browser of your choice. +The script will guide you through the rest of the installation process. + +INTEGRATION +========== + +To integrate Plogger into your website, place the following PHP statements in the .php +file you wish display the gallery in: + +First line of the .php file -> +In the HEAD section -> +In the BODY section where you want the gallery -> + +Version: 1.0-RC1 + +UPGRADE FROM 1.0-Beta1, 1.0-Beta2, 1.0-Beta3 +================================== + +1) Make a backup of all of your files via FTP and your database via phpMyAdmin and save + them to your computer. +2) Upload and overwrite ALL FILES except for plog-config.php. +3) Run /plog-admin/_upgrade.php in your web browser. +4) The upgrade process consists of 5 steps and is automated. Follow the instructions for each + step and fix any problems listed before proceeding to the next step. diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 07f5a9f..0000000 --- a/readme.txt +++ /dev/null @@ -1,28 +0,0 @@ -INSTALLATION -=========== -To install, upload all of the files in the Plogger distribution to your web server. -Next, create a MySQL database and user from your web hosting control panel. -Then, run the install script (/plog-admin/_install.php) in the web browser of your choice. -The script will guide you through the rest of the installation process. - -INTEGRATION -========== - -To integrate Plogger into your website, place the following PHP statements in the .php -file you wish display the gallery in: - -First line of the .php file -> -In the HEAD section -> -In the BODY section where you want the gallery -> - -Version: 1.0-RC1 - -UPGRADE FROM 1.0-Beta1, 1.0-Beta2, 1.0-Beta3 -================================== - -1) Make a backup of all of your files via FTP and your database via phpMyAdmin and save - them to your computer. -2) Upload and overwrite ALL FILES except for plog-config.php. -3) Run /plog-admin/_upgrade.php in your web browser. -4) The upgrade process consists of 5 steps and is automated. Follow the instructions for each - step and fix any problems listed before proceeding to the next step.