new features ?

cyprien

Joined: 2002-11-04
Posts: 8
Posted: Mon, 2002-11-04 09:47

Hello, i use gallery since a while... and i want to had two features more...
I explain you my problem. I've an xDSL connection at home with a small linux server behind it with apache and gallery on it. So, my site is only available when my serveur is up (i explain slowly because i'm not sure my english is good enough :smile: ). I've personnal homepage on another serveur, but it doesn't have a php support and is only 100 MO large.
So i'd like to make a function for Galllery to generate brut html pages with the latest albums that i can upload, and when my server is offline, i redirect this on the other server...
the other feature is easier to make, it's for adding for each album a link to a zip file where there is all the photos of the album...
Have you already think about that for Gallery ?

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2002-11-04 19:22
Quote:
Hello, i use gallery since a while... and i want to had two features more...
I explain you my problem. I've an xDSL connection at home with a small linux server behind it with apache and gallery on it. So, my site is only available when my serveur is up (i explain slowly because i'm not sure my english is good enough :smile: ). I've personnal homepage on another serveur, but it doesn't have a php support and is only 100 MO large.
So i'd like to make a function for Galllery to generate brut html pages with the latest albums that i can upload, and when my server is offline, i redirect this on the other server...

I believe that we can write a module to do this. There's been a fair amount of demand for a module that will let you create a static HTML copy of an album (or the whole Gallery). I'm pretty sure that this won't be too difficult to write (but it probably won't show up till G2.1)

Quote:
the other feature is easier to make, it's for adding for each album a link to a zip file where there is all the photos of the album...

I think this will be pretty easy to write as a module. Again, it probably won't show up till G2.1, though.

 
cyprien

Joined: 2002-11-04
Posts: 8
Posted: Tue, 2002-11-05 08:40

thanx for your answer, i've found another solution with a small wget script... Until v2.1 will be out (!!!).
thank you for your hard work...