Sha256: e560a8e0b6ae2d8be0be9fdb388b66a5091fe60d7df41df53c8700c79b2330ec

Contents?: true

Size: 1.89 KB

Versions: 4

Compression:

Stored size: 1.89 KB

Contents

# WontoMedia - a wontology web application
# Copyright (C) 2011 - Glen E. Ivey
#    www.wontology.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version
# 3 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program in the file COPYING and/or LICENSE.  If not,
# see <http://www.gnu.org/licenses/>.


require "ostruct"

WontoMedia = OpenStruct.new({
  :site_title => "WontoMedia Demo",
  :site_tagline => "WontoMedia Demo",
  :site_logo_title => "<div style='margin-bottom: 0.5em; margin-top: 0.25em; text-align: center;'><span style='color: black; font-family: Monotype Corsiva, Apple Chancery, URW Chancery L, chancery, script, cursive; font-style: italic; font-size: 130%;'>WontoMedia Demo Server</span></div>",

  :help_url_prefix  => "http://wiki.wontology.org/wiki/help.php?title=",
  :popup_url_prefix => "http://wiki.wontology.org/wiki/popup.php?title=",
  :site_content_url_prefix =>
    "http://wiki.wontology.org/wiki/help.php?title=Wontology:",
  :site_content_url_postfix => '',

  :search => OpenStruct.new({
    :google_site_search => true,
    :publisher_id => "partner-pub-2447626445162341",
    :search_engine => "pcrhs4-9v0t",
  }),

  :ads => OpenStruct.new({
    :amazon => OpenStruct.new({
      :associate_id => "wontology-20"
    }),
    :google => OpenStruct.new({
      :publisher_id => "pub-2447626445162341",
      :data_page_slot => "4071806725"
    })
  }),

  :analytics => OpenStruct.new({
    :google => OpenStruct.new({
      :profile_id => "UA-13113606-1"
    })
  })
})

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wontomedia-1.0.7 default-custom/config/initializers/wontomedia.rb
wontomedia-1.0.6 default-custom/config/initializers/wontomedia.rb
wontomedia-1.0.5 default-custom/config/initializers/wontomedia.rb
wontomedia-1.0.4 default-custom/config/initializers/wontomedia.rb