|
Project Information
Featured
Downloads
Links
|
I hear you asking: "yet another web gallery?" Well, this is the gallery that fit my needs. It's up to you to give it a chance. See About section for more info and philosophical thoughts about joys and sorrows of web galleries. Yarpen-gallery can handle images, music files (mp3, ogg, wma...), videos, and all other binary files as I require to handle it -- with thickbox pop-ups for images; and with simple access via links in the case of binary files. AboutThere are hundreds of web galleries available. Why I decide to write one more? The answer is simple:
All these points are fulfilled with this cool yarpen-gallery
Installation
Use this gallery in existing web
ScreenshotsSystem DescriptionThe gallery is based only on file system (no additional database is needed). Yarpen-gallery is inspired by Thickbox Gallery (TBG), the most usable gallery I've ever found, but YG comes with reduced functionality set (no additional files handling, commenting, etc.). Yarpen-gallery is much more faster than TBG (and Gallery2, Coppermine and whatever I tried) for large collections. BackgroundIt takes files from so-called archive directory and transforms it into display and thumbnails files. Files in the archive archive are left untouched (archive/backup feature). Let's describe a small example. This is the base structure of directories before first upload: /albums/ /thumbnails/ /display/ Then you connect with your ftp client to upload some files: /albums/
- foo
- photo.jpg
- video.mpg
- document.pdf
/thumbnails/
/display/Now, when you visit the gallery with browser some important things happen: /albums/
- foo
- photo.jpg
- video.mpg
- document.pdf
/thumbnails/
- foo
- photo.jpg.jpg
- video.mpg.jpg
- document.pdf.jpg
/display/
- foo
- photo.jpg.jpg
- video.mpg.jpg
- document.pdf.jpgFiles in thumbnails and display directories are created on the fly (of course you can use a shell/python/whatever scripts to create it yourself or from cron. Technical InformationsRequirements:
Miscellaneous notes for code crawlers:
|