#! /bin/sh
# required: imageindex
# a program to automatically modify galleries generated by image index
echo "Directory to perform: " 
ls
echo "Please fill your directory"
read dir
echo "Performing on directory: " $dir
currdir=`pwd`
cd $currdir/$dir
#replace titles
replace "Image directory" $dir -- *
replace "Image directory" $dir -- slides/*
#replace css
replace "style.css" "http://www.akademia.ch/photos/style.css"  -- *
replace "../style.css" "http://www.akademia.ch/photos/style.css" -- slides/*
 
info/gallery.txt · Dernière modification: 2011/11/02 12:07 par radeff
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki