#!/usr/bin/env ruby
#
#= dcreal-photo configure file
#
#  Editor :: yot
#  Created:: 2007/11/12 20:23:36
#
#== Overview
#
#This file is generate by following ruby script automatically.
#
#      /usr/bin/dcreal-photo.rb
#      version "1.3"
#
#Please edit this file according to your purpose.
#
########################################################
##  デフォルト設定値, ユーザ設定
########################################################

# 情報ファイル
$infofile = "comment.txt"

# インデックスファイル (拡張子は $index + ".html")
$index = "index"

# テーブル, フォントの色
$color_table   = "#ADD8E6" 
$color_font    = "#000080" 
$color_link    = "#269900" 
$color_visited = "#269900" 
$color_hover   = "#99FF33" 

# html ヘッダタイトル
$title  = "The 2nd APE Workshop in November 2007"
#$title  = "FDEPS 2007"
#$title  = "森羅万象学校 2007"

# サムネイルタイトル
$header1 = $title
#$header2 = "2007/11/12--?? at Hokkaido Univ.";
$header2 = "13-15 November, 2007 at the Chiba Institute of Science, Choshi, Chiba, Japan";

# サムネイルフッタ ;
$footer = "Last update: #{Time.now} <br> 
           Copyright (C) 2007 APE"

# ---------------------------------------------------------
# カレントディレクトリを変数にわたす.
require "/usr/bin/dcreal-photo.rb"

# ---------------------------------------------------------
# main()

dcreal_photo_main

