#!/usr/bin/env ruby
#
#= dcreal-photo configure file
#
#  Editor :: hyde
#  Created:: 2009/11/13 13:02:58
#
#== 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  = "FDEPS 2009"
#$title  = "FDEPS 2009"
#$title  = "FDEPS 2009"

# サムネイルタイトル
$header1 = $title
$header2 = "2009/11/03--11-06 at Kansai Seminar House"

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

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

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

dcreal_photo_main

