[Logilogi-svn] SF.net SVN: logilogi:[1658] trunk/config
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-01-08 19:10:02
|
Revision: 1658
http://logilogi.svn.sourceforge.net/logilogi/?rev=1658&view=rev
Author: wybow
Date: 2010-01-08 19:09:55 +0000 (Fri, 08 Jan 2010)
Log Message:
-----------
Updated config-files
Modified Paths:
--------------
trunk/config/config.rb.tmpl
trunk/config/deploy.rb.tmpl
Modified: trunk/config/config.rb.tmpl
===================================================================
--- trunk/config/config.rb.tmpl 2010-01-08 16:59:41 UTC (rev 1657)
+++ trunk/config/config.rb.tmpl 2010-01-08 19:09:55 UTC (rev 1658)
@@ -84,6 +84,13 @@
:header_description => 'LogiLogi.org - Short hypertexts, easy linking and
meritocratic rating; Philosophy beyond the book - LogiLogi.org'.squeeze(" \n"),
+ # If you wish to give LogiLogi a custom header, or want to
+ # re-style it, you can change the following settings
+ #
+ :header_partial => 'layouts/dbr_header',
+ :footer_partial => 'layouts/dbr_footer',
+ :custom_css => 'dbr',
+
### Do not modify settings below unless you know what you do
# The minimum size of diffs in words.
@@ -116,14 +123,6 @@
:member_power => 1.0,
:admin_power => 3.0,
- # If you wish to give LogiLogi a custom header, or want to
- # re-style it, you can change the following settings
- #
- :header_partial => 'layouts/dbr_header',
- :footer_partial => 'layouts/dbr_footer',
- :custom_css => nil,
-
- ### Don't change the settings below unless you know what you do.
# They don't need to be modified for normal use and they cannot be
# changed once the database is created.
Modified: trunk/config/deploy.rb.tmpl
===================================================================
--- trunk/config/deploy.rb.tmpl 2010-01-08 16:59:41 UTC (rev 1657)
+++ trunk/config/deploy.rb.tmpl 2010-01-08 19:09:55 UTC (rev 1658)
@@ -2,7 +2,9 @@
set :stage, "edge" unless variables[:stage]
# language for all but global needed
-set :available_languages, ["en","fr","es"]
+available_languages = ["en","fr","es","de"]
+set :available_databases, available_languages
+set :available_sites, (available_languages + ["dbr"])
set :application, "logilogi"
set :repository, "https://logilogi.svn.sourceforge.net/svnroot/logilogi/trunk"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|