
Instalation
-----------

Untar the FitGallery package, the "www" directory should be copied into the
webserver tree.
Edit config file in "config" directory to your preferences.
In the "styles" directory you can find the style sheets (CSS), you can
edit/add your own including php code or plain css.


To add a new local gallery:

Create a new directory inside "galleries" directory.
Untar files/gallery-skeletor.tar.gz into the new directory.
Put the pictures in "img" directory.
Give read-write-execute permissions to webserver/php user to "medium" and
 "thumb" directories. The thumbnails will be created automatically and
 stored.


To add a new remote gallery (in other site running fitgallery):

If remote fitgallery version < 0.85:

Create a new file inside "galleries" directory containing 4 lines with the
 following data:
  * URL of the remote gallery
  * Name of the remote gallery
  * Filename from the remote gallery that will be shown as thumb for the
    gallery
  * Text for the title of the gallery

If remote fitgallery version >= 0.85

Create a new file inside "galleries" directory containing 2 lines with the
 following data:
  * URL of the remote gallery
  * Name of the remote gallery

See the examples.
