[damned-lies] Update references from svn to git



commit b3f40560d1468fe905a248545eafd0cb4dcb7ab8
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Apr 16 20:16:34 2009 +0200

    Update references from svn to git
---
 settings_sample.py  |    4 ++--
 templates/base.html |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/settings_sample.py b/settings_sample.py
index 9579bdc..fa81bea 100644
--- a/settings_sample.py
+++ b/settings_sample.py
@@ -76,8 +76,8 @@ SCRATCHDIR = ""
 POTDIR = os.path.join(SCRATCHDIR, "POT")
 
 # The regex is used to determine if the module is in the standard VCS of the project
-VCS_HOME_REGEX = "svn\.gnome\.org"
-VCS_HOME_WARNING = gettext_noop(u"This module is not part of the GNOME SVN repository. Please check the module's web page to see where to send translations.")
+VCS_HOME_REGEX = "git\.gnome\.org"
+VCS_HOME_WARNING = gettext_noop(u"This module is not part of the GNOME git repository. Please check the module's web page to see where to send translations.")
 
 # By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings
 UPLOAD_DIR = 'upload'
diff --git a/templates/base.html b/templates/base.html
index 141c681..bab69cc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -93,7 +93,7 @@
   <div id="footer">
     Copyright &copy; 2006-2008 <a href="http://www.gnome.org/";>{% trans "The GNOME Project" %}</a>.
     <br /> 
-{% trans "Maintained in the <a href='http://svn.gnome.org/viewvc/damned-lies/'>damned-lies</a> module on <a href='http://svn.gnome.org/'>svn.gnome.org</a>" %}
+{% trans "Maintained in the <a href='http://git.gnome.org/cgit/damned-lies/'>damned-lies</a> module on <a href='http://git.gnome.org/'>git.gnome.org</a>" %}
  <br />
     {% trans "Hosted by" %} <a href="http://www.canonical.com/";>Canonical</a>.
   </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]