## page was renamed from HotoAddGalleryPage === Howto add a new page to the gallery === The [[http://sat.mur.at/gallery/|gallery]] pages are created by means of [[http://igal.trexler.at/|igal2]]. This software works on your computer (Linux of course), allowing you to create a gallery page (including thumbnails and captions to pictures) that can later be uploaded to the website. === Before you start ... === Download and install [[http://igal.trexler.at/igal2-2.0.tar.gz|igal2]] software onto your computer. On Debian you just run '''aptitude install igal2''' as root (or using sudo). === Step by step instructions === 1. Make pictures ;) 2. Create a directory somewhere on your computer. 3. Download the two templates from the bottom of this page and copy them to the newly created directory. Make sure the names start with a '''"."''' character! 4. Copy the pictures you want to include in your gallery page to the newly created directory. 5. Change to the newly created directory that now holds all your pictures 6. Run the command '''igal2 -c --bigy 480'''. The -c creates a File named .captions that you can use to add captions to the pictures. 7. Edit the .captions File. 8. Rund the command '''igal2 -c --bigy 480''' again. Now the thumbnails and 480 pixels wide versions of your pictures will be created. 9. Copy the entire directory to http://sat.mur.at/ 's document root directory. 10. Edit the gallery.html file on http://sat.mur.at/ and add a link to the new gallery page. 11. Tell the others about the update :) === templates === [[attachment:.indextemplate2.html]] [[attachment:.slidetemplate2.html]]