OVERVIEW
ilksen Hermione is a free php-based image gallery for your site or portfolio. It's tested on IE but it's style can edit simply.
DEMO
Check out this link.
DOWNLOAD
Please check Version History on this page for download.
BENEFITS and ADVANTAGES
Hermione isn't required to set up. Simply upload your images and program files to your server and start using it. Hermione doesn't use any database. It reads some IPTC and EXIF data. This is very important to optimize your site and life. Because many information in database, already can store at EXIF and IPTC metadata informations. This system has some disadvantages too...
HOW TO INSTALL
- Open index.php, files.php (if version is 3). Edit settings which is required one.
- Upload program files and your images to a directory. Your images must be placed in directory which you configured at settings.
- That's all...
VERSION HISTORY
v4.0 Beta - 14.08.2008
- Admin and upload function was added
- A critical error is fixed at paging function
- Thumbnail library is updated
- Square thumbnail function is added
- Cache function is added
- New table design is added. Now The users can customize gallery page size with row and column parameters.
- Now, Hermione is valid XHTML 1.0 and CSS
v3.2 - 08.07.2008
- A critical error is fixed at thumb.php
- The Paging function at index.php is fixed
- IPTC Caption info added to default showlist and Exif infos are breaked to user selection.
v3.1 - 14.06.2008
- Minimize to 2 program files and a style file
- Settings are optimized
- Removed Template support (This is a small program and not required)
- Fixed readind sub-folder error from v3.0
v3.0 - 13.06.2008 - Skipped
- Can read folders (Folders are Albums now.)
- Link to Orginal Size
- Header for sub albums.
- Optimized Codes.
v2.0 - 15.05.2008
- Can set resized version's width&height and show it with GD Library
- Removed DHTML and JS function for opening pages
v1.0 - 01.05.2008
- First Relase
SOME EXIF and IPTC REFERENCE VALUES
$caption = $iptc["2#120"][0];
$graphic_name = $iptc["2#005"][0];
$urgency = $iptc["2#010"][0];
$category = $iptc["2#015"][0];
$supp_categories = $iptc["2#020"][0];
$spec_instr = $iptc["2#040"][0];
$creation_date = $iptc["2#055"][0];
$photog = $iptc["2#080"][0];
$credit_byline_title = $iptc["2#085"][0];
$city = $iptc["2#090"][0];
$state = $iptc["2#095"][0];
$country = $iptc["2#101"][0];
$otr = $iptc["2#103"][0];
$headline = $iptc["2#105"][0];
$source = $iptc["2#110"][0];
$photo_source = $iptc["2#115"][0];
$caption = $iptc["2#120"][0];
LICENCE
Hermione is protected by Creative Commons
Attribution-Noncommercial-Share Alike 3.0 Unported