Sorin Srbu wrote:
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...) when it comes to mysql and php, so this needs to be easy to do as well, from the gallery standpoint.
I like gallery v1 myself and have used it for years. I tried gallery v2 but it was too complicated to use(and hated the themes it came with I just wanted something plain), I just wanted something simple. It doesn't use a (SQL) DB, it does do auto resizing of pictures when you upload them.
my gallery site is http://gallery.aphroland.org/
nate
On Wed, Jun 24, 2009 at 9:09 AM, nate centos@linuxpowered.net wrote:
Sorin Srbu wrote:
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...) when it comes to mysql and php, so this needs to be easy to do as well, from the gallery standpoint.
I like gallery v1 myself and have used it for years. I tried gallery v2 but it was too complicated to use(and hated the themes it came with I just wanted something plain), I just wanted something simple. It doesn't use a (SQL) DB, it does do auto resizing of pictures when you upload them.
Does anyone know of something REALLY simple? As in, using nothing but a directory hierarchy, CSS, and possibly some Javascript?
I don't want a web-browser upload interface, I don't want server-side image resizing or rotating, and I don't want to care what server-side software is available (particularly not a database). I just want to drop some images on dumb web host and be able to look at them without having to explicitly follow a separate URL for every image -- or drop a couple of extra files in a directory full of images on my disk and hit a file:// URL to see them all.
On Wed, 2009-06-24 at 14:59 -0700, Bart Schaefer wrote:
Does anyone know of something REALLY simple? As in, using nothing but a directory hierarchy, CSS, and possibly some Javascript?
I don't want a web-browser upload interface, I don't want server-side image resizing or rotating, and I don't want to care what server-side software is available (particularly not a database). I just want to drop some images on dumb web host and be able to look at them without having to explicitly follow a separate URL for every image -- or drop a couple of extra files in a directory full of images on my disk and hit a file:// URL to see them all.
--- I have a DLL that runs under .Net V2 that does just that. One catch you need .Net Version 2 and IIS. Hit the *.aspx page and you get nothing but thumbnails. Click the thumbnail you get the full image. Requires nothing but a flat file system. No database.
Downfall: It does not like Apache or the Mono Framework. But I suspect you want something else?
John
Am 24.06.2009 um 23:59 schrieb Bart Schaefer:
On Wed, Jun 24, 2009 at 9:09 AM, nate centos@linuxpowered.net wrote:
Sorin Srbu wrote:
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...) when it comes to mysql and php, so this needs to be easy to do as well, from the gallery standpoint.
I like gallery v1 myself and have used it for years. I tried gallery v2 but it was too complicated to use(and hated the themes it came with I just wanted something plain), I just wanted something simple. It doesn't use a (SQL) DB, it does do auto resizing of pictures when you upload them.
Does anyone know of something REALLY simple? As in, using nothing but a directory hierarchy, CSS, and possibly some Javascript?
Well, since somebody mentioned dot-net, I think I'm entitled to say that Apple's iWeb does the above ;-)
Personally, though, I use gallery2 for most purposes. It has a Java app that you can use to upload hundreds of images at once. Well, as "at once" as your upload bandwidth allows.
The setup is really simple. A lot of open-source apps nowadays come with "installers" that ask you about the database etc. Gallery2 does that, too.
I don't see why anybody on this mailing-list should be incapable of mastering this task.
You just upload the unpacked gallery2 directory to your webspace, create a db and a corresponding user with phpmyadmin and enter those details into gallery2's installer.
Rainer
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Rainer Duffner Sent: Thursday, June 25, 2009 12:38 AM To: CentOS mailing list Subject: Re: [CentOS] Web photo gallery options
I don't see why anybody on this mailing-list should be incapable of mastering this task.
You just upload the unpacked gallery2 directory to your webspace, create a db and a corresponding user with phpmyadmin and enter those details into gallery2's installer.
Well, using and configuring a database is not something you learn while you go, at least not me. That alone is my main problem with db-driven galleries. Also, since this gallery will be exposed to the world, the db will need some tweaking as well, so as to not be open to anybody. FWIW, I've now more or less committed on Gallery2 and intend to sort mysql out, only it takes time, even years until I can handle my own there. There is a learning curve to put it mildly. 8-}
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Bart Schaefer Sent: Wednesday, June 24, 2009 11:59 PM To: CentOS mailing list Subject: Re: [CentOS] Web photo gallery options
On Wed, Jun 24, 2009 at 9:09 AM, nate centos@linuxpowered.net wrote:
Sorin Srbu wrote:
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...)
when
it comes to mysql and php, so this needs to be easy to do as well, from
the
gallery standpoint.
I like gallery v1 myself and have used it for years. I tried gallery v2 but it was too complicated to use(and hated the themes it came with I just wanted something plain), I just wanted something simple. It doesn't use a (SQL) DB, it does do auto resizing of pictures when you upload them.
Does anyone know of something REALLY simple? As in, using nothing but a directory hierarchy, CSS, and possibly some Javascript?
I don't want a web-browser upload interface, I don't want server-side image resizing or rotating, and I don't want to care what server-side software is available (particularly not a database). I just want to drop some images on dumb web host and be able to look at them without having to explicitly follow a separate URL for every image -- or drop a couple of extra files in a directory full of images on my disk and hit a file:// URL to see them all.
Vi and some manual coding? ;-)
Seriously, if you just want to have them available, just drop the files in a folder and allow directory listing on that folder. See http://home-skynet.servehttp.com/images/privata_bilder/VFR-Forum/Muffler if that is what you mean?
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of nate Sent: Wednesday, June 24, 2009 6:10 PM To: centos@centos.org Subject: Re: [CentOS] Web photo gallery options
Sorin Srbu wrote:
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...)
when
it comes to mysql and php, so this needs to be easy to do as well, from
the
gallery standpoint.
I like gallery v1 myself and have used it for years. I tried gallery v2 but it was too complicated to use(and hated the themes it came with I just wanted something plain), I just wanted something simple. It doesn't use a (SQL) DB, it does do auto resizing of pictures when you upload them.
Interesting. The pics, are they kept in a straight up folder-structure or something?