# # * BOOH * # # A.k.a `Best web-album Of the world, Or your money back, Humerus'. # # The acronyn sucks, however this is a tribute to Dragon Ball by # Akira Toriyama, where the last enemy beaten by heroes of Dragon # Ball is named "Boo". But there was already a free software project # called Boo, so this one will be it "Booh". Or whatever. # # # Copyright (c) 2004 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # holds static data to merge in the html "themes" require 'gettext' bindtextdomain("booh") require 'booh/booh-lib' include Booh $image_head_code = <<'EOF' EOF $image_head_code.sub!('~~run_slideshow~~', utf8(_('Run slideshow!'))) $image_head_code.sub!('~~stop_slideshow~~', utf8(_('Stop slideshow'))) $body_additions = <<'EOF' onload="init()" id="body" EOF $button_first = '
' $button_previous = '
' $button_next = '
' $button_last = '
' $button_slideshow = ' ' $pause_slideshow = ' ' + utf8(_('pause:')) + '' + utf8(_('secs')) + '' $image = <<'EOF' EOF $image_counter_additions = <<'EOF' id="image_counter" EOF $caption_additions = <<'EOF' id="main_text" EOF $body_code = <<'EOF' EOF $thumbnails_head_code = <<'EOF' EOF $preferred_size_reloader = <<'EOF' EOF