diff development.ini @ 4212:24c0d584ba86 kallithea-2.2.5-rebrand

General renaming to Kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:06:01 -0400
parents 277684f23146
children 3e6291d99a6f
line wrap: on
line diff
--- a/development.ini	Wed Jul 02 19:05:52 2014 -0400
+++ b/development.ini	Wed Jul 02 19:06:01 2014 -0400
@@ -1,6 +1,6 @@
 ################################################################################
 ################################################################################
-# RhodeCode - Pylons environment configuration                                 #
+# Kallithea - Pylons environment configuration                                 #
 #                                                                              #
 # The %(here)s variable will be replaced with the parent directory of this file#
 ################################################################################
@@ -11,13 +11,13 @@
 ################################################################################
 ## Uncomment and replace with the address which should receive                ##
 ## any error reports after application crash                                  ##
-## Additionally those settings will be used by RhodeCode mailing system       ##
+## Additionally those settings will be used by Kallithea mailing system       ##
 ################################################################################
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
 #error_message =
-#email_prefix = [RhodeCode]
+#email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
 #smtp_username =
@@ -161,7 +161,7 @@
 ## use cache version of scm repo everywhere
 vcs_full_cache = true
 
-## force https in RhodeCode, fixes https redirects, assumes it's always https
+## force https in Kallithea, fixes https redirects, assumes it's always https
 force_https = false
 
 ## use Strict-Transport-Security headers
@@ -192,7 +192,7 @@
 ## gist URL alias, used to create nicer urls for gist. This should be an
 ## url that does rewrites to _admin/gists/<gistid>.
 ## example: http://gist.kallithea.server/{gistid}. Empty means use the internal
-## RhodeCode url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid>
+## Kallithea url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid>
 gist_alias_url =
 
 ## white list of API enabled controllers. This allows to add list of
@@ -212,8 +212,8 @@
 ## {email}        user email
 ## {md5email}     md5 hash of the user email (like at gravatar.com)
 ## {size}         size of the image that is expected from the server application
-## {scheme}       http/https from RhodeCode server
-## {netloc}       network location from RhodeCode server
+## {scheme}       http/https from Kallithea server
+## {netloc}       network location from Kallithea server
 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
 
@@ -236,7 +236,7 @@
 
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
-## issue tracker for RhodeCode (leave blank to disable, absent for default)
+## issue tracker for Kallithea (leave blank to disable, absent for default)
 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
 
 ## issue tracking mapping for commits messages
@@ -400,7 +400,7 @@
 ### [errormator] ###
 ####################
 
-## Errormator is tailored to work with RhodeCode, see
+## Errormator is tailored to work with Kallithea, see
 ## http://errormator.com for details how to obtain an account
 ## you must install python package `errormator_client` to make it work