#!/usr/bin/env ruby
#
#= dcreal-photo configure file
#
#  Editor :: daisuke
#  Created:: 2011/12/15 15:38:30
#
#== Overview
#
#This file is generate by following ruby script automatically.
#
#      /home/mosir/public_html/members-only/2011/2011-11-29/photo/src/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  = "GFD Seminar 2011"
$title  = "FDEPS 2011"
#$title  = "森羅万象学校 2011"

# サムネイルタイトル
$header1 = $title
$header2 = "2011/11/28--12/02 at Kansai seminar house";

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

# ---------------------------------------------------------
# カレントディレクトリを変数にわたす.
require "/home/mosir/public_html/members-only/2011/2011-11-29/photo/src/dcreal-photo.rb"

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

dcreal_photo_main

