sitemap.txt (the rewrite rule forwards to sitemap.php).
$conf["footer2"] variable.
minigallery.tar.gzconfig.inc.php.htaccess.
url.rewrite-once += (
"^/(?!templates)(.+)/$" => "/index.php?site=album&album=$1",
"^/(?!templates)(.+)/generate/(th|si)_(.+)$" => "/index.php?site=generate&album=$1&type=$2&photo=$3",
"^/(?!templates)(.+)/(th|si)_(.+)$" => "/pictures/$1/$2_$3",
"^/(?!templates)(.+)/raw_(.+)$" => "/pictures/$1/$2",
"^/(?!templates)(.+)/([^/]+)$" => "/index.php?site=photo&album=$1&photo=$2",
"^/sitemap.txt$" => "/sitemap.php"
)
pictures directory read+write permissions, that the webserver can save thumbnailspictures directory.pictures directory, every directory is displayed as a album.
$conf["langstr"].lang_en.inc.php and rename it to lang_LANGUAGE.inc.php (LANGUAGE is your new language)lang_LANGUAGE.inc.php to match your new language
templates/ directory:index.htmlalbum.htmlphoto.htmlstyle.css
hg clone http://hg.andihit.net/minigallery minigallery
(you need Mercurial if you want to use that command)
-- Changelog
* templates/*.html MiniGallery is now XHTML 1.0 Strict (andihit)
-- Changelog
* templates/style.css (andihit)