summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--devel/views.py2
-rw-r--r--packages/management/commands/signoff_report.py2
-rw-r--r--packages/templatetags/package_extras.py10
-rw-r--r--packages/views/flag.py2
-rw-r--r--public/views.py2
-rw-r--r--releng/views.py2
-rw-r--r--settings.py4
-rw-r--r--templates/base.html12
-rw-r--r--templates/packages/flag.html6
-rw-r--r--templates/packages/flaghelp.html4
-rw-r--r--templates/packages/search.html2
-rw-r--r--templates/public/about.html2
-rw-r--r--templates/public/art.html2
-rw-r--r--templates/public/donate.html2
-rw-r--r--templates/public/download.html16
-rw-r--r--templates/public/feeds.html4
-rw-r--r--templates/public/https.html5
-rw-r--r--templates/public/index.html18
-rw-r--r--templates/public/svn.html2
-rw-r--r--todolists/views.py2
21 files changed, 51 insertions, 52 deletions
diff --git a/README b/README
index 6f9075ac..9cf699b3 100644
--- a/README
+++ b/README
@@ -94,7 +94,7 @@ for your install.
10. To optionally populate the database with real data:
- $ wget http://repo.parabolagnulinux.org/core/os/i686/core.db.tar.gz
+ $ wget https://repo.parabolagnulinux.org/core/os/i686/core.db.tar.gz
$ ./manage.py reporead i686 core.db.tar.gz
$ ./manage.py syncisos
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/packages/management/commands/signoff_report.py b/packages/management/commands/signoff_report.py
index 3b67f518..f822c8ad 100644
--- a/packages/management/commands/signoff_report.py
+++ b/packages/management/commands/signoff_report.py
@@ -119,7 +119,7 @@ def generate_report(email, repo_name):
'old_days': old_days,
'leaders': leaders,
})
- from_addr = 'Arch Website Notification <nobody@archlinux.org>'
+ from_addr = 'Parabola Website Notification <nobody@parabolagnulinux.org>'
send_mail(subject, t.render(c), from_addr, [email])
# vim: set ts=4 sw=4 et:
diff --git a/packages/templatetags/package_extras.py b/packages/templatetags/package_extras.py
index c31990d7..011e9cea 100644
--- a/packages/templatetags/package_extras.py
+++ b/packages/templatetags/package_extras.py
@@ -81,12 +81,12 @@ def get_download_link(package):
}
if parts["arch"] == "any":
parts["arch"] = "i686"
- linkbase = "https://repo.parabolagnulinux.org/%(repo)s/os/%(arch)s/%(pkgfile)s"
+ linkbase = "//repo.parabolagnulinux.org/%(repo)s/os/%(arch)s/%(pkgfile)s"
return linkbase % parts
@register.simple_tag
def get_wiki_link(package):
- url = "https://wiki.parabolagnulinux.org/index.php"
+ url = "//wiki.parabolagnulinux.org/index.php"
data = {
'title': "Special:Search",
'search': package.pkgname,
@@ -104,7 +104,7 @@ def svn_trunk(package):
@register.simple_tag
def bugs_list(package):
- url = "https://bugs.parabolagnulinux.org/bugs/issue"
+ url = "//bugs.parabolagnulinux.org/bugs/issue"
data = {
'@action': 'search',
'title': package.pkgname,
@@ -113,7 +113,7 @@ def bugs_list(package):
@register.simple_tag
def bug_report(package):
- url = "https://bugs.parabolagnulinux.org/bugs/issue"
+ url = "//bugs.parabolagnulinux.org/bugs/issue"
data = {
'@template': 'item',
'keyword': 'packages',
@@ -130,5 +130,5 @@ def flag_unfree(package):
'priority': 'critical',
'title': '[%s] Please put your reasons here (register first if you haven\'t)' % package.pkgname,
}
- return "https://bugs.parabolagnulinux.org/bugs/issue?%s" % urlencode(data)
+ return "//bugs.parabolagnulinux.org/bugs/issue?%s" % urlencode(data)
# vim: set ts=4 sw=4 et:
diff --git a/packages/views/flag.py b/packages/views/flag.py
index 7e9d87c7..5db2ea69 100644
--- a/packages/views/flag.py
+++ b/packages/views/flag.py
@@ -71,7 +71,7 @@ def flag(request, name, repo, arch):
})
send_mail(subject,
tmpl.render(ctx),
- 'Arch Website Notification <nobody@archlinux.org>',
+ 'Parabola Website Notification <nobody@parabolagnulinux.org>',
toemail,
fail_silently=True)
diff --git a/public/views.py b/public/views.py
index bb9cd454..43b46b12 100644
--- a/public/views.py
+++ b/public/views.py
@@ -52,7 +52,7 @@ def donate(request):
return direct_to_template(request, 'public/donate.html', context)
def download(request):
- return redirect('http://wiki.parabolagnulinux.org/get', permanent=True)
+ return redirect('//wiki.parabolagnulinux.org/get', permanent=True)
def feeds(request):
context = {
diff --git a/releng/views.py b/releng/views.py
index 2b3d0936..e17a6e9c 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -42,7 +42,7 @@ class TestForm(forms.ModelForm):
success = forms.BooleanField(
help_text="Only check this if everything went fine. " \
"If you ran into problems please create a ticket on <a " \
- "href=\"https://bugs.archlinux.org/index.php?project=6\">the " \
+ "href=\"//bugs.parabolagnulinux.org/\">the " \
"bugtracker</a> (or check that one already exists) and link to " \
"it in the comments.",
required=False)
diff --git a/settings.py b/settings.py
index cb17c96c..ed12bbec 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__))
@@ -132,6 +132,6 @@ if DEBUG_TOOLBAR:
INSTALLED_APPS = list(INSTALLED_APPS) + [ 'debug_toolbar' ]
# URL to fetch a current list of available ISOs
-ISO_LIST_URL = 'http://repo.parabolagnulinux.org/isos/'
+ISO_LIST_URL = 'https://repo.parabolagnulinux.org/isos/'
# vim: set ts=4 sw=4 et:
diff --git a/templates/base.html b/templates/base.html
index ca492281..746c6cf4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,10 +19,10 @@
<ul id="archnavbarlist">
<li id="anb-home"><a href="/" title="Parabola news, packages, projects and more">Home</a></li>
<li id="anb-packages"><a href="/packages/" title="Package Database">Packages</a></li>
- <li id="anb-wiki"><a href="http://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li>
- <li id="anb-bugs"><a href="https://bugs.parabolagnulinux.org" title="Issue Tracker">Bugs</a></li>
- <li id="anb-projects"><a href="https://projects.parabolagnulinux.org" title="Our Code">Projects</a></li>
- <li id="anb-download"><a href="http://wiki.parabolagnulinux.org/Download" title="Get Parabola">Download</a></li>
+ <li id="anb-wiki"><a href="//wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li>
+ <li id="anb-bugs"><a href="//bugs.parabolagnulinux.org" title="Issue Tracker">Bugs</a></li>
+ <li id="anb-projects"><a href="//projects.parabolagnulinux.org" title="Our Code">Projects</a></li>
+ <li id="anb-download"><a href="//wiki.parabolagnulinux.org/Download" title="Get Parabola">Download</a></li>
</ul>
</div>
</div><!-- #archnavbar -->
@@ -32,14 +32,14 @@
{% if user.is_authenticated %}
<ul>
<li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li>
- <li><a href="https://projects.parabolagnulinux.org/" title="Git Projects">Projects</a></li>
+ <li><a href="//projects.parabolagnulinux.org/" title="Git Projects">Projects</a></li>
<li><a href="{% url news-list as newsl %}{{ newsl }}" title="Manage news articles">News</a></li>
<li><a href="/packages/signoffs/" title="Package signoffs">Signoffs</a></li>
<li><a href="/todo/" title="Developer todo lists">Todos</a></li>
<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="//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/flag.html b/templates/packages/flag.html
index 4bb23b85..bb6b274f 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -23,13 +23,13 @@
<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 href="http://mailman.archlinux.org/mailman/listinfo/arch-general"
- title="Visit the arch-general mailing list">arch-general mailing list</a>
+ an email to the <a href="//lists.parabolagnulinux.org/mailman/listinfo/dev"
+ title="Visit the dev mailing list">Parabola Development mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Do <em>not</em> use this facility if the
package is broken! The package will be unflagged and the report will be ignored!
- <a href="https://bugs.parabolagnulinux.org/" title="Parabola Bugtracker">Use the
+ <a href="//bugs.parabolagnulinux.org/" title="Parabola Bugtracker">Use the
bugtracker to file a bug</a> instead.</p>
<p>Please confirm your flag request for {{package.pkgname}}:</p>
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index e33ba0f5..eac13f83 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -25,12 +25,12 @@
<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="//lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Visit the parabola dev mailing list">parabola mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
- package is broken! Use the <a target="_blank" href="https://bugs.parabolagnulinux.org"
+ package is broken! Use the <a target="_blank" href="//bugs.parabolagnulinux.org"
title="Parabola Bugtracker">bugtracker</a> instead.</p>
</body>
diff --git a/templates/packages/search.html b/templates/packages/search.html
index 4a61298e..bb5c1c8b 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -165,7 +165,7 @@
<p>You are browsing the Parabola package database. From here you can find
detailed information about packages located in the official supported repositories.
If you need the sourceball from where a package is built, you can look at our <a
- href='http://repo.parabolagnulinux.org/sources/packages'
+ href='//repo.parabolagnulinux.org/sources/packages'
title='Sourceballed packages'>sources repo</a>.</p> </div>
<script type="text/javascript" src="/jsi18n/"></script>
diff --git a/templates/public/about.html b/templates/public/about.html
index a01a33fe..099d5513 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -53,7 +53,7 @@
<li>Host repositories. Mirrors are not abundant.</li>
- <li>Take a look at our <a href="http://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
+ <li>Take a look at our <a href="//wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
</ul>
</div>
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/donate.html b/templates/public/donate.html
index ef7f252d..c6e055f5 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -18,7 +18,7 @@
anything, because we are a really small community of hackers.</p>
<p>If you want, we have a pretty nice <a
- href='http://wiki.parabolagnulinux.org/TODO' title='The TODO
+ href='//wiki.parabolagnulinux.org/TODO' title='The TODO
list!'>TODO list</a> you can check to help us by donating some of your
time. That will be very much appreciated by us :)</p>
diff --git a/templates/public/download.html b/templates/public/download.html
index 7a1cd855..2e1024b0 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -23,14 +23,14 @@
<li><strong>Resources:</strong>
<ul>
<li><a
- href="http://list.parabolagnulinux.org/listinfo.cgi/dev-parabolagnulinux.org"
+ href="//lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Parabola Hackers Discussion List">Mailing List</a></li>
</ul>
</li>
<li><strong>Instructions:</strong>
<ul>
<li><a
- href="http://wiki.parabolagnulinux.org/installation_guide"
+ href="//wiki.parabolagnulinux.org/installation_guide"
title="Official Installation Guide">Parabola Install Guide</a>.
</li>
</ul>
@@ -42,7 +42,7 @@
<p>If you are an Arch user, there is no need to download the ISO
to update your existing system to Parabola. You can just follow the
instructions in our wiki to convert your existing Arch system into a free
- as in freedom one. <a href='http://wiki.parabolagnulinux.org/migration'
+ as in freedom one. <a href='//wiki.parabolagnulinux.org/migration'
title='Migration Guide'>More here.</a></p>
<h3>BitTorrent Download (recommended)</h3>
@@ -68,12 +68,12 @@
</td>
<td class="cpu-arch">
- <a href="http://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-netinstall-i686.iso.torrent"
+ <a href="//repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-netinstall-i686.iso.torrent"
title="Download for i686 architecture">Download</a>
</td>
<td class="cpu-arch">
- <a href="http://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-netinstall-x86_64.iso.torrent"
+ <a href="//repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-netinstall-x86_64.iso.torrent"
title="Download for x86-64 architecture">Download</a>
</td>
@@ -94,10 +94,10 @@
<td>
Core Image
</td><td class="cpu-arch">
- <a href="http://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-core-i686.iso.torrent"
+ <a href="//repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-core-i686.iso.torrent"
title="Download for i686 architecture">Download</a>
</td><td class="cpu-arch">
- <a href="http://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-core-x86_64.iso.torrent"
+ <a href="//repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-core-x86_64.iso.torrent"
title="Download for x86-64 architecture">Download</a>
</td><td class="magnet-link">
<a href="magnet:?xt=urn:btih:d9bb9f9641a222d2d302988da95225f570bcdb6d&dn=parabola-2010.12.29-core-i686.iso&tr=http%3A%2F%2Ftracker.publicbt.com%2Fannounce"
@@ -119,7 +119,7 @@
image matches the checksum from the MD5SUMS or SHA256SUMS file in the same
directory as the image.</p>
- <p><a href='http://repo.parabolagnulinux.org/isos/' title='Parabola ISOs
+ <p><a href='//repo.parabolagnulinux.org/isos/' title='Parabola ISOs
directory'>Go to the Parabola ISOs directory.</a></p>
{%endwith%}
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 79e8a1aa..69789150 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -17,10 +17,10 @@
the Parabola staff.</p>
<p>The <a
- href="http://wiki.parabolagnulinux.org/feed.php"
+ href="//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
+ <a href="//wiki.parabolagnulinux.org/" title="Parabola Wiki community
documentation">Parabola Wiki</a>.</p>
<h3>Package Feeds</h3>
diff --git a/templates/public/https.html b/templates/public/https.html
index 7cfe44e9..e53dc8e9 100644
--- a/templates/public/https.html
+++ b/templates/public/https.html
@@ -19,9 +19,8 @@
<h3>I just want to get the ISOs</h3>
<p>You can proceed to our <a
- href="http://wiki.parabolagnulinux.org/get">ISOs download page</a> on <a
- href="http://wiki.parabolagnulinux.org/">our wiki</a> (which isn't secured
- yet, sadly).</p>
+ href="https://wiki.parabolagnulinux.org/get">ISOs download page</a> on <a
+ href="https://wiki.parabolagnulinux.org/">our wiki</a>.</p>
<h3>I want to do this the right way</h3>
diff --git a/templates/public/index.html b/templates/public/index.html
index 3805b997..188c572f 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -112,22 +112,22 @@
<h4>Documentation</h4>
<ul>
- <li><a href="http://wiki.parabolagnulinux.org/"
+ <li><a href="//wiki.parabolagnulinux.org/"
title="Community documentation">Wiki</a></li>
- <li><a href="http://wiki.parabolagnulinux.org/installation_guide"
+ <li><a href="//wiki.parabolagnulinux.org/installation_guide"
title="Parabola Installation Guide">Official Parabola Installation Guide</a></li>
- <li><a href="http://wiki.parabolagnulinux.org/Migration"
+ <li><a href="//wiki.parabolagnulinux.org/Migration"
title="Free your Arch instalation">Migration from Archlinux</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href="http://list.parabolagnulinux.org/listinfo.cgi"
+ <li><a href="//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="//lists.parabolagnulinux.org/pipermail/dev/"
title="dev mailing list archives">Dev Archives</a></li>
- <li><a href="http://wiki.parabolagnulinux.org/IRC_Channels"
+ <li><a href="//wiki.parabolagnulinux.org/IRC_Channels"
title="Official and regional IRC communities">IRC Channels</a></li>
<li><a href="http://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li>
</ul>
@@ -152,9 +152,9 @@
title="View/search the package repository database">Packages</a></li>
<li><a href="/groups/"
title="View the available package groups">Package Groups</a></li>
- <li><a href="https://projects.parabolagnulinux.org"
+ <li><a href="//projects.parabolagnulinux.org"
title="Official Parabola projects (git)">Projects in Git</a></li>
- <li><a href="https://bugs.parabolagnulinux.org/"
+ <li><a href="//bugs.parabolagnulinux.org/"
title="Parabola's Issue Tracker">Issue Tracker</a></li>
<li><a href="/todolists/"
title="Hacker Todo Lists">Todo Lists</a></li>
@@ -166,7 +166,7 @@
<li><a href="{% url page-about %}"
title="Learn more about Parabola">About Parabola</a></li>
<li><a href="/download/" title="Get Parabola">Download Parabola</a></li>
- <li><a href="http://wiki.parabolagnulinux.org/Media"
+ <li><a href="//wiki.parabolagnulinux.org/Media"
title="Parabola in the media">Media Appearances</a></li>
<li><a href="{% url page-art %}" title="Parabola logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url news-list %}" title="News Archives">News Archives</a></li>
diff --git a/templates/public/svn.html b/templates/public/svn.html
index 80367eaf..4321f7c2 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -4,7 +4,7 @@
<div class="box">
<h2 class="title">SVN Repositories</h2>
<p>Parabola doesn't use any SVN repositories. But you can find our <a
- href="https://projects.parabolagnulinux.org" title="Projects
+ href="//projects.parabolagnulinux.org" title="Projects
page">Projects</a> on git!
</p>
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)