|
Revision 585, 1.2 KB
(checked in by kimparsell, 3 months ago)
|
|
+ Resolution for ticket 182: update Exifer lib to version 1.7 after successful testing with latest SVN version
+ Miscellaneous cleanup of the other libs
+ Admin:
- Login: update to new style
- Themes: Add 2 new column titles and make all titles translatable
- Import: change table header and appearance to match overall admin theme
- Miscellaneous file cleanup
+ Themes: miscellaneous cleanup
+ General: miscellaneous cleanup
|
| Line | |
|---|
| 1 | INSTALLATION |
|---|
| 2 | =========== |
|---|
| 3 | To install, upload all of the files in the Plogger distribution to your web server. Then, |
|---|
| 4 | run the install script (/plog-admin/_install.php) in the web browser of your choice. The |
|---|
| 5 | script will guide you through the rest of the installation process. |
|---|
| 6 | |
|---|
| 7 | To integrate Plogger into your website, place the following PHP statements in the .php |
|---|
| 8 | file you wish display the gallery in: |
|---|
| 9 | |
|---|
| 10 | First line of the .php file -> <?php require("plogger.php"); ?> |
|---|
| 11 | In the HEAD section -> <?php the_plogger_head(); ?> |
|---|
| 12 | In the BODY section where you want the gallery -> <?php the_plogger_gallery(); ?> |
|---|
| 13 | |
|---|
| 14 | That's it! |
|---|
| 15 | |
|---|
| 16 | Version: 1.0beta3 |
|---|
| 17 | |
|---|
| 18 | UPGRADE FROM 1.0beta1 |
|---|
| 19 | ================== |
|---|
| 20 | If you are upgrading from 1.0beta1, follow these simple instructions: |
|---|
| 21 | |
|---|
| 22 | 1) Upload and overwrite ALL FILES except for plog-connect.php and index.php (if you modified it). |
|---|
| 23 | 2) Run /plog-admin/_upgrade.php in your web browser. |
|---|
| 24 | |
|---|
| 25 | UPGRADE FROM 1.0beta2 |
|---|
| 26 | ================== |
|---|
| 27 | If you are upgrading from 1.0beta2, follow these simple instructions: |
|---|
| 28 | |
|---|
| 29 | 1) Upload and overwrite ALL FILES except for plog-config.php and index.php (if you modified it). |
|---|
| 30 | 2) Run /plog-admin/_upgrade.php in your web browser. |
|---|
| 31 | 3) You can delete admin/plog-globals.php if you want, it's not used anymore |
|---|