summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-01 23:35:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-01 23:35:41 -0500
commit623e0453cee5e3f663a0b18d68db0396cc812983 (patch)
tree7859e06e85d368d1ba7f4476cc1dc6708c725347
parent3eb75b1670fd5f5b581ac9c0d2b1343d205118a8 (diff)
I think this fixes all the broken links (that point to parabolagnulinux.org anyway)
-rw-r--r--devel/views.py2
-rw-r--r--settings.py2
-rw-r--r--templates/base.html2
-rw-r--r--templates/packages/flaghelp.html2
-rw-r--r--templates/public/art.html2
-rw-r--r--templates/public/download.html2
-rw-r--r--templates/public/feeds.html2
-rw-r--r--templates/public/index.html4
-rw-r--r--todolists/views.py2
9 files changed, 10 insertions, 10 deletions
diff --git a/devel/views.py b/devel/views.py
index 7cc45419..b9bd7cce 100644
--- a/devel/views.py
+++ b/devel/views.py
@@ -292,7 +292,7 @@ class NewUserForm(forms.ModelForm):
send_mail("Your new parabolaweb account",
template.render(ctx),
- 'Parabola <dev@list.parabolagnulinux.org>',
+ 'Parabola <dev@lists.parabolagnulinux.org>',
[user.email],
fail_silently=False)
diff --git a/settings.py b/settings.py
index cb17c96c..e1fc45d5 100644
--- a/settings.py
+++ b/settings.py
@@ -13,7 +13,7 @@ ADMINS = ()
MANAGERS = ADMINS
# Package out-of-date emails for orphans
-NOTIFICATIONS = ['packages@list.parabolagnulinux.org']
+NOTIFICATIONS = ['dev@lists.parabolagnulinux.org']
# Full path to the data directory
DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__))
diff --git a/templates/base.html b/templates/base.html
index ca492281..b537c603 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -39,7 +39,7 @@
<li><a href="/packages/differences/" title="Package
architecture differences">Architecture Differences</a></li>
<li><a
- href="http://list.parabolagnulinux.org/pipermail/dev-parabolagnulinux.org/"
+ href="http://lists.parabolagnulinux.org/pipermail/dev/"
title="dev mailing list archives">Archives</a></li>
<li><a href="/devel/clock/" title="Developer world clocks">Dev Clocks</a></li>
{% if user.is_staff %}
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index e33ba0f5..d60018fa 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -25,7 +25,7 @@
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a target="_blank" href="http://list.parabolagnulinux.org/listinfo.cgi/dev-parabolagnulinux.org"
+ an email to the <a target="_blank" href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Visit the parabola dev mailing list">parabola mailing list</a>
with your additional text.</p>
diff --git a/templates/public/art.html b/templates/public/art.html
index 68179f23..3a92b8b4 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -10,7 +10,7 @@
<p>You can help by creating artwork for Parabola GNU/Linux-libre.</p>
- <p>Send your designs to web@list.parabolagnulinux.org and state they are CC-by-sa
+ <p>Send your designs to dev@lists.parabolagnulinux.org and state they are CC-by-sa
or another free culture friendly license.</p>
diff --git a/templates/public/download.html b/templates/public/download.html
index 7a1cd855..207414dc 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -23,7 +23,7 @@
<li><strong>Resources:</strong>
<ul>
<li><a
- href="http://list.parabolagnulinux.org/listinfo.cgi/dev-parabolagnulinux.org"
+ href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Parabola Hackers Discussion List">Mailing List</a></li>
</ul>
</li>
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 79e8a1aa..da70e6ee 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -17,7 +17,7 @@
the Parabola staff.</p>
<p>The <a
- href="http://wiki.parabolagnulinux.org/feed.php"
+ href="https://wiki.parabolagnulinux.org/index.php?title=Special:RecentChanges&feed=atom"
title="ParabolaWiki Recent Changes feed" class="rss">Parabola Wiki: Recent
changes feed</a> is also available to track document changes from the
<a href="http://wiki.parabolagnulinux.org/" title="Parabola Wiki community
diff --git a/templates/public/index.html b/templates/public/index.html
index 3805b997..044b586f 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -123,9 +123,9 @@
<h4>Community</h4>
<ul>
- <li><a href="http://list.parabolagnulinux.org/listinfo.cgi"
+ <li><a href="http://lists.parabolagnulinux.org/"
title="Community and developer mailing lists">Mailing Lists</a></li>
- <li><a href="http://list.parabolagnulinux.org/pipermail/dev-parabolagnulinux.org/"
+ <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/"
title="dev mailing list archives">Dev Archives</a></li>
<li><a href="http://wiki.parabolagnulinux.org/IRC_Channels"
title="Official and regional IRC communities">IRC Channels</a></li>
diff --git a/todolists/views.py b/todolists/views.py
index 43763545..233102cf 100644
--- a/todolists/views.py
+++ b/todolists/views.py
@@ -161,7 +161,7 @@ def send_todolist_emails(todo_list, new_packages):
template = loader.get_template('todolists/email_notification.txt')
send_mail('Packages added to todo list \'%s\'' % todo_list.name,
template.render(ctx),
- 'Parabola <packages@list.parabolagnulinux.org>',
+ 'Parabola <dev@lists.parabolagnulinux.org>',
[maint],
fail_silently=True)