### Web gallery configuration file package galConf; @admin_addresses = ("127.0.0.1", "192.168.1.10", "138.67.36.207"); $default_location = "/Gallery"; ### File locations: $web_dir = "/art"; $base_dir = "/www$web_dir"; $vfolder_file = "$base_dir/vfolders.xml"; $keywords_file = "$base_dir/keywords.xml"; $image_file = "$base_dir/images.xml"; $cgi_url = "$web_dir/gallery.cgi"; $stylesheet = "$web_dir/style.css"; $thumbnail_suffix = "/.thumbnails"; $preview_suffix = "/.thumbnails"; ### Thumbnail settings: $thumbs_per_row = 3; $thumb_size = 200; $preview_size = 600; $thumb_quality = 95; $preview_quality = 90; ### Icons: $icon_dir = "$web_dir/images"; $search_icon = "$icon_dir/search.png"; # Thumbnail icons $folder_lg_icon = ""; $broken_icon = ""; $comment_icon = ""; $movie_icon = "$icon_dir/movie.png"; # Tree icons $folder_icon = ""; $folder_plus_icon = ""; $folder_open_icon = ""; $spacer_icon = ""; $spacer_bottom_icon = ""; $spacer_conn_icon = ""; $spacer_empty_icon = ""; # Toolbar icons $folder_up_icon = ""; $prev_image_icon = ""; $next_image_icon = ""; $prev_folder_icon = ""; $next_folder_icon = ""; $admin_icon = ""; %web_translation = ('/www', ''); # Web server address # translation ### Include a warning about defective browsers $ieWarning = `cat /www/include/ieWarning.html`; ### Include a little global navigation $global_nav = `cat /www/include/nav_small.html`; #### Get the page started so we can see program errors print < Art - Luke Campagnola $ieWarning EOT ####### End of page start sub print_web_page() { print < $global_nav Art(loosely defined) $tree_text Gallery software by Luke Campagnola and Jeff Cleary $content $toolbar $folder_info $image_info Luke Campagnola - lcampagn\@mines.edu