Re: [CentOS] Web photo gallery options [Definitely solved]

2009-07-03 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Ray Van Dolson
Sent: Wednesday, July 01, 2009 4:32 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

On Wed, Jul 01, 2009 at 11:45:05AM +0200, Sorin Srbu wrote:
 FYI, gallery2 is available in EPEL for EL-5.
 
 I used the info available at
 http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/
to
 add the EPEL-repo.

 Replying to myself... Googled some and found that Gallery2 is most
probably
 in the Fedora development repo. Now to find how I add this repo to
CentOS..


Yeah, as you discovered, I think it's in the -testing repository of
epel.  Usually involves editing on of your epel .repo files, enabling
the -testing repo and then doing yum install gallery2*.

Or:

  yum --enablerepo=epel-testing install gallery2*

Nice, thanks. I'll keep this for future reference. FWIW, I got some packages
from EPEL that weren't available from the CentOS-base and rpmforge repos,
like jhead or something like that. It really did come in handy, so thanks
again.

Anyway, spent some time yesterday afternoon and evening and got Gallery2
running. I think I secured mysql properly as well as the gallery2 folders
and files. At least config.php is not readable by the world. Uploaded some
albums as well.

Only thing left is to figure out to disable commenting completely.

One strange thing I ran into was that mysqld wasn't available if I installed
mysql from the CLI. If I installed it using the Add/Remove applet in the
Start menu it was. I found that a bit strange...

For those interested, have a look at
http://home-skynet.servehttp.com/gallery2/main.php. Birds, motorcycles and
flowers. Mirrors my interests pretty well, not necessarily in that
particular order. And yeah, it's me on the green VFR. ;-)

*** Thanks all for really good help with this! ***


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-03 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Lanny Marcus
Sent: Wednesday, July 01, 2009 7:37 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

You do not have priorities configured properly. It is not working.
IMHO, since you (like me) have both rpmforge and epel configured, you
should give epel a very low priority or epel will replace a *LOT* of
the packages on your box.  Also, I suggest you disable the protecbase
plug in. Priorities is newer and more powerful.

Was planning to. Thanks for the heads-up. 8-) I believe somebody on this
list mentioned something about this a while ago in another thread.

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of John R Pierce
Sent: Tuesday, June 30, 2009 7:02 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

Sorin Srbu wrote:
 Checked the site ou linked too, but I don't get it. Would my pics be
hosted
 on my own server or on jalbum.net á la Picasa? I can't tell from the tour
on
 the jalbum web site.


you run jalbum on the workstation that you use to process your photos
(could even be a mac or windows desktop, it really doesn't matter), and
it creates all the scaled images and thumbnails and html pages, and
uploads them to your webserver.   the overhead mentioned by others only
happens *once* when you initially process or add to the album.   your
webserver only has to handle plain html, no php or other scripting
languags, no databases.

Clear and to the point. Thanks. I might look into this as soon as time
permits, which is a bit scarce at the moment. 8-/
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Matt
Sent: Wednesday, July 01, 2009 12:05 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

Try this one:

Single File PHP Gallery
http://sye.dk/sfpg/

Very simple.

Seems interesting as well. Will check it out. Thanks.

-- 
/Sorin



smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of John R Pierce
Sent: Wednesday, July 01, 2009 12:19 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

Ray Van Dolson wrote:
 On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.s...@orgfarm.uu.se
wrote:

 So far I've come across a project called Gallery2, that seems to do
 what I want. Downside is that no rpm-packages are available with yum
 with this one.


 FYI, gallery2 is available in EPEL for EL-5.


gallery2 requires PHP, a SQL database, and a lot of server side
support.   IIRC, the original poster said he had none of those.

It's doable, but will require some work and time.

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Ray Van Dolson
Sent: Wednesday, July 01, 2009 12:12 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

FYI, gallery2 is available in EPEL for EL-5.

I used the info available at
http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to
add the EPEL-repo.

r...@kadath ~ [0 jobs]# yum repolist
Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror,
kernel-module, priorities, protectbase, tsflags, versionlock
Loading mirror speeds from cached hostfile
 * epel: mirrors.se.eu.kernel.org
 * rpmforge: apt.sw.be
 * contrib: mirror.ii.uib.no
 * base: mirror.ii.uib.no
 * updates: mirror.ii.uib.no
 * addons: mirror.ii.uib.no
 * extras: mirror.ii.uib.no
repo id  repo namestatus
addons   CentOS-5 - Addonsenabled :
0
base CentOS-5 - Base  enabled :
2,508
contrib  CentOS-5 - Contrib   enabled :
0
epel Extra Packages for Enterprise Linux 5 -  enabled :
4,377
extras   CentOS-5 - Extrasenabled :
311
rpmforge Red Hat Enterprise 5 - RPMforge.net - da enabled :
8,852
updates  CentOS-5 - Updates   enabled :
311
repolist: 16,359
r...@kadath ~ [0 jobs]#

r...@kadath ~ [0 jobs]# yum install *gallery*
Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror,
kernel-module, priorities, protectbase, tsflags, versionlock
Loading mirror speeds from cached hostfile
 * epel: mirrors.se.eu.kernel.org
 * rpmforge: apt.sw.be
 * contrib: mirror.ii.uib.no
 * base: mirror.ii.uib.no
 * updates: mirror.ii.uib.no
 * addons: mirror.ii.uib.no
 * extras: mirror.ii.uib.no
0 packages excluded due to repository protections
Reading version lock configuration
Setting up Install Process
Parsing package install arguments
No package *gallery* available.
Nothing to do
r...@kadath ~ [0 jobs]#

You sure about Gallery2 being available in EPEL5? Or did you literally mean
EPEL5 and not EPEL5.3? 8-}

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Sorin Srbu
Sent: Wednesday, July 01, 2009 11:26 AM
To: 'CentOS mailing list'
Subject: Re: [CentOS] Web photo gallery options

FYI, gallery2 is available in EPEL for EL-5.

I used the info available at
http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to
add the EPEL-repo.

Replying to myself... Googled some and found that Gallery2 is most probably
in the Fedora development repo. Now to find how I add this repo to CentOS..

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Ray Van Dolson
On Wed, Jul 01, 2009 at 11:45:05AM +0200, Sorin Srbu wrote:
 FYI, gallery2 is available in EPEL for EL-5.
 
 I used the info available at
 http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to
 add the EPEL-repo.
 
 Replying to myself... Googled some and found that Gallery2 is most probably
 in the Fedora development repo. Now to find how I add this repo to CentOS..
 

Yeah, as you discovered, I think it's in the -testing repository of
epel.  Usually involves editing on of your epel .repo files, enabling
the -testing repo and then doing yum install gallery2*.

Or:

  yum --enablerepo=epel-testing install gallery2*

Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-07-01 Thread Lanny Marcus
On Wed, Jul 1, 2009 at 4:25 AM, Sorin Srbusorin.s...@orgfarm.uu.se wrote:
snip
FYI, gallery2 is available in EPEL for EL-5.

 I used the info available at
 http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to
 add the EPEL-repo.

 r...@kadath ~ [0 jobs]# yum repolist
 Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror,
 kernel-module, priorities, protectbase, tsflags, versionlock
 Loading mirror speeds from cached hostfile
  * epel: mirrors.se.eu.kernel.org
  * rpmforge: apt.sw.be
  * contrib: mirror.ii.uib.no
  * base: mirror.ii.uib.no
  * updates: mirror.ii.uib.no
  * addons: mirror.ii.uib.no
  * extras: mirror.ii.uib.no
 repo id              repo name                                status
 addons               CentOS-5 - Addons                        enabled :
 0
 base                 CentOS-5 - Base                          enabled :
 2,508
 contrib              CentOS-5 - Contrib                       enabled :
 0
 epel                 Extra Packages for Enterprise Linux 5 -  enabled :
 4,377
 extras               CentOS-5 - Extras                        enabled :
 311
 rpmforge             Red Hat Enterprise 5 - RPMforge.net - da enabled :
 8,852
 updates              CentOS-5 - Updates                       enabled :
 311
 repolist: 16,359
 r...@kadath ~ [0 jobs]#

 r...@kadath ~ [0 jobs]# yum install *gallery*
 Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror,
 kernel-module, priorities, protectbase, tsflags, versionlock
 Loading mirror speeds from cached hostfile
  * epel: mirrors.se.eu.kernel.org
  * rpmforge: apt.sw.be
  * contrib: mirror.ii.uib.no
  * base: mirror.ii.uib.no
  * updates: mirror.ii.uib.no
  * addons: mirror.ii.uib.no
  * extras: mirror.ii.uib.no
 0 packages excluded due to repository protections

You do not have priorities configured properly. It is not working.
IMHO, since you (like me) have both rpmforge and epel configured, you
should give epel a very low priority or epel will replace a *LOT* of
the packages on your box.  Also, I suggest you disable the protecbase
plug in. Priorities is newer and more powerful.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread Sorin Srbu
-Original Message-
From: Ray Leventhal [mailto:cen...@swhi.net]
Sent: Monday, June 29, 2009 4:32 PM
To: CentOS mailing list
Cc: sorin.s...@orgfarm.uu.se
Subject: Re: [CentOS] Web photo gallery options

Sorry for the late post on this thread, but there's free client called
'Jalbum' [1] that may well do the trick for you.  Many skins, some
simple, some not..an integrated ftp client for uploading to your web
server, and nothing else but your photos needed.  There's also a
pre-built rpm which I've used without issue on CentOS 4.7 and higher
(client machines).  I'm hosting more than a few of these albums on my
CentOS 5.3 server.

No problem. I'm still interested in what options I have for photo albums.

Checked the site ou linked too, but I don't get it. Would my pics be hosted
on my own server or on jalbum.net á la Picasa? I can't tell from the tour on
the jalbum web site.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread luc...@lastdot.org
On Tue, Jun 30, 2009 at 8:03 AM, Sorin Srbusorin.s...@orgfarm.uu.se wrote:
-Original Message-
From: Ray Leventhal [mailto:cen...@swhi.net]
Sent: Monday, June 29, 2009 4:32 PM
To: CentOS mailing list
Cc: sorin.s...@orgfarm.uu.se
Subject: Re: [CentOS] Web photo gallery options

Sorry for the late post on this thread, but there's free client called
'Jalbum' [1] that may well do the trick for you.  Many skins, some
simple, some not..an integrated ftp client for uploading to your web
server, and nothing else but your photos needed.  There's also a
pre-built rpm which I've used without issue on CentOS 4.7 and higher
(client machines).  I'm hosting more than a few of these albums on my
CentOS 5.3 server.

 No problem. I'm still interested in what options I have for photo albums.

 Checked the site ou linked too, but I don't get it. Would my pics be hosted
 on my own server or on jalbum.net á la Picasa? I can't tell from the tour on
 the jalbum web site.
 --
 /Sorin

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



jalbum is a hog with large collections.. performance must be 5-6x less
than that of picasa on my computer (amd athlon x2, 1 gb ram, sata
drive, centos 5 32bit, around 8000 hires pictures)..
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of luc...@lastdot.org
Sent: Tuesday, June 30, 2009 9:24 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

jalbum is a hog with large collections.. performance must be 5-6x less
than that of picasa on my computer (amd athlon x2, 1 gb ram, sata
drive, centos 5 32bit, around 8000 hires pictures)..

That bad?? Guess my Amd Duron/750 and 384MB ram is a no-go then...
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread Ray Leventhal
Sorin Srbu wrote:
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 
 Behalf
   
 Of luc...@lastdot.org
 Sent: Tuesday, June 30, 2009 9:24 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Web photo gallery options

 jalbum is a hog with large collections.. performance must be 5-6x less
 than that of picasa on my computer (amd athlon x2, 1 gb ram, sata
 drive, centos 5 32bit, around 8000 hires pictures)..
 

 That bad?? Guess my Amd Duron/750 and 384MB ram is a no-go then...
   
 

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
   
I've been rather happy with Jalbum, mostly because of the wide range of 
capabilities.  By default, it creates the album on your system...you can 
upload to their servers or your own, at your discretion.  While picassa 
is certainly an answer, and one I use on occassion, I'm far happier 
using my own server(s) or hosting locally on my workstaion than relying 
solely on google's cloud (rock solid though it is...no negative 
connotation about google intended).

You also get what you want out of it...if it's a 'hog', consider if 
you're linking from thumbs to mid-size display and from *that* to 
original hi-res.  That's my basic setup and I haven't had a problem with 
resources on my local workstation (1gb ram, 2,4mhz intel, 0.5TB drive, 
albums of 5K pictures or more, centos 5.3 32bit) or on my servers.

YMMV,
-R
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread John R Pierce
Sorin Srbu wrote:
 Checked the site ou linked too, but I don't get it. Would my pics be hosted
 on my own server or on jalbum.net á la Picasa? I can't tell from the tour on
 the jalbum web site.
   

you run jalbum on the workstation that you use to process your photos 
(could even be a mac or windows desktop, it really doesn't matter), and 
it creates all the scaled images and thumbnails and html pages, and 
uploads them to your webserver.   the overhead mentioned by others only 
happens *once* when you initially process or add to the album.   your 
webserver only has to handle plain html, no php or other scripting 
languags, no databases.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread luc...@lastdot.org
On Tue, Jun 30, 2009 at 6:02 PM, John R Piercepie...@hogranch.com wrote:
 Sorin Srbu wrote:
 Checked the site ou linked too, but I don't get it. Would my pics be hosted
 on my own server or on jalbum.net á la Picasa? I can't tell from the tour on
 the jalbum web site.


 you run jalbum on the workstation that you use to process your photos
 (could even be a mac or windows desktop, it really doesn't matter), and
 it creates all the scaled images and thumbnails and html pages, and
 uploads them to your webserver.   the overhead mentioned by others only
 happens *once* when you initially process or add to the album.   your
 webserver only has to handle plain html, no php or other scripting
 languags, no databases.



 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Hm, maybe I should check jalbum again; what I said is from last year's
memories.. maybe they improved.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread Matt
On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.s...@orgfarm.uu.sewrote:

 Hi all,

 I'm looking for a web photo gallery for my personal web server at home.
 Till
 now I've done the galleries manually from Adobe Photoshop Elements, but I
 feel that is a dead end, kinda', besides the fact that the galleries
 created
 are rather static. I'd like an easier way to do this, eg uploading images
 in
 folders directly to the gallery and it will take care of what needs to be
 done automagically, like resizing etc.

 So far I've come across a project called Gallery2, that seems to do what I
 want. Downside is that no rpm-packages are available with yum with this
 one.

 What web photo gallery software do you guys use?

 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.

 Thanks.
 --


Try this one:

Single File PHP Gallery
http://sye.dk/sfpg/

Very simple.

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread Ray Van Dolson
On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.s...@orgfarm.uu.se wrote:
 So far I've come across a project called Gallery2, that seems to do
 what I want. Downside is that no rpm-packages are available with yum
 with this one.

FYI, gallery2 is available in EPEL for EL-5.

Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-30 Thread John R Pierce
Ray Van Dolson wrote:
 On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.s...@orgfarm.uu.se wrote:
   
 So far I've come across a project called Gallery2, that seems to do
 what I want. Downside is that no rpm-packages are available with yum
 with this one.
 

 FYI, gallery2 is available in EPEL for EL-5.
   

gallery2 requires PHP, a SQL database, and a lot of server side 
support.   IIRC, the original poster said he had none of those.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options [Solved]

2009-06-29 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of Scott Silva
Sent: Friday, June 26, 2009 7:50 PM
To: centos@centos.org
Subject: Re: [CentOS] Web photo gallery options [Solved]

 Anyway, I installed Gallery2 yesterday evening and finished up way late. It
 works sort of. I feel I need to read up on security best-practices with
 regard to mysql and also how to deny folder listings. As it is now I think
 mysql is seriously insecure for world access, and the folder listing shows
 the gallery2 contents to the world. I'll look into it this weekend.

If mysql and the gallery soft
ware are on the same server, then you don't need to open up mysql to the
world. The gallery software should be able to access the DB over the 
localhost
address, and you could firewall off outside access to mysql.

Yupp, that's what I did.

I had some other problems with a folder listing being visible for some reason 
on someurl.com/gallery2, so I ended up installing Gallery1 instead, but this 
one couldn't process any pictures because it though Image Magick and/or Netpbm 
wasn't installed (it was...), but the folder listings weren't there at least. 
I'll probably end up installing Gallery2 anyway. Need to read up on mysql and 
apache some more though, it might be a good idea anyway. The whole thing is 
resting right now. 8-)

Thanks for the hint though.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-29 Thread Ray Leventhal
Sorin Srbu wrote:
 Hi all,

 I'm looking for a web photo gallery for my personal web server at home. Till
 now I've done the galleries manually from Adobe Photoshop Elements, but I
 feel that is a dead end, kinda', besides the fact that the galleries created
 are rather static. I'd like an easier way to do this, eg uploading images in
 folders directly to the gallery and it will take care of what needs to be
 done automagically, like resizing etc.

 So far I've come across a project called Gallery2, that seems to do what I
 want. Downside is that no rpm-packages are available with yum with this one.

 What web photo gallery software do you guys use?

 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.

 Thanks.
   
Sorry for the late post on this thread, but there's free client called 
'Jalbum' [1] that may well do the trick for you.  Many skins, some 
simple, some not..an integrated ftp client for uploading to your web 
server, and nothing else but your photos needed.  There's also a 
pre-built rpm which I've used without issue on CentOS 4.7 and higher 
(client machines).  I'm hosting more than a few of these albums on my 
CentOS 5.3 server.

Dependencies: JVM

I do hope this helps...the folks at Jalbum are really responsive to 
enhancement requests too...

-Ray

[1] http://www.jalbum.net
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-26 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Bart Schaefer
Sent: Thursday, June 25, 2009 5:01 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

On Thu, Jun 25, 2009 at 1:47 AM, Sorin Srbusorin.s...@orgfarm.uu.se
wrote:
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf
Of Bart Schaefer

Does anyone know of something REALLY simple?  As in, using nothing but
a directory hierarchy, CSS, and possibly some Javascript?

 Vi and some manual coding? ;-)

Yeah, if I had time ...

You and me both. ;-)


 Seriously, if you just want to have them available, just drop the files
in a
 folder and allow directory listing on that folder.

That's *almost* what I want, except I want the directory listing to
show the actual images instead of just links to the images.

Like thumbnails then. Isn't there some addon to Apache that might do that?

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options [Solved]

2009-06-26 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Les Mikesell
Sent: Thursday, June 25, 2009 5:55 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 Seems like I also did not mention it must be free, as in not costing
 anything. 8-)

 Though I dream of a six-disk NAS filled with 1TB-drives... 8-/

The point of these devices is that the cost ends up being negative
compared to running stuff on a full-featured computer powered up all the
time.  Plus, they integrate the media server, so upnp/DLNA clients like
the PS3/Xbox360 and an increasing number of network-connected TV's can
view the same pictures with their built in protocol without yet another
setup.

That might be interesting if you have all that flashy TV:s and stuff. My
computer-based PVR, running WinXP works fine, as does my Xboxes.

Anyway, I installed Gallery2 yesterday evening and finished up way late. It
works sort of. I feel I need to read up on security best-practices with
regard to mysql and also how to deny folder listings. As it is now I think
mysql is seriously insecure for world access, and the folder listing shows
the gallery2 contents to the world. I'll look into it this weekend.

Thanks all who suggested and hinted me!
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options [Solved]

2009-06-26 Thread Scott Silva
on 6-26-2009 12:27 AM Sorin Srbu spake the following:
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf
 Of Les Mikesell
 Sent: Thursday, June 25, 2009 5:55 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Web photo gallery options

 Seems like I also did not mention it must be free, as in not costing
 anything. 8-)

 Though I dream of a six-disk NAS filled with 1TB-drives... 8-/
 The point of these devices is that the cost ends up being negative
 compared to running stuff on a full-featured computer powered up all the
 time.  Plus, they integrate the media server, so upnp/DLNA clients like
 the PS3/Xbox360 and an increasing number of network-connected TV's can
 view the same pictures with their built in protocol without yet another
 setup.
 
 That might be interesting if you have all that flashy TV:s and stuff. My
 computer-based PVR, running WinXP works fine, as does my Xboxes.
 
 Anyway, I installed Gallery2 yesterday evening and finished up way late. It
 works sort of. I feel I need to read up on security best-practices with
 regard to mysql and also how to deny folder listings. As it is now I think
 mysql is seriously insecure for world access, and the folder listing shows
 the gallery2 contents to the world. I'll look into it this weekend.
 
 Thanks all who suggested and hinted me!
 

If mysql and the gallery soft
ware are on the same server, then you don't need to open up mysql to the
world. The gallery software should be able to access the DB over the localhost
address, and you could firewall off outside access to mysql.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Greg Bailey
Sent: Wednesday, June 24, 2009 5:03 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 What web photo gallery software do you guys use?

 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've used PHPix2 for quite a long time now.  I like it because there's
no requirement for SQL and you can basically upload the original images
straight from the camera to a directory tree.  PHPix2 then lets the user
view pictures in a variety of resolutions, with forward/previous
thumbnails, album descriptions, etc.  It's easy to maintain backup
copies because it's just a regular directory tree.  Downside is it
hasn't been updated in awhile, but it may fit your needs...

More at:  http://phpix2.sourceforge.net

Nice! As it happens I had some problems with mysql last night. Didn't have
time to look into what the problem was really, but if there is a solution
w/o a db I'm certainly interested. Thanks!

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of John Thomas
Sent: Wednesday, June 24, 2009 5:17 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

Sorin Srbu wrote:
 What web photo gallery software do you guys use?

I like http://drupal.org

It is an open source content management system.  You could use one of
the gallery modules that best suits your needs.  In addition, the system
is flexible and will allow you to do all sorts of other things (blogs,
share content, to do lists, project management, etc).

Here is a search of the modules with photo and album:
http://drupal.org/search/apachesolr_search/photo%20album?filters=type%3Apro
ject
_project

The web server in question is rather underpowered (it's a Duron 750 with
384MB RAM). I doubt a CMS would run well on such a machine. Thanks for the
hint though. 

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@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?

-- 
/Sorin



smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Les Mikesell
Sent: Wednesday, June 24, 2009 11:08 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 It doesn't have to be available in a rpm-package, just available from
 yum.
 Errr, yum doesn't know about anything but rpms.

 Yupp, that's what I was trying to say but failed. 8-} I prefer either a
 rpm-package to install from or something available via yum. Gallery2 is a
 tar.gz-packagge.

If you want something even easier for personal use there are inexpensive
network file server appliances with built in media and web services so
you just dump stuff in a mounted directory and it's available. For
example: http://www.synology.com/enu/products/DS209j/index.php

Seems like I also did not mention it must be free, as in not costing
anything. 8-)

Though I dream of a six-disk NAS filled with 1TB-drives... 8-/
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@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 cen...@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?
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@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-}

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Bart Schaefer
On Thu, Jun 25, 2009 at 1:47 AM, Sorin Srbusorin.s...@orgfarm.uu.se wrote:
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf
Of Bart Schaefer

Does anyone know of something REALLY simple?  As in, using nothing but
a directory hierarchy, CSS, and possibly some Javascript?

 Vi and some manual coding? ;-)

Yeah, if I had time ...

 Seriously, if you just want to have them available, just drop the files in a
 folder and allow directory listing on that folder.

That's *almost* what I want, except I want the directory listing to
show the actual images instead of just links to the images.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Kevin Kempter
On Thursday 25 June 2009 09:01:17 Bart Schaefer wrote:
 On Thu, Jun 25, 2009 at 1:47 AM, Sorin Srbusorin.s...@orgfarm.uu.se wrote:
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 
  Behalf
 
 Of Bart Schaefer
 
 Does anyone know of something REALLY simple?  As in, using nothing but
 a directory hierarchy, CSS, and possibly some Javascript?
 
  Vi and some manual coding? ;-)

 Yeah, if I had time ...

  Seriously, if you just want to have them available, just drop the files
  in a folder and allow directory listing on that folder.

 That's *almost* what I want, except I want the directory listing to
 show the actual images instead of just links to the images.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Are you familiar with Joomla? It has some easy web gallery plugins. Also tools 
like aperature and lightroom will generate a web gallery for you from a set of 
images. 

Hope this is helpful...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Bart Schaefer
On Thu, Jun 25, 2009 at 8:12 AM, Kevin Kempterke...@kevinkempterllc.com wrote:
 Are you familiar with Joomla? It has some easy web gallery plugins. Also
 tools like aperature and lightroom will generate a web gallery for you from
 a set of images.

Thanks for the suggestion, but ... to be more explicit, the situation
for which I'm (not very hopefully) seeking a solution is one in which
the web host is both dumb and restrictive.  They are not running
Apache, they don't supply PHP or a CMS or a database, and they don't
allow user-uploaded CGIs of any sort to be executed.  The full extent
of server-side customization possible is to drop a file called
index.htm in the directory which will then be served up instead of a
dumb listing.  Everything else has to happen in the browser.

The Text-to-Image firefox plugin (
https://addons.mozilla.org/en-US/firefox/addon/618
) combined with a plain directory listing like the earlier example
Sorin posted (
http://home-skynet.servehttp.com/images/privata_bilder/VFR-Forum/Muffler
) produces almost exactly the display I care about, but obviously
requires firefox plus a plugin, whereas I'd like something that loads
into any browser when you visit the site.  Also that plugin is
reportedly no longer maintained and has some bugs that affect other
pages.

I should probably be looking for something written in flash, I
suppose.  In any case this is off-topic for CentOS so I'll drop it
here.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread John R Pierce
Bart Schaefer wrote:
 On Thu, Jun 25, 2009 at 8:12 AM, Kevin Kempterke...@kevinkempterllc.com 
 wrote:
   
 Are you familiar with Joomla? It has some easy web gallery plugins. Also
 tools like aperature and lightroom will generate a web gallery for you from
 a set of images.
 

 Thanks for the suggestion, but ... to be more explicit, the situation
 for which I'm (not very hopefully) seeking a solution is one in which
 the web host is both dumb and restrictive.  They are not running
 Apache, they don't supply PHP or a CMS or a database, and they don't
 allow user-uploaded CGIs of any sort to be executed.  The full extent
 of server-side customization possible is to drop a file called
 index.htm in the directory which will then be served up instead of a
 dumb listing.  Everything else has to happen in the browser.
   
...

oh.

check into JAlbum, which builds albums -ahead- of time, and uploads them 
as static HTML + thumbnails + 'slides' + optional originals... it has 
100s of templates for different visual themes, many of which are fairly 
interactive (usuing browser-side javascript)

By doing all the resizing and stuff in advance, you greatly alleviate 
the workload on the server.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-25 Thread Les Mikesell
Sorin Srbu wrote:

 It doesn't have to be available in a rpm-package, just available from
 yum.
 Errr, yum doesn't know about anything but rpms.
 Yupp, that's what I was trying to say but failed. 8-} I prefer either a
 rpm-package to install from or something available via yum. Gallery2 is a
 tar.gz-packagge.
 If you want something even easier for personal use there are inexpensive
 network file server appliances with built in media and web services so
 you just dump stuff in a mounted directory and it's available. For
 example: http://www.synology.com/enu/products/DS209j/index.php
 
 Seems like I also did not mention it must be free, as in not costing
 anything. 8-)
 
 Though I dream of a six-disk NAS filled with 1TB-drives... 8-/

The point of these devices is that the cost ends up being negative 
compared to running stuff on a full-featured computer powered up all the 
time.  Plus, they integrate the media server, so upnp/DLNA clients like 
the PS3/Xbox360 and an increasing number of network-connected TV's can 
view the same pictures with their built in protocol without yet another 
setup.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
Hi all,

I'm looking for a web photo gallery for my personal web server at home. Till
now I've done the galleries manually from Adobe Photoshop Elements, but I
feel that is a dead end, kinda', besides the fact that the galleries created
are rather static. I'd like an easier way to do this, eg uploading images in
folders directly to the gallery and it will take care of what needs to be
done automagically, like resizing etc.

So far I've come across a project called Gallery2, that seems to do what I
want. Downside is that no rpm-packages are available with yum with this one.

What web photo gallery software do you guys use?

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.

Thanks.
-- 
BW,
Sorin
---
# Sorin Srbu[Sysadmin, Systems Engineer]
# Dept of Medicinal Chemistry,  Phone: +46 (0)18-4714482 3 signals GSM
# Div of Org Pharm Chem,Mobile: +46 (0)701-718023
# Box 574, Uppsala University,  Fax: +46 (0)18-4714482
# SE-751 23 Uppsala, Sweden Visit: BMC, Husargatan 3, D5:512b
#   Web: http://www.orgfarm.uu.se
---
# ()  ASCII ribbon campaign - Against html E-mail 
# /\
#
# MotD follows:
# I did the thing that I do when I want to do the thing, and then it like
did something and it won't do the thing! Yeah, there was like an error
message, but I didn't read it... -User



smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Rudi Ahlers
On Wed, Jun 24, 2009 at 10:57 AM, Sorin Srbu sorin.s...@orgfarm.uu.sewrote:

 Hi all,

 I'm looking for a web photo gallery for my personal web server at home.
 Till
 now I've done the galleries manually from Adobe Photoshop Elements, but I
 feel that is a dead end, kinda', besides the fact that the galleries
 created
 are rather static. I'd like an easier way to do this, eg uploading images
 in
 folders directly to the gallery and it will take care of what needs to be
 done automagically, like resizing etc.

 So far I've come across a project called Gallery2, that seems to do what I
 want. Downside is that no rpm-packages are available with yum with this
 one.

 What web photo gallery software do you guys use?

 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.

 Thanks.
 --
 BW,
Sorin
 ---

Hi Sorin,
Gallery2, Coppermine, 4Images Gallery, etc are all good galleries to use.
And installation is very, very simple. upload the files to your websever,
add a MySQL database, and run the installation.php script - very easy. I
doubt if you'll get a website gallery that is packged in an rpm though.



-- 
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Anne Wilson
On Wednesday 24 June 2009 09:57:14 Sorin Srbu wrote:
 Hi all,

 I'm looking for a web photo gallery for my personal web server at home.
 Till now I've done the galleries manually from Adobe Photoshop Elements,
 but I feel that is a dead end, kinda', besides the fact that the galleries
 created are rather static. I'd like an easier way to do this, eg uploading
 images in folders directly to the gallery and it will take care of what
 needs to be done automagically, like resizing etc.

 So far I've come across a project called Gallery2, that seems to do what I
 want. Downside is that no rpm-packages are available with yum with this
 one.

 What web photo gallery software do you guys use?

 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.

In the past I have made galleries with konqueror - not on centos, but with 
kde3, so I'm guessing that it works on centos.  I'm not at a centos desktop at 
the moment, so I can't check, but it should be a menu entry in konqueror.

It is, however, creating a static gallery.  It wouldn't be so easy for others 
to add photos, so may not meet your needs.

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread luc...@lastdot.org
On Wed, Jun 24, 2009 at 10:36 AM, Anne Wilsoncannewil...@googlemail.com wrote:
 On Wednesday 24 June 2009 09:57:14 Sorin Srbu wrote:
 Hi all,

 I'm looking for a web photo gallery for my personal web server at home.
 Till now I've done the galleries manually from Adobe Photoshop Elements,
 but I feel that is a dead end, kinda', besides the fact that the galleries
 created are rather static. I'd like an easier way to do this, eg uploading
 images in folders directly to the gallery and it will take care of what
 needs to be done automagically, like resizing etc.

 So far I've come across a project called Gallery2, that seems to do what I
 want. Downside is that no rpm-packages are available with yum with this
 one.

 What web photo gallery software do you guys use?

 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.

 In the past I have made galleries with konqueror - not on centos, but with
 kde3, so I'm guessing that it works on centos.  I'm not at a centos desktop at
 the moment, so I can't check, but it should be a menu entry in konqueror.

 It is, however, creating a static gallery.  It wouldn't be so easy for others
 to add photos, so may not meet your needs.

 Anne
 --
 New to KDE4? - get help from http://userbase.kde.org
 Just found a cool new feature?  Add it to UserBase

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



Picasa3 can sync local albums to its web service. I'm quite happy with
it (although I'd prefer some open source replacement.. but there's
none as of yet), give it a try.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Rudi Ahlers
Sent: Wednesday, June 24, 2009 11:33 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

   What web photo gallery software do you guys use?

   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.

Hi Sorin,
Gallery2, Coppermine, 4Images Gallery, etc are all good galleries to use.
And
installation is very, very simple. upload the files to your websever, add a
MySQL
database, and run the installation.php script - very easy. I doubt if
you'll get a website
gallery that is packged in an rpm though.

It doesn't have to be available in a rpm-package, just available from yum.

Doing a yum list *gallery doesn't give me anything available from the
Centos and rpmforge repos. Just thought I'd make it simple for myself. 8-)

4Images I believe is commercial payware, so it's not interesting for me.
Coppermine I haven't heard of before, but will check up on. Otherwise,
Gallery it is.

Thank you for your suggestions!
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Anne Wilson
Sent: Wednesday, June 24, 2009 11:36 AM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 What web photo gallery software do you guys use?

In the past I have made galleries with konqueror - not on centos, but with
kde3, so I'm guessing that it works on centos.  I'm not at a centos desktop
at
the moment, so I can't check, but it should be a menu entry in konqueror.

It is, however, creating a static gallery.  It wouldn't be so easy for
others
to add photos, so may not meet your needs.

Konqueror?? That's a new one. Will check it up. Depending on what it can do
it might do the trick.

I don't really need others to add photos, just me. 8-) That doesn't
necessarily mean it shouldn't be simple to do it. Tedious uploads and such
only means I won't use the software in the long run. 8-/

Thanks for the Konqueror hint!
-- 
/Sorin



smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of luc...@lastdot.org
Sent: Wednesday, June 24, 2009 12:24 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 What web photo gallery software do you guys use?

Picasa3 can sync local albums to its web service. I'm quite happy with
it (although I'd prefer some open source replacement.. but there's
none as of yet), give it a try.

I've actually looked at Picasa already, and it looks nice and all, but I
feel I'd like a local gallery that *I* can control. As you say, open source
is preferable. Still, if I fail finding something suitable I'll go for
Picasa or something like it off-site.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Anne Wilson
On Wednesday 24 June 2009 11:30:43 Sorin Srbu wrote:
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On

 Behalf

 Of Anne Wilson
 Sent: Wednesday, June 24, 2009 11:36 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Web photo gallery options
 
  What web photo gallery software do you guys use?
 
 In the past I have made galleries with konqueror - not on centos, but with
 kde3, so I'm guessing that it works on centos.  I'm not at a centos
  desktop

 at

 the moment, so I can't check, but it should be a menu entry in konqueror.
 
 It is, however, creating a static gallery.  It wouldn't be so easy for

 others

 to add photos, so may not meet your needs.

 Konqueror?? That's a new one. Will check it up. Depending on what it can do
 it might do the trick.

 I don't really need others to add photos, just me. 8-) That doesn't
 necessarily mean it shouldn't be simple to do it. Tedious uploads and such
 only means I won't use the software in the long run. 8-/

 Thanks for the Konqueror hint!

I creates an html page, so you'd have the choice of rebuilding with the 
additional photos or simply editing the html i there were not too many.  HTH

Anne

-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Anne Wilson
Sent: Wednesday, June 24, 2009 2:14 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 Konqueror?? That's a new one. Will check it up. Depending on what it can
do
 it might do the trick.

I creates an html page, so you'd have the choice of rebuilding with the
additional photos or simply editing the html i there were not too many.
HTH

Ah, got it. It's more like Photoshop Elements I mentioned earlier, only it's
moved to linux, instead of doing on Windows first then transferring.


-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Les Mikesell
Sorin Srbu wrote:

  What web photo gallery software do you guys use?

  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.

 Hi Sorin,
 Gallery2, Coppermine, 4Images Gallery, etc are all good galleries to use.
 And
 installation is very, very simple. upload the files to your websever, add a
 MySQL
 database, and run the installation.php script - very easy. I doubt if
 you'll get a website
 gallery that is packged in an rpm though.
 
 It doesn't have to be available in a rpm-package, just available from yum.

Errr, yum doesn't know about anything but rpms.

 Doing a yum list *gallery doesn't give me anything available from the
 Centos and rpmforge repos. Just thought I'd make it simple for myself. 8-)
 
 4Images I believe is commercial payware, so it's not interesting for me.
 Coppermine I haven't heard of before, but will check up on. Otherwise,
 Gallery it is.

The home page is here: http://gallery.menalto.com/

-- 
   Les Mikesell
lesmikes...@gmail.com


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
Of Les Mikesell
Sent: Wednesday, June 24, 2009 3:01 PM
To: CentOS mailing list
Subject: Re: [CentOS] Web photo gallery options

 It doesn't have to be available in a rpm-package, just available from
yum.

Errr, yum doesn't know about anything but rpms.

Yupp, that's what I was trying to say but failed. 8-} I prefer either a
rpm-package to install from or something available via yum. Gallery2 is a
tar.gz-packagge.


 Doing a yum list *gallery doesn't give me anything available from the
 Centos and rpmforge repos. Just thought I'd make it simple for myself.
8-)

 4Images I believe is commercial payware, so it's not interesting for me.
 Coppermine I haven't heard of before, but will check up on. Otherwise,
 Gallery it is.

The home page is here: http://gallery.menalto.com/

Thanks.

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Bent Terp
I'd recommend using the beta of Gallery3 instead - it will be upgradable to
the final version, and -3 is so much nicer to work with than -2. Actually,
I've stayed on -1 simply because -2 was way too complex.

You won't get it through yum, but you can update using git instead of having
to download and untar new versions.

BR Bent
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Greg Bailey
Sorin Srbu wrote:

 
 What web photo gallery software do you guys use?
 
 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've used PHPix2 for quite a long time now.  I like it because there's 
no requirement for SQL and you can basically upload the original images 
straight from the camera to a directory tree.  PHPix2 then lets the user 
view pictures in a variety of resolutions, with forward/previous 
thumbnails, album descriptions, etc.  It's easy to maintain backup 
copies because it's just a regular directory tree.  Downside is it 
hasn't been updated in awhile, but it may fit your needs...

More at:  http://phpix2.sourceforge.net

-Greg
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread John Thomas
Sorin Srbu wrote:
 What web photo gallery software do you guys use?

I like http://drupal.org

It is an open source content management system.  You could use one of 
the gallery modules that best suits your needs.  In addition, the system 
is flexible and will allow you to do all sorts of other things (blogs, 
share content, to do lists, project management, etc).

Here is a search of the modules with photo and album:
http://drupal.org/search/apachesolr_search/photo%20album?filters=type%3Aproject_project

-- 
Sincerely,
John Thomas
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread nate
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

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Les Mikesell
Sorin Srbu wrote:


 It doesn't have to be available in a rpm-package, just available from
 yum.
 Errr, yum doesn't know about anything but rpms.
 
 Yupp, that's what I was trying to say but failed. 8-} I prefer either a
 rpm-package to install from or something available via yum. Gallery2 is a
 tar.gz-packagge.

If you want something even easier for personal use there are inexpensive 
network file server appliances with built in media and web services so 
you just dump stuff in a mounted directory and it's available. For 
example: http://www.synology.com/enu/products/DS209j/index.php

-- 
   Les Mikesell
lesmikes...@gmail.com




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Bart Schaefer
On Wed, Jun 24, 2009 at 9:09 AM, nate cen...@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.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread JohnS

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

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Web photo gallery options

2009-06-24 Thread Rainer Duffner

Am 24.06.2009 um 23:59 schrieb Bart Schaefer:

 On Wed, Jun 24, 2009 at 9:09 AM, nate cen...@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

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos