Page 1 of 1
GallerySingapore module download?
Posted: Sun Jan 08, 2006 2:36 am
by Justin
I must have installed and configured 11 different CMS platforms and 3 different image gallery platforms in the last 24 hours. That might not be that big a deal if my server weren't configured to confirm EVERY INDIVIDUAL file deletion from the shell. So "rm -rf public_html" is followed by putting pliers on my shift and insert keys to paste a "y [carriagereturn]" into my SSH client and walking away for a while.
Annnnnyway....
I've found that Gallery1 and Gallery2 fail to work, and Coppermine works. I'm hoping that Gallery Singapore will work, but I can't find a download for the CMSMS GalleryS module. Can someone point me in the right direction?
Re: GallerySingapore module download?
Posted: Sun Jan 08, 2006 2:39 am
by pandamonium54
Nevermind..... should have searched first =P
Re: GallerySingapore module download?
Posted: Sun Jan 08, 2006 6:19 pm
by Ted
You should really check out
OpensourceCMS for testing out these systems. Much much much less painful.
Anyway, for those still wondering, it's found
here.
Re: GallerySingapore module download?
Posted: Mon Jan 09, 2006 1:52 pm
by westis
wishy wrote:
Anyway, for those still wondering, it's found
here.
There's an l missing at the end of that URL, the correct link to downloading the GalleryS module is
http://www.cmsmadesimple.org/galleries.shtml

Re: GallerySingapore module download?
Posted: Tue Jan 10, 2006 2:48 pm
by Mesmer
Patricia wrote:
I have been talking about this module with Megabob3, who develop it, and he told me he's working on a new version.
I'n very interested in that one!
Re: GallerySingapore module download?
Posted: Thu Jan 12, 2006 4:21 pm
by mah
Justin wrote:
That might not be that big a deal if my server weren't configured to confirm EVERY INDIVIDUAL file deletion from the shell. So "rm -rf public_html" is followed by putting pliers on my shift and insert keys to paste a "y [carriagereturn]" into my SSH client and walking away for a while.
Chances are your "rm" command is aliased to have "-i" on it, which will override your -f option. Type "alias" to see if you have something like
alias rm='rm -i' to confirm. You can try "/bin/rm -rf public_html" also.