Autogallery =============================================================================== $Id: readme.txt,v 1.2 2002-10-07 23:49:02+02 urs_gehrig Exp urs_gehrig $ =============================================================================== LICENSE: Apache Style License (see license.txt) =============================================================================== 1) Installation - unpack the autogallery.zip archive - delete files in /cache if not empty and give write access to this folder - open a browser window and point to the index.php - wait shortly, while the thumbs get created at first run. you will find them in /cache. 2) Configuration - add your own images to one of the existing folders, e.g. 2001-12-10 and run index.php again. the thumbs will be added automatically. - remove some of the original images in 2001-12-10 and point to the index.php again. obsolete thumbs will be deleted. - now you can add your own folders. start with a name "my_birthday_2002" and add your images. - edit index.album and add something like: ./cache# ./my_birthday_2002# ./templates/frame.jpg# "Birthday", 3.10.2002 - point to index.php and have a look at the gallery. - modify the count of rows (6) and columns (3) of thumbs in the index.php file: $content = array( // set rows and columns of images per page "htm_content" => $ag->thumbnail_table(6, 3, $multiple ), ... ); -urs =============================================================================== THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ===============================================================================