[Feature Request] RSS file placement
Posted: 12 Jul 2008, 19:39
Hi,
i installed Phoca with PicLens and it's very cool.
One fact that i didn't like was the RSS file placement which was out my control, so I hacked the code a bit and changed the location from images/phocagallery to images/phocagallery/rss.
I am using an Ubuntu server and my big HDD is used for storing pics and movies for the gallery; I am using a smaller HDD as a cache HDD for the gallery and am using symlinks. I want to keep the big HDD as clean as possible, meaning no extra files thrown in it's directory.
So, a quick explanation would be :
images/phocagallery is symlink to BIG_HDD
images/phocagallery/thumbs is symlink to CACHE_HDD
images/phocagallery/rss is symlink to CACHE_HDD
evidently the thumbs and rss symlinks are on the BIG_HDD; I am not a Linux expert to know if it can be done better but this is how i did the small hack for the RSS files and it works great
i installed Phoca with PicLens and it's very cool.
One fact that i didn't like was the RSS file placement which was out my control, so I hacked the code a bit and changed the location from images/phocagallery to images/phocagallery/rss.
I am using an Ubuntu server and my big HDD is used for storing pics and movies for the gallery; I am using a smaller HDD as a cache HDD for the gallery and am using symlinks. I want to keep the big HDD as clean as possible, meaning no extra files thrown in it's directory.
So, a quick explanation would be :
images/phocagallery is symlink to BIG_HDD
images/phocagallery/thumbs is symlink to CACHE_HDD
images/phocagallery/rss is symlink to CACHE_HDD
evidently the thumbs and rss symlinks are on the BIG_HDD; I am not a Linux expert to know if it can be done better but this is how i did the small hack for the RSS files and it works great