root/trunk/readme.txt

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 
1INSTALLATION
2===========
3To install, upload all of the files in the Plogger distribution to your web server. Then,
4run the install script (/plog-admin/_install.php) in the web browser of your choice. The
5script will guide you through the rest of the installation process.
6
7To integrate Plogger into your website, place the following PHP statements in the .php
8file you wish display the gallery in:
9
10First line of the .php file ->                                                                          <?php require("plogger.php"); ?>
11In the HEAD section ->                                                                                          <?php the_plogger_head(); ?>
12In the BODY section where you want the gallery ->               <?php the_plogger_gallery(); ?>
13
14That's it!
15
16Version: 1.0beta3
17
18UPGRADE FROM 1.0beta1
19==================
20If you are upgrading from 1.0beta1, follow these simple instructions:
21
221) Upload and overwrite ALL FILES except for plog-connect.php and index.php (if you modified it).
232) Run /plog-admin/_upgrade.php in your web browser.
24
25UPGRADE FROM 1.0beta2
26==================
27If you are upgrading from 1.0beta2, follow these simple instructions:
28
291) Upload and overwrite ALL FILES except for plog-config.php and index.php (if you modified it).
302) Run /plog-admin/_upgrade.php in your web browser.
313) You can delete admin/plog-globals.php if you want, it's not used anymore
Note: See TracBrowser for help on using the browser.