diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-16 23:05:30 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-16 23:05:30 +0000 |
commit | 68edfc735f985edcba66c9a39293195f196ad48d (patch) | |
tree | 32a9fcb750278440146a26203d91236ed15a3ca6 /www/gallery | |
parent | e8d737fe7d03ac24bce2b29200500cb0e3890d0b (diff) | |
download | pkgsrc-68edfc735f985edcba66c9a39293195f196ad48d.tar.gz |
Gallery 1 is a web-based photo album suitable for small to medium-sized
photo collections. Unlike Gallery 2, Gallery 1 does not need a database
backend. It provides users with the ability to create and maintain their
own albums via an intuitive web interface. Photo management includes
automatic thumbnail creation, image resizing, rotation, ordering,
captioning, searching and more.
Diffstat (limited to 'www/gallery')
-rw-r--r-- | www/gallery/DESCR | 6 | ||||
-rw-r--r-- | www/gallery/MESSAGE | 15 | ||||
-rw-r--r-- | www/gallery/Makefile | 61 | ||||
-rw-r--r-- | www/gallery/PLIST | 877 | ||||
-rw-r--r-- | www/gallery/distinfo | 5 | ||||
-rw-r--r-- | www/gallery/files/gallery.conf | 12 |
6 files changed, 976 insertions, 0 deletions
diff --git a/www/gallery/DESCR b/www/gallery/DESCR new file mode 100644 index 00000000000..50599f8c70b --- /dev/null +++ b/www/gallery/DESCR @@ -0,0 +1,6 @@ +Gallery 1 is a web-based photo album suitable for small to medium-sized +photo collections. Unlike Gallery 2, Gallery 1 does not need a database +backend. It provides users with the ability to create and maintain their +own albums via an intuitive web interface. Photo management includes +automatic thumbnail creation, image resizing, rotation, ordering, +captioning, searching and more. diff --git a/www/gallery/MESSAGE b/www/gallery/MESSAGE new file mode 100644 index 00000000000..98576cb9b2f --- /dev/null +++ b/www/gallery/MESSAGE @@ -0,0 +1,15 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 23:05:30 pettai Exp $ + +Gallery is now installed in the ${G1DIR} directory + +To get the final installation & setup instructions, go to the Gallery +documentation homepage: + + http://codex.gallery2.org/Gallery1:Configuration_Wizard + +And don't forget to read the security information regarding gallery: + + http://codex.gallery2.org/Gallery1:Securing + +=========================================================================== diff --git a/www/gallery/Makefile b/www/gallery/Makefile new file mode 100644 index 00000000000..453884c61a5 --- /dev/null +++ b/www/gallery/Makefile @@ -0,0 +1,61 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 23:05:30 pettai Exp $ +# + +DISTNAME= gallery-1.5.10 +CATEGORIES= www graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/} + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://gallery.sourceforge.net/ +COMMENT= Web-based photo gallery written in PHP +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= php<5.3.2 + +DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.1.0:../../graphics/php-gd +DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.0:../../devel/php-gettext + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${DISTNAME} + +REPLACE_PERL= po/remove_obsolete.pl po/transform_fuzzy.pl +REPLACE_SH= po/create_po_template.sh po/change_version.sh +REPLACE_SH+= po/edit_changelog.sh po/make_mo_files.sh +REPLACE_SH+= po/update_po_files.sh + +PKG_SYSCONFDIR= ${G1DIR} + +EGDIR= ${PREFIX}/share/examples/gallery +G1DIR= ${PREFIX}/share/gallery + +CONF_FILES_PERMS= ${EGDIR}/config.php ${G1DIR}/config.php \ + ${ROOT_USER} ${ROOT_GROUP} 0666 +CONF_FILES_PERMS+= ${EGDIR}/.htaccess ${G1DIR}/.htaccess \ + ${ROOT_USER} ${ROOT_GROUP} 0666 + +MESSAGE_SUBST+= G1DIR=${G1DIR} +FILES_SUBST+= G1DIR=${G1DIR} + +SUBST_CLASSES+= paths +SUBST_FILES.paths= ${WRKDIR}/gallery.conf +SUBST_VARS.paths+= G1DIR +SUBST_STAGE.paths= post-patch + +INSTALLATION_DIRS= share/examples/gallery +INSTALLATION_DIRS+= share/gallery + +post-extract: + ${CP} ${FILESDIR}/gallery.conf ${WRKDIR}/ + ${TOUCH} ${WRKDIR}/config.php + ${TOUCH} ${WRKDIR}/.htaccess + +do-install: + ${INSTALL_DATA} ${WRKDIR}/gallery.conf ${DESTDIR}${EGDIR}/gallery.conf + ${INSTALL_DATA} ${WRKDIR}/config.php ${DESTDIR}${EGDIR}/config.php + ${INSTALL_DATA} ${WRKDIR}/.htaccess ${DESTDIR}${EGDIR}/.htaccess + ${CP} -R ${WRKSRC}/* ${DESTDIR}${G1DIR} + +.include "../../lang/php/phpversion.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/gallery/PLIST b/www/gallery/PLIST new file mode 100644 index 00000000000..4e9161a080e --- /dev/null +++ b/www/gallery/PLIST @@ -0,0 +1,877 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/16 23:05:30 pettai Exp $ +share/examples/gallery/.htaccess +share/examples/gallery/config.php +share/examples/gallery/gallery.conf +share/gallery/AUTHORS +share/gallery/ChangeLog +share/gallery/ChangeLog.archive.gz +share/gallery/LICENSE.txt +share/gallery/README +share/gallery/Version.php +share/gallery/add_comment.php +share/gallery/add_photos.php +share/gallery/add_photos_frame.php +share/gallery/add_photos_refresh.php +share/gallery/admin-page.php +share/gallery/administer_startpage.php +share/gallery/album_permissions.php +share/gallery/albums.php +share/gallery/block-random.php +share/gallery/captionator.php +share/gallery/classes/Album.php +share/gallery/classes/AlbumDB.php +share/gallery/classes/AlbumItem.php +share/gallery/classes/Colors.php +share/gallery/classes/Comment.php +share/gallery/classes/Database.php +share/gallery/classes/EverybodyUser.php +share/gallery/classes/HTML/table.php +share/gallery/classes/HTML_Safe/Safe.php +share/gallery/classes/Image.php +share/gallery/classes/LoggedInUser.php +share/gallery/classes/Logins.php +share/gallery/classes/Mail/RFC822.php +share/gallery/classes/Mail/htmlMimeMail.php +share/gallery/classes/Mail/mimePart.php +share/gallery/classes/Mail/smtp.php +share/gallery/classes/NobodyUser.php +share/gallery/classes/User.php +share/gallery/classes/UserDB.php +share/gallery/classes/XML_HTMLSax3/HTMLSax3.php +share/gallery/classes/XML_HTMLSax3/HTMLSax3/Decorators.php +share/gallery/classes/XML_HTMLSax3/HTMLSax3/Grammar.php +share/gallery/classes/XML_HTMLSax3/HTMLSax3/States.php +share/gallery/classes/XML_HTMLSax3/lgpl-3.0.txt +share/gallery/classes/XML_HTMLSax3/license.txt +share/gallery/classes/database/mysql/Database.php +share/gallery/classes/gallery/User.php +share/gallery/classes/gallery/UserDB.php +share/gallery/classes/geeklog/User.php +share/gallery/classes/geeklog/UserDB.php +share/gallery/classes/mambo/User.php +share/gallery/classes/mambo/UserDB.php +share/gallery/classes/nsnnuke/AdminUser.php +share/gallery/classes/nsnnuke/User.php +share/gallery/classes/nsnnuke/UserDB.php +share/gallery/classes/nuke5/AdminUser.php +share/gallery/classes/nuke5/User.php +share/gallery/classes/nuke5/UserDB.php +share/gallery/classes/phpbb/User.php +share/gallery/classes/phpbb/UserDB.php +share/gallery/classes/postnuke/User.php +share/gallery/classes/postnuke/UserDB.php +share/gallery/classes/postnuke0.7.1/User.php +share/gallery/classes/postnuke0.7.1/UserDB.php +share/gallery/classes/remote/GalleryRemoteProperties.php +share/gallery/configure.sh +share/gallery/contrib/GeekLog/CREDITS +share/gallery/contrib/GeekLog/ChangeLog +share/gallery/contrib/joomla/HowTo.txt +share/gallery/contrib/joomla/admin.gallery.html.php +share/gallery/contrib/joomla/admin.gallery.php +share/gallery/contrib/joomla/classes/mambo.php +share/gallery/contrib/joomla/gallery.php +share/gallery/contrib/joomla/gallery.xml +share/gallery/contrib/joomla/images/logo-228x67.png +share/gallery/contrib/joomla/includes/frontend.php +share/gallery/contrib/joomla/toolbar.gallery.php +share/gallery/contrib/mambo/HowTo.txt +share/gallery/contrib/mambo/admin.gallery.html.php +share/gallery/contrib/mambo/admin.gallery.php +share/gallery/contrib/mambo/classes/mambo.php +share/gallery/contrib/mambo/gallery.php +share/gallery/contrib/mambo/gallery.xml +share/gallery/contrib/mambo/images/logo-228x67.png +share/gallery/contrib/mambo/includes/frontend.php +share/gallery/contrib/mambo/toolbar.gallery.php +share/gallery/contrib/phpBB2/CREDITS +share/gallery/contrib/phpBB2/ChangeLog +share/gallery/contrib/phpBB2/HowTo.txt +share/gallery/contrib/phpBB2/modules.php +share/gallery/contrib/phpBB2/phpBB2-manual_changes.txt +share/gallery/contrib/phpnuke/README +share/gallery/contrib/phpnuke/block-Random_Image.php.sample +share/gallery/contrib/phpnuke/modules.php.MOD +share/gallery/contrib/phpnuke/modules.php.patch +share/gallery/contrib/postnuke/readme.72x +share/gallery/contrib/postnuke/readme.750 +share/gallery/copy_photo.php +share/gallery/create_user.php +share/gallery/css/base.css.default +share/gallery/css/config.css.default +share/gallery/css/embedded_style.css.default +share/gallery/css/mooRainbow.css +share/gallery/css/screen.css.default +share/gallery/delete_album.php +share/gallery/delete_photo.php +share/gallery/delete_user.php +share/gallery/do_command.php +share/gallery/docs/context-help/login.php +share/gallery/docs/context-help/register.php +share/gallery/docs/context-help/search.php +share/gallery/docs/context-help/slideshow.php +share/gallery/docs/context-help/test.php +share/gallery/docs/gallery1-admin.backup.html +share/gallery/docs/gallery1-admin.basics.html +share/gallery/docs/gallery1-admin.embedding.html +share/gallery/docs/gallery1-admin.html +share/gallery/docs/gallery1-admin.mirroring.html +share/gallery/docs/gallery1-admin.offline.html +share/gallery/docs/gallery1-admin.patching.html +share/gallery/docs/gallery1-admin.securing.html +share/gallery/docs/gallery1-admin.users.html +share/gallery/docs/gallery1-devguide.functions.html +share/gallery/docs/gallery1-devguide.html +share/gallery/docs/gallery1-install.config-wizard.html +share/gallery/docs/gallery1-install.credits.html +share/gallery/docs/gallery1-install.faq.a.html +share/gallery/docs/gallery1-install.faq.b.html +share/gallery/docs/gallery1-install.faq.c.html +share/gallery/docs/gallery1-install.faq.d.html +share/gallery/docs/gallery1-install.faq.html +share/gallery/docs/gallery1-install.features.html +share/gallery/docs/gallery1-install.help.html +share/gallery/docs/gallery1-install.html +share/gallery/docs/gallery1-install.language-packs.html +share/gallery/docs/gallery1-install.overview.html +share/gallery/docs/gallery1-install.remote-applets.html +share/gallery/docs/gallery1-install.required-programs.html +share/gallery/docs/gallery1-install.requirements.html +share/gallery/docs/gallery1-install.unix-ftp.html +share/gallery/docs/gallery1-install.unix-shell.html +share/gallery/docs/gallery1-install.upgrade.html +share/gallery/docs/gallery1-install.windows-iis.html +share/gallery/docs/gallery1-install.windows.html +share/gallery/docs/gallery1-user.html +share/gallery/docs/gallery1-user.import.html +share/gallery/docs/gallery1-user.watermark.html +share/gallery/docs/html.css +share/gallery/docs/images/basic-auth.gif +share/gallery/docs/images/diagnostics.gif +share/gallery/docs/images/step2setup.gif +share/gallery/docs/images/up-up.gif +share/gallery/docs/images/up.gif +share/gallery/docs/index.html +share/gallery/docs/preface.html +share/gallery/docs/pretty-html.css +share/gallery/download.php +share/gallery/ecard_form.php +share/gallery/ecard_preview.php +share/gallery/edit_appearance.php +share/gallery/edit_caption.php +share/gallery/edit_field.php +share/gallery/edit_thumb.php +share/gallery/edit_watermark.php +share/gallery/extra_fields.php +share/gallery/gallery_remote.php +share/gallery/gallery_remote2.php +share/gallery/help/blacklist.txt +share/gallery/help/imagemap.php +share/gallery/help/metadataOnUpload.php +share/gallery/html/userData.inc +share/gallery/html_wrap/album.footer.default +share/gallery/html_wrap/album.header.default +share/gallery/html_wrap/frames/README.php +share/gallery/html_wrap/frames/deryk/BB.gif +share/gallery/html_wrap/frames/deryk/BL.gif +share/gallery/html_wrap/frames/deryk/BR.gif +share/gallery/html_wrap/frames/deryk/LL.gif +share/gallery/html_wrap/frames/deryk/RR.gif +share/gallery/html_wrap/frames/deryk/TL.gif +share/gallery/html_wrap/frames/deryk/TR.gif +share/gallery/html_wrap/frames/deryk/TT.gif +share/gallery/html_wrap/frames/deryk/frame.def +share/gallery/html_wrap/frames/golden/BB.gif +share/gallery/html_wrap/frames/golden/BL.gif +share/gallery/html_wrap/frames/golden/BR.gif +share/gallery/html_wrap/frames/golden/LL.gif +share/gallery/html_wrap/frames/golden/RR.gif +share/gallery/html_wrap/frames/golden/TL.gif +share/gallery/html_wrap/frames/golden/TR.gif +share/gallery/html_wrap/frames/golden/TT.gif +share/gallery/html_wrap/frames/golden/frame.def +share/gallery/html_wrap/frames/notebook/BB.gif +share/gallery/html_wrap/frames/notebook/BL.gif +share/gallery/html_wrap/frames/notebook/BR.gif +share/gallery/html_wrap/frames/notebook/LL.gif +share/gallery/html_wrap/frames/notebook/RR.gif +share/gallery/html_wrap/frames/notebook/TL.gif +share/gallery/html_wrap/frames/notebook/TR.gif +share/gallery/html_wrap/frames/notebook/TT.gif +share/gallery/html_wrap/frames/notebook/frame.def +share/gallery/html_wrap/frames/polaroid/BB.gif +share/gallery/html_wrap/frames/polaroid/BL.gif +share/gallery/html_wrap/frames/polaroid/BR.gif +share/gallery/html_wrap/frames/polaroid/LL.gif +share/gallery/html_wrap/frames/polaroid/RR.gif +share/gallery/html_wrap/frames/polaroid/TL.gif +share/gallery/html_wrap/frames/polaroid/TR.gif +share/gallery/html_wrap/frames/polaroid/TT.gif +share/gallery/html_wrap/frames/polaroid/frame.def +share/gallery/html_wrap/frames/polaroid/pixel_trans.gif +share/gallery/html_wrap/frames/polaroids/BB.gif +share/gallery/html_wrap/frames/polaroids/BL.gif +share/gallery/html_wrap/frames/polaroids/BR.gif +share/gallery/html_wrap/frames/polaroids/LL.gif +share/gallery/html_wrap/frames/polaroids/RR.gif +share/gallery/html_wrap/frames/polaroids/TL.gif +share/gallery/html_wrap/frames/polaroids/TR.gif +share/gallery/html_wrap/frames/polaroids/TT.gif +share/gallery/html_wrap/frames/polaroids/frame.def +share/gallery/html_wrap/frames/polaroids/pixel_trans.gif +share/gallery/html_wrap/frames/postage_stamp/BB5.gif +share/gallery/html_wrap/frames/postage_stamp/BL5.gif +share/gallery/html_wrap/frames/postage_stamp/BR5.gif +share/gallery/html_wrap/frames/postage_stamp/LL5.gif +share/gallery/html_wrap/frames/postage_stamp/RR5.gif +share/gallery/html_wrap/frames/postage_stamp/ReadMe.txt +share/gallery/html_wrap/frames/postage_stamp/TL5.gif +share/gallery/html_wrap/frames/postage_stamp/TR5.gif +share/gallery/html_wrap/frames/postage_stamp/TT5.gif +share/gallery/html_wrap/frames/postage_stamp/frame.def +share/gallery/html_wrap/frames/postage_stamp/pixel_trans.gif +share/gallery/html_wrap/frames/scrapbook/BB.gif +share/gallery/html_wrap/frames/scrapbook/BBL.gif +share/gallery/html_wrap/frames/scrapbook/BBR.gif +share/gallery/html_wrap/frames/scrapbook/BL.gif +share/gallery/html_wrap/frames/scrapbook/BR.gif +share/gallery/html_wrap/frames/scrapbook/LL.gif +share/gallery/html_wrap/frames/scrapbook/LLB.gif +share/gallery/html_wrap/frames/scrapbook/LLT.gif +share/gallery/html_wrap/frames/scrapbook/RR.gif +share/gallery/html_wrap/frames/scrapbook/RRB.gif +share/gallery/html_wrap/frames/scrapbook/RRT.gif +share/gallery/html_wrap/frames/scrapbook/TL.gif +share/gallery/html_wrap/frames/scrapbook/TR.gif +share/gallery/html_wrap/frames/scrapbook/TT.gif +share/gallery/html_wrap/frames/scrapbook/TTL.gif +share/gallery/html_wrap/frames/scrapbook/TTR.gif +share/gallery/html_wrap/frames/scrapbook/frame.def +share/gallery/html_wrap/frames/scrapbook_small/BB.gif +share/gallery/html_wrap/frames/scrapbook_small/BBL.gif +share/gallery/html_wrap/frames/scrapbook_small/BBR.gif +share/gallery/html_wrap/frames/scrapbook_small/BL.gif +share/gallery/html_wrap/frames/scrapbook_small/BR.gif +share/gallery/html_wrap/frames/scrapbook_small/LL.gif +share/gallery/html_wrap/frames/scrapbook_small/LLB.gif +share/gallery/html_wrap/frames/scrapbook_small/LLT.gif +share/gallery/html_wrap/frames/scrapbook_small/RR.gif +share/gallery/html_wrap/frames/scrapbook_small/RRB.gif +share/gallery/html_wrap/frames/scrapbook_small/RRT.gif +share/gallery/html_wrap/frames/scrapbook_small/TL.gif +share/gallery/html_wrap/frames/scrapbook_small/TR.gif +share/gallery/html_wrap/frames/scrapbook_small/TT.gif +share/gallery/html_wrap/frames/scrapbook_small/TTL.gif +share/gallery/html_wrap/frames/scrapbook_small/TTR.gif +share/gallery/html_wrap/frames/scrapbook_small/frame.def +share/gallery/html_wrap/frames/scrapbookshadow/BB.gif +share/gallery/html_wrap/frames/scrapbookshadow/BBL.gif +share/gallery/html_wrap/frames/scrapbookshadow/BBR.gif +share/gallery/html_wrap/frames/scrapbookshadow/BL.gif +share/gallery/html_wrap/frames/scrapbookshadow/BR.gif +share/gallery/html_wrap/frames/scrapbookshadow/LL.gif +share/gallery/html_wrap/frames/scrapbookshadow/LLB.gif +share/gallery/html_wrap/frames/scrapbookshadow/LLT.gif +share/gallery/html_wrap/frames/scrapbookshadow/RR.gif +share/gallery/html_wrap/frames/scrapbookshadow/RRB.gif +share/gallery/html_wrap/frames/scrapbookshadow/RRT.gif +share/gallery/html_wrap/frames/scrapbookshadow/TL.gif +share/gallery/html_wrap/frames/scrapbookshadow/TR.gif +share/gallery/html_wrap/frames/scrapbookshadow/TT.gif +share/gallery/html_wrap/frames/scrapbookshadow/TTL.gif +share/gallery/html_wrap/frames/scrapbookshadow/TTR.gif +share/gallery/html_wrap/frames/scrapbookshadow/frame.def +share/gallery/html_wrap/frames/scrapbookshadowsmall/BB.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/BBL.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/BBR.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/BL.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/BR.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/LL.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/LLB.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/LLT.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/RR.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/RRB.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/RRT.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/TL.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/TR.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/TT.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/TTL.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/TTR.gif +share/gallery/html_wrap/frames/scrapbookshadowsmall/frame.def +share/gallery/html_wrap/frames/shadows/BB.png +share/gallery/html_wrap/frames/shadows/BBL.png +share/gallery/html_wrap/frames/shadows/BR.png +share/gallery/html_wrap/frames/shadows/RR.png +share/gallery/html_wrap/frames/shadows/RRT.png +share/gallery/html_wrap/frames/shadows/frame.def +share/gallery/html_wrap/frames/shadows/pixel_trans.png +share/gallery/html_wrap/frames/simple_book/BB.gif +share/gallery/html_wrap/frames/simple_book/BL.gif +share/gallery/html_wrap/frames/simple_book/BR.gif +share/gallery/html_wrap/frames/simple_book/RR.gif +share/gallery/html_wrap/frames/simple_book/TR.gif +share/gallery/html_wrap/frames/simple_book/dot.gif +share/gallery/html_wrap/frames/simple_book/frame.def +share/gallery/html_wrap/frames/simple_book/pixel_trans.gif +share/gallery/html_wrap/frames/wooden/BB.gif +share/gallery/html_wrap/frames/wooden/BL.gif +share/gallery/html_wrap/frames/wooden/BR.gif +share/gallery/html_wrap/frames/wooden/LL.gif +share/gallery/html_wrap/frames/wooden/RR.gif +share/gallery/html_wrap/frames/wooden/TL.gif +share/gallery/html_wrap/frames/wooden/TR.gif +share/gallery/html_wrap/frames/wooden/TT.gif +share/gallery/html_wrap/frames/wooden/frame.def +share/gallery/html_wrap/gallery.footer.default +share/gallery/html_wrap/gallery.header.default +share/gallery/html_wrap/general.footer.default +share/gallery/html_wrap/inline_albumthumb.footer.default +share/gallery/html_wrap/inline_albumthumb.frame.default +share/gallery/html_wrap/inline_albumthumb.header.default +share/gallery/html_wrap/inline_gallerythumb.frame.default +share/gallery/html_wrap/inline_imagewrap.inc +share/gallery/html_wrap/inline_moviethumb.frame.default +share/gallery/html_wrap/inline_photo.footer.default +share/gallery/html_wrap/inline_photo.frame.default +share/gallery/html_wrap/inline_photo.header.default +share/gallery/html_wrap/inline_photothumb.frame.default +share/gallery/html_wrap/photo.footer.default +share/gallery/html_wrap/photo.header.default +share/gallery/html_wrap/popup.footer.default +share/gallery/html_wrap/slideshow.footer.default +share/gallery/html_wrap/slideshow.header.default +share/gallery/html_wrap/stats.header.default +share/gallery/html_wrap/wrapper.footer.default +share/gallery/html_wrap/wrapper.header.default +share/gallery/imagemap.php +share/gallery/images/BB1.gif +share/gallery/images/BL1.gif +share/gallery/images/BR1.gif +share/gallery/images/LL1.gif +share/gallery/images/RR1.gif +share/gallery/images/TL1.gif +share/gallery/images/TR1.gif +share/gallery/images/TT1.gif +share/gallery/images/admin_delete.gif +share/gallery/images/admin_hide.gif +share/gallery/images/admin_highlight.gif +share/gallery/images/admin_move.gif +share/gallery/images/admin_rotate.gif +share/gallery/images/admin_unhide.gif +share/gallery/images/albumthumb_BB.gif +share/gallery/images/albumthumb_BL.gif +share/gallery/images/albumthumb_BR.gif +share/gallery/images/albumthumb_RR.gif +share/gallery/images/albumthumb_TR.gif +share/gallery/images/bar.gif +share/gallery/images/collapse.gif +share/gallery/images/colorpicker.png +share/gallery/images/colorscale.png +share/gallery/images/computer.gif +share/gallery/images/donate.png +share/gallery/images/ecard_images/00.gif +share/gallery/images/ecard_images/01.gif +share/gallery/images/ecard_images/02.gif +share/gallery/images/ecard_images/03.gif +share/gallery/images/ecard_images/04.gif +share/gallery/images/ecard_images/05.gif +share/gallery/images/ecard_images/06.gif +share/gallery/images/ecard_images/07.gif +share/gallery/images/ecard_images/08.gif +share/gallery/images/ecard_images/09.gif +share/gallery/images/ecard_images/10.gif +share/gallery/images/ecard_images/11.gif +share/gallery/images/ecard_images/12.gif +share/gallery/images/ecard_images/13.gif +share/gallery/images/ecard_images/14.gif +share/gallery/images/ecard_images/15.gif +share/gallery/images/ecard_images/16.gif +share/gallery/images/ecard_images/17.gif +share/gallery/images/ecard_images/18.gif +share/gallery/images/ecard_images/19.gif +share/gallery/images/ecard_images/20.gif +share/gallery/images/ecard_images/21.gif +share/gallery/images/ecard_images/22.gif +share/gallery/images/ecard_images/23.gif +share/gallery/images/ecard_images/24.gif +share/gallery/images/ecard_images/25.gif +share/gallery/images/ecard_images/26.gif +share/gallery/images/ecard_images/27.gif +share/gallery/images/ecard_images/eCards.gif +share/gallery/images/ecard_images/ecards_eng.png +share/gallery/images/ecard_images/icon_help.gif +share/gallery/images/ecard_images/icon_square.gif +share/gallery/images/ecard_images/leer.gif +share/gallery/images/ecard_images/postcard.gif +share/gallery/images/expand.gif +share/gallery/images/favicon.ico +share/gallery/images/g1-phpBB2-icon.png +share/gallery/images/gallery-tag.png +share/gallery/images/gallery1.gif +share/gallery/images/green_trafficlight.gif +share/gallery/images/icons/2downarrow.gif +share/gallery/images/icons/camera.gif +share/gallery/images/icons/cog.png +share/gallery/images/icons/comments.png +share/gallery/images/icons/compressed.gif +share/gallery/images/icons/decrypted.gif +share/gallery/images/icons/delete.gif +share/gallery/images/icons/ecard.gif +share/gallery/images/icons/editcopy.gif +share/gallery/images/icons/exit.gif +share/gallery/images/icons/folder_new.png +share/gallery/images/icons/frame_query.gif +share/gallery/images/icons/help.gif +share/gallery/images/icons/history.gif +share/gallery/images/icons/idea.gif +share/gallery/images/icons/identity.gif +share/gallery/images/icons/imageedit/flip.gif +share/gallery/images/icons/imageedit/mirror.gif +share/gallery/images/icons/imageedit/rotate-180.gif +share/gallery/images/icons/imageedit/rotate-270.gif +share/gallery/images/icons/imageedit/rotate-90.gif +share/gallery/images/icons/info.gif +share/gallery/images/icons/kcmfontinst.gif +share/gallery/images/icons/kdf.gif +share/gallery/images/icons/key.gif +share/gallery/images/icons/locked.gif +share/gallery/images/icons/login.gif +share/gallery/images/icons/logout.gif +share/gallery/images/icons/map.png +share/gallery/images/icons/monitor.png +share/gallery/images/icons/navigation/nav_dot.gif +share/gallery/images/icons/navigation/nav_dot_left.gif +share/gallery/images/icons/navigation/nav_dot_right.gif +share/gallery/images/icons/navigation/nav_first.gif +share/gallery/images/icons/navigation/nav_home.gif +share/gallery/images/icons/navigation/nav_last.gif +share/gallery/images/icons/navigation/nav_next.gif +share/gallery/images/icons/navigation/nav_page.gif +share/gallery/images/icons/navigation/nav_prev.gif +share/gallery/images/icons/navigation/return_to.gif +share/gallery/images/icons/no_idea.gif +share/gallery/images/icons/notice/error.gif +share/gallery/images/icons/notice/information.gif +share/gallery/images/icons/notice/success.gif +share/gallery/images/icons/notice/warning.gif +share/gallery/images/icons/picture_edit.png +share/gallery/images/icons/preferences.gif +share/gallery/images/icons/register.gif +share/gallery/images/icons/reload.gif +share/gallery/images/icons/showcomment.gif +share/gallery/images/icons/slideshow/1leftarrow.gif +share/gallery/images/icons/slideshow/1rightarrow.gif +share/gallery/images/icons/slideshow/play_stop.gif +share/gallery/images/icons/tab_duplicate.gif +share/gallery/images/icons/text_list_numbers.png +share/gallery/images/icons/tree/join-left.gif +share/gallery/images/icons/tree/join-right.gif +share/gallery/images/icons/tree/joinbottom-left.gif +share/gallery/images/icons/tree/joinbottom-right.gif +share/gallery/images/icons/user_gray.gif +share/gallery/images/icons/viewmag1.gif +share/gallery/images/icons/window_fullscreen.gif +share/gallery/images/icons/window_nofullscreen.gif +share/gallery/images/icons/yast_kuser.gif +share/gallery/images/icons/yast_sysadmin.gif +share/gallery/images/icons/yast_sysadmin2.gif +share/gallery/images/moorainbow/blank.gif +share/gallery/images/moorainbow/moor_arrows.gif +share/gallery/images/moorainbow/moor_boverlay.png +share/gallery/images/moorainbow/moor_cursor.gif +share/gallery/images/moorainbow/moor_slider.png +share/gallery/images/moorainbow/moor_woverlay.png +share/gallery/images/movie.thumb.jpg +share/gallery/images/pixel_trans.gif +share/gallery/images/red_trafficlight.gif +share/gallery/images/simplex-bkg.gif +share/gallery/images/tab_bottom.gif +share/gallery/images/uploading.gif +share/gallery/images/yellow_red_trafficlight.gif +share/gallery/images/yellow_trafficlight.gif +share/gallery/includes/add_photos/add_applet.cfg +share/gallery/includes/add_photos/add_applet.inc +share/gallery/includes/add_photos/add_applet_mini.cfg +share/gallery/includes/add_photos/add_applet_mini.inc +share/gallery/includes/add_photos/add_form.inc +share/gallery/includes/add_photos/add_other.inc +share/gallery/includes/add_photos/add_url.inc +share/gallery/includes/add_photos/captionOptions.inc.php +share/gallery/includes/comments/commentHandling.inc.php +share/gallery/includes/definitions/albumProperties.php +share/gallery/includes/definitions/mime.mapping.php +share/gallery/includes/definitions/navIcons.php +share/gallery/includes/definitions/services.php +share/gallery/includes/ecard/templates/ecard_1.tpl +share/gallery/includes/ecard/templates/error.htm +share/gallery/includes/ecard/templates/leer.htm +share/gallery/includes/errors/configure_help.php +share/gallery/includes/errors/reconfigure.php +share/gallery/includes/errors/unconfigured.php +share/gallery/includes/slideshow/applet.cfg +share/gallery/includes/slideshow/applet.inc +share/gallery/includes/slideshow/high.inc +share/gallery/includes/slideshow/low.inc +share/gallery/includes/stats/stats.inc.php +share/gallery/index.php +share/gallery/init.php +share/gallery/java/GalleryRemoteApplet.jar +share/gallery/java/GalleryRemoteAppletMini.jar +share/gallery/java/GalleryRemoteHTTPClient.jar +share/gallery/java/ImageTools.jar +share/gallery/java/applet_img.jar +share/gallery/java/metadata-extractor-2.1.jar +share/gallery/js/arrowkey_nav.js +share/gallery/js/client_sniff.js +share/gallery/js/fitToWindow.js.php +share/gallery/js/imagemap.js +share/gallery/js/jopen.js +share/gallery/js/moorainbow/mooRainbow.js.php +share/gallery/js/moorainbow/mootools.v1.11.js +share/gallery/js/multifile.js.php +share/gallery/js/number_conversions.js +share/gallery/js/passwordStrengthMeter.js +share/gallery/js/progressbar.js +share/gallery/js/rgbcolor.js +share/gallery/js/sectionTabs.js.php +share/gallery/js/toggle.js.php +share/gallery/js/wz/tip_balloon.js +share/gallery/js/wz/tip_balloon/b.gif +share/gallery/js/wz/tip_balloon/background.gif +share/gallery/js/wz/tip_balloon/l.gif +share/gallery/js/wz/tip_balloon/lb.gif +share/gallery/js/wz/tip_balloon/lt.gif +share/gallery/js/wz/tip_balloon/r.gif +share/gallery/js/wz/tip_balloon/rb.gif +share/gallery/js/wz/tip_balloon/rt.gif +share/gallery/js/wz/tip_balloon/stemb.gif +share/gallery/js/wz/tip_balloon/stemt.gif +share/gallery/js/wz/tip_balloon/t.gif +share/gallery/js/wz/wz_jsgraphics.js +share/gallery/js/wz/wz_tooltip.js +share/gallery/layout/adminbox.inc +share/gallery/layout/breadcrumb.inc +share/gallery/layout/commentbox.inc +share/gallery/layout/commentboxbottom.inc +share/gallery/layout/commentboxtop.inc +share/gallery/layout/commentdraw.inc +share/gallery/layout/navigator.inc +share/gallery/layout/navmicro.inc +share/gallery/layout/navphoto.inc +share/gallery/layout/navtablebegin.inc +share/gallery/layout/navtableend.inc +share/gallery/layout/navtablemiddle.inc +share/gallery/layout/searchdraw.inc +share/gallery/layout/watermarkform.inc +share/gallery/lib/album.php +share/gallery/lib/albumItem.php +share/gallery/lib/content.php +share/gallery/lib/filesystem.php +share/gallery/lib/filetypes.php +share/gallery/lib/form.php +share/gallery/lib/imageManipulation.php +share/gallery/lib/lang.php +share/gallery/lib/mail.php +share/gallery/lib/messages.php +share/gallery/lib/popup.php +share/gallery/lib/progressbar.php +share/gallery/lib/setup.php +share/gallery/lib/stats.php +share/gallery/lib/text.php +share/gallery/lib/url.php +share/gallery/lib/users.php +share/gallery/lib/valchecks.php +share/gallery/lib/voting.php +share/gallery/locale/en_US/flagimage/en_US.gif +share/gallery/login.php +share/gallery/manage_users.php +share/gallery/manifest.inc +share/gallery/modify_user.php +share/gallery/move_album.php +share/gallery/move_photo.php +share/gallery/multi_create_user.php +share/gallery/new_password.php +share/gallery/nls.php +share/gallery/photo_owner.php +share/gallery/platform/fs_unix.php +share/gallery/platform/fs_win32.php +share/gallery/po/CREDITS +share/gallery/po/README +share/gallery/po/change_version.sh +share/gallery/po/copyright-header.txt +share/gallery/po/create_po_template.sh +share/gallery/po/edit_changelog.sh +share/gallery/po/filelist-common +share/gallery/po/filelist-config +share/gallery/po/filelist-core +share/gallery/po/gallery-common.pot +share/gallery/po/gallery-config.pot +share/gallery/po/gallery-core.pot +share/gallery/po/make_mo_files.sh +share/gallery/po/remove_obsolete.pl +share/gallery/po/transform_fuzzy.pl +share/gallery/po/update_po_files.sh +share/gallery/poll_properties.php +share/gallery/poll_results.php +share/gallery/progress_uploading.php +share/gallery/publish_xp.php +share/gallery/publish_xp_docs.php +share/gallery/rearrange.php +share/gallery/rebuild_capture_dates.php +share/gallery/rebuild_thumbs.php +share/gallery/register.php +share/gallery/rename_album.php +share/gallery/reset_votes.php +share/gallery/resize_photo.php +share/gallery/rotate_photo.php +share/gallery/rss.php +share/gallery/save_photos.php +share/gallery/search.php +share/gallery/secure.sh +share/gallery/session.php +share/gallery/setup/.htaccess +share/gallery/setup/check.inc +share/gallery/setup/check_imagemagick.php +share/gallery/setup/check_mail.php +share/gallery/setup/check_netpbm.php +share/gallery/setup/check_versions.php +share/gallery/setup/config_data.inc +share/gallery/setup/confirm.inc +share/gallery/setup/constants.inc +share/gallery/setup/defaults.inc +share/gallery/setup/diagnostics.php +share/gallery/setup/frame_test.php +share/gallery/setup/ghcc.php +share/gallery/setup/gpl.txt +share/gallery/setup/index.php +share/gallery/setup/init.php +share/gallery/setup/login.inc +share/gallery/setup/mod_rewrite.template +share/gallery/setup/php_value.template +share/gallery/setup/php_value_ok.php +share/gallery/setup/phpinfo.php +share/gallery/setup/session_test.php +share/gallery/setup/write.inc +share/gallery/skins/bars002/css/screen.css +share/gallery/skins/bars002/images/navbar.jpg +share/gallery/skins/bars002/images/screenshot.jpg +share/gallery/skins/bars002/images/topbar.jpg +share/gallery/skins/bars002/style.def +share/gallery/skins/bars014/css/screen.css +share/gallery/skins/bars014/images/mod_highlight_bg.jpg +share/gallery/skins/bars014/images/mod_highlight_left.jpg +share/gallery/skins/bars014/images/mod_highlight_right.jpg +share/gallery/skins/bars014/images/navbar.jpg +share/gallery/skins/bars014/images/screenshot.jpg +share/gallery/skins/bars014/style.def +share/gallery/skins/bblue/css/screen.css +share/gallery/skins/bblue/images/mod_headliner.jpg +share/gallery/skins/bblue/images/mod_navbar.jpg +share/gallery/skins/bblue/images/mod_toplight_bg.jpg +share/gallery/skins/bblue/images/mod_toplight_left.jpg +share/gallery/skins/bblue/images/mod_toplight_right.jpg +share/gallery/skins/bblue/images/mod_under_hl.jpg +share/gallery/skins/bblue/images/screenshot.jpg +share/gallery/skins/bblue/style.def +share/gallery/skins/bgreen/css/screen.css +share/gallery/skins/bgreen/images/mod_headliner.jpg +share/gallery/skins/bgreen/images/mod_navbar.jpg +share/gallery/skins/bgreen/images/mod_toplight_bg.jpg +share/gallery/skins/bgreen/images/mod_toplight_left.gif +share/gallery/skins/bgreen/images/mod_toplight_left.jpg +share/gallery/skins/bgreen/images/mod_toplight_right.gif +share/gallery/skins/bgreen/images/mod_toplight_right.jpg +share/gallery/skins/bgreen/images/mod_under_hl.jpg +share/gallery/skins/bgreen/images/screenshot.jpg +share/gallery/skins/bgreen/style.def +share/gallery/skins/bgreen2/css/screen.css +share/gallery/skins/bgreen2/images/mod_headliner.jpg +share/gallery/skins/bgreen2/images/mod_navbar.jpg +share/gallery/skins/bgreen2/images/mod_toplight_bg.jpg +share/gallery/skins/bgreen2/images/mod_toplight_left.jpg +share/gallery/skins/bgreen2/images/mod_toplight_right.jpg +share/gallery/skins/bgreen2/images/mod_under_hl.jpg +share/gallery/skins/bgreen2/images/screenshot.jpg +share/gallery/skins/bgreen2/style.def +share/gallery/skins/black/css/screen.css +share/gallery/skins/black/images/mod_navbar.jpg +share/gallery/skins/black/images/mod_titlebar.jpg +share/gallery/skins/black/images/screenshot.jpg +share/gallery/skins/black/style.def +share/gallery/skins/bluemod/css/screen.css +share/gallery/skins/bluemod/images/mod_background.jpg +share/gallery/skins/bluemod/images/mod_navbar.jpg +share/gallery/skins/bluemod/images/mod_titlebar.jpg +share/gallery/skins/bluemod/images/mod_titlemid.jpg +share/gallery/skins/bluemod/images/screenshot.jpg +share/gallery/skins/bluemod/style.def +share/gallery/skins/bpurple/css/screen.css +share/gallery/skins/bpurple/images/mod_headliner.jpg +share/gallery/skins/bpurple/images/mod_navbar.jpg +share/gallery/skins/bpurple/images/mod_toplight_bg.jpg +share/gallery/skins/bpurple/images/mod_toplight_left.jpg +share/gallery/skins/bpurple/images/mod_toplight_right.jpg +share/gallery/skins/bpurple/images/mod_under_hl.jpg +share/gallery/skins/bpurple/images/screenshot.jpg +share/gallery/skins/bpurple/style.def +share/gallery/skins/bred/css/screen.css +share/gallery/skins/bred/images/mod_headliner.jpg +share/gallery/skins/bred/images/mod_navbar.jpg +share/gallery/skins/bred/images/mod_toplight_bg.jpg +share/gallery/skins/bred/images/mod_toplight_left.gif +share/gallery/skins/bred/images/mod_toplight_left.jpg +share/gallery/skins/bred/images/mod_toplight_right.gif +share/gallery/skins/bred/images/mod_toplight_right.jpg +share/gallery/skins/bred/images/mod_under_hl.jpg +share/gallery/skins/bred/images/screenshot.jpg +share/gallery/skins/bred/style.def +share/gallery/skins/bubbles/css/screen.css +share/gallery/skins/bubbles/images/mod_navbar.jpg +share/gallery/skins/bubbles/images/mod_toplight_bg.jpg +share/gallery/skins/bubbles/images/mod_toplight_left.jpg +share/gallery/skins/bubbles/images/mod_toplight_right.jpg +share/gallery/skins/bubbles/images/screenshot.jpg +share/gallery/skins/bubbles/style.def +share/gallery/skins/butterfly_green/css/screen.css +share/gallery/skins/butterfly_green/images/mod_box.jpg +share/gallery/skins/butterfly_green/images/mod_headliner.jpg +share/gallery/skins/butterfly_green/images/mod_navbar.jpg +share/gallery/skins/butterfly_green/images/mod_toplight_bg.jpg +share/gallery/skins/butterfly_green/images/mod_toplight_left.jpg +share/gallery/skins/butterfly_green/images/screenshot.jpg +share/gallery/skins/butterfly_green/style.def +share/gallery/skins/greenpurple/css/screen.css +share/gallery/skins/greenpurple/images/mod_descbg.jpg +share/gallery/skins/greenpurple/images/mod_navbar.jpg +share/gallery/skins/greenpurple/images/mod_navbox.jpg +share/gallery/skins/greenpurple/images/mod_titlebar.jpg +share/gallery/skins/greenpurple/images/mod_titlelft.jpg +share/gallery/skins/greenpurple/images/mod_titlemid.jpg +share/gallery/skins/greenpurple/images/mod_titlert.jpg +share/gallery/skins/greenpurple/images/screenshot.jpg +share/gallery/skins/greenpurple/style.def +share/gallery/skins/hotred/css/screen.css +share/gallery/skins/hotred/images/mod_descbg.jpg +share/gallery/skins/hotred/images/mod_descbox.jpg +share/gallery/skins/hotred/images/mod_navbar.jpg +share/gallery/skins/hotred/images/mod_navbox.jpg +share/gallery/skins/hotred/images/mod_titlebar.jpg +share/gallery/skins/hotred/images/mod_titlemid.jpg +share/gallery/skins/hotred/images/screenshot.jpg +share/gallery/skins/hotred/style.def +share/gallery/skins/jenskin/css/screen.css +share/gallery/skins/jenskin/images/screenshot.jpg +share/gallery/skins/jenskin/images/simplex-bkg.gif +share/gallery/skins/jenskin/style.def +share/gallery/skins/lilac/css/screen.css +share/gallery/skins/lilac/images/mod_descbg.jpg +share/gallery/skins/lilac/images/mod_navbar.jpg +share/gallery/skins/lilac/images/mod_navbox.jpg +share/gallery/skins/lilac/images/mod_titlebar.jpg +share/gallery/skins/lilac/images/mod_titlemid.jpg +share/gallery/skins/lilac/images/screenshot.jpg +share/gallery/skins/lilac/style.def +share/gallery/skins/madmod1/css/screen.css +share/gallery/skins/madmod1/images/background.jpg +share/gallery/skins/madmod1/images/background9.jpg +share/gallery/skins/madmod1/images/bar.gif +share/gallery/skins/madmod1/images/button9.jpg +share/gallery/skins/madmod1/images/gallery9.jpg +share/gallery/skins/madmod1/images/headbg9.jpg +share/gallery/skins/madmod1/images/navbg9.jpg +share/gallery/skins/madmod1/images/next9.jpg +share/gallery/skins/madmod1/images/prev9.jpg +share/gallery/skins/madmod1/images/screenshot.jpg +share/gallery/skins/madmod1/images/titlehead9.jpg +share/gallery/skins/madmod1/style.def +share/gallery/skins/madmod1/tpl/album.footer.tpl +share/gallery/skins/madmod1/tpl/album.header.tpl +share/gallery/skins/madmod1/tpl/breadcrumb.tpl +share/gallery/skins/madmod1/tpl/footer.tpl +share/gallery/skins/madmod1/tpl/gallery.footer.tpl +share/gallery/skins/madmod1/tpl/gallery.header.tpl +share/gallery/skins/madmod1/tpl/header.tpl +share/gallery/skins/madmod1/tpl/menu.tpl +share/gallery/skins/madmod1/tpl/navigator.tpl +share/gallery/skins/madmod1/tpl/navphoto.tpl +share/gallery/skins/madmod1/tpl/photo.footer.tpl +share/gallery/skins/madmod1/tpl/photo.header.tpl +share/gallery/skins/madmod1/tpl/search.footer.tpl +share/gallery/skins/madmod1/tpl/search.header.tpl +share/gallery/skins/madmod1/tpl/slideshow.footer.tpl +share/gallery/skins/madmod1/tpl/slideshow.header.tpl +share/gallery/skins/paint/css/screen.css +share/gallery/skins/paint/images/mod_background.jpg +share/gallery/skins/paint/images/mod_descbg.jpg +share/gallery/skins/paint/images/mod_navbar.jpg +share/gallery/skins/paint/images/mod_toplight_bg.jpg +share/gallery/skins/paint/images/mod_toplight_left.gif +share/gallery/skins/paint/images/mod_toplight_right.gif +share/gallery/skins/paint/images/screenshot.jpg +share/gallery/skins/paint/style.def +share/gallery/skins/redmarble/css/screen.css +share/gallery/skins/redmarble/images/mod_background.jpg +share/gallery/skins/redmarble/images/mod_navbar.jpg +share/gallery/skins/redmarble/images/mod_titlebar.jpg +share/gallery/skins/redmarble/images/mod_titlemid.jpg +share/gallery/skins/redmarble/images/screenshot.jpg +share/gallery/skins/redmarble/style.def +share/gallery/skins/slick/css/screen.css +share/gallery/skins/slick/images/mod_background.jpg +share/gallery/skins/slick/images/mod_descbg.jpg +share/gallery/skins/slick/images/mod_headliner.jpg +share/gallery/skins/slick/images/mod_navbar.jpg +share/gallery/skins/slick/images/mod_pixel.gif +share/gallery/skins/slick/images/mod_title.jpg +share/gallery/skins/slick/images/mod_title_bg.jpg +share/gallery/skins/slick/images/mod_title_left.jpg +share/gallery/skins/slick/images/mod_title_right.jpg +share/gallery/skins/slick/images/mod_titlemid.jpg +share/gallery/skins/slick/images/mod_toplight_bg.jpg +share/gallery/skins/slick/images/mod_toplight_left.jpg +share/gallery/skins/slick/images/mod_toplight_right.jpg +share/gallery/skins/slick/images/screenshot.jpg +share/gallery/skins/slick/style.def +share/gallery/skins/suit/css/screen.css +share/gallery/skins/suit/images/mod_navbar.jpg +share/gallery/skins/suit/images/mod_titlebar.jpg +share/gallery/skins/suit/images/mod_titlemid.jpg +share/gallery/skins/suit/images/screenshot.jpg +share/gallery/skins/suit/style.def +share/gallery/skins/white1/css/screen.css +share/gallery/skins/white1/images/mod_navbar.jpg +share/gallery/skins/white1/images/mod_titlebar.jpg +share/gallery/skins/white1/images/mod_titlemid.jpg +share/gallery/skins/white1/images/screenshot.jpg +share/gallery/skins/white1/style.def +share/gallery/skins/yellow/css/screen.css +share/gallery/skins/yellow/images/mod_navbar.jpg +share/gallery/skins/yellow/images/mod_titlebar.jpg +share/gallery/skins/yellow/images/mod_titlemid.jpg +share/gallery/skins/yellow/images/screenshot.jpg +share/gallery/skins/yellow/style.def +share/gallery/slideshow.php +share/gallery/sort_album.php +share/gallery/stamp_preview.php +share/gallery/stats-wizard.php +share/gallery/stats.php +share/gallery/tools/build_manifest_1_4.php +share/gallery/tools/despam-comments.php +share/gallery/tools/find_orphans.php +share/gallery/tools/g1-makereport.php +share/gallery/tools/g1-report.css +share/gallery/tools/g1-report.php +share/gallery/tools/include/main.inc +share/gallery/tools/include/plugin_rowdata.inc +share/gallery/tools/include/row_header.inc +share/gallery/tools/lib/lib-validate_albums.php +share/gallery/tools/validate_albums.php +share/gallery/upgrade_album.php +share/gallery/upgrade_users.php +share/gallery/user_preferences.php +share/gallery/util.php +share/gallery/view_album.php +share/gallery/view_comments.php +share/gallery/view_photo.php +share/gallery/view_photo_properties.php +share/gallery/watermark_album.php diff --git a/www/gallery/distinfo b/www/gallery/distinfo new file mode 100644 index 00000000000..e0ad3eb4195 --- /dev/null +++ b/www/gallery/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/16 23:05:30 pettai Exp $ + +SHA1 (gallery-1.5.10.tar.gz) = f53122d763a11627ec04f54dc6dc9c02ebd3ab82 +RMD160 (gallery-1.5.10.tar.gz) = 62f8e268d5d91b96728821d755c3dfbd869ad5ed +Size (gallery-1.5.10.tar.gz) = 2490275 bytes diff --git a/www/gallery/files/gallery.conf b/www/gallery/files/gallery.conf new file mode 100644 index 00000000000..85d0d671c1e --- /dev/null +++ b/www/gallery/files/gallery.conf @@ -0,0 +1,12 @@ +Alias /gallery "@G1DIR@" + +<Directory "@G1DIR@"> + Options FollowSymLinks + AllowOverride Limit Options FileInfo +</Directory> + +# some people prefer a simple URL like http://gallery.example.com +#<VirtualHost 1.2.3.4> +# DocumentRoot @G1DIR@ +# ServerName gallery.example.com +#</VirtualHost> |