summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-15 09:59:23 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-15 09:59:23 -0300
commite71abccab80257ce14c8c546695710a95a42372b (patch)
treed4eda8aec88380cff447cdd30865ffb091f136ba
parent96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff)
Fixed quoting
-rw-r--r--templates/base.html17
-rw-r--r--templates/mirrors/index.html2
-rw-r--r--templates/packages/flag.html4
-rw-r--r--templates/packages/flaghelp.html4
-rw-r--r--templates/packages/search.html6
-rw-r--r--templates/public/about.html2
-rw-r--r--templates/public/donate.html4
-rw-r--r--templates/public/download.html20
-rw-r--r--templates/public/feeds.html4
-rw-r--r--templates/public/index.html50
-rw-r--r--templates/public/svn.html2
11 files changed, 56 insertions, 59 deletions
diff --git a/templates/base.html b/templates/base.html
index c6ac73da..08881706 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='https://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='https://wiki.parabolagnulinux.org/Download" title="Get Parabola">Download</a></li>
+ <li id="anb-wiki"><a href="https://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="https://wiki.parabolagnulinux.org/Download" title="Get Parabola">Download</a></li>
</ul>
</div>
</div><!-- #archnavbar -->
@@ -32,15 +32,12 @@
{% 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="https://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='https://lists.parabolagnulinux.org/pipermail/dev/"
- title="dev mailing list archives">Archives</a></li>
+ <li><a href="/packages/differences/" title="Package architecture differences">Architecture Differences</a></li>
+ <li><a href="https://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 %}
<li><a href="{% url admin:index %}" title="Django Admin Interface">Django Admin</a></li>
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html
index 43e5ce28..454fb201 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/index.html
@@ -28,7 +28,7 @@
<h3>Customized by country mirrorlist</h3>
<p>The following form can generate a custom up-to-date
- <a href='https://wiki.parabolagnulinux.org/Pacman">pacman</a>
+ <a href="https://wiki.parabolagnulinux.org/Pacman">pacman</a>
mirrorlist based on geography and
desired protocol(s). Simply replace the contents of
<code>/etc/pacman.d/mirrorlist</code> with your generated list.
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index d1fd2182..79920c12 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='https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ an email to the <a href="https://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="https://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 0bb0c367..d60018fa 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='https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ 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>
<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="https://bugs.parabolagnulinux.org"
title="Parabola Bugtracker">bugtracker</a> instead.</p>
</body>
diff --git a/templates/packages/search.html b/templates/packages/search.html
index db838ed3..5bb90a52 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -17,7 +17,7 @@
<h3>Package Search</h3>
<form id="pkg-search" method="get" action="/packages/">
- <p><input type="hidden" name="sort" value='{{sort}}' /></p>
+ <p><input type="hidden" name="sort" value="{{sort}}" /></p>
{{ search_form.non_field_errors }}
<fieldset>
<legend>Enter search criteria</legend>
@@ -165,8 +165,8 @@
<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='https://repo.parabolagnulinux.org/sources/packages'
- title='Sourceballed packages'>sources repo</a>.</p> </div>
+ href="https://repo.parabolagnulinux.org/sources/packages"
+ title="Sourceballed packages">sources repo</a>.</p> </div>
<script type="text/javascript" src="/jsi18n/"></script>
<script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";</script>
diff --git a/templates/public/about.html b/templates/public/about.html
index d7941b26..5ef4286b 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='https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
+ <li>Take a look at our <a href="https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
</ul>
</div>
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 775aeba2..2d31bd68 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -18,8 +18,8 @@
anything, because we are a really small community of hackers.</p>
<p>If you want, we have a pretty nice <a
- href='https://wiki.parabolagnulinux.org/TODO' title='The TODO
- list!'>TODO list</a> you can check to help us by donating some of your
+ href="https://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>
</div>
diff --git a/templates/public/download.html b/templates/public/download.html
index ea86b14b..4a52f0fe 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -23,14 +23,14 @@
<li><strong>Resources:</strong>
<ul>
<li><a
- href='https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ href="https://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='https://wiki.parabolagnulinux.org/installation_guide"
+ href="https://wiki.parabolagnulinux.org/installation_guide"
title="Official Installation Guide">Parabola Install Guide</a>.
</li>
</ul>
@@ -42,8 +42,8 @@
<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='https://wiki.parabolagnulinux.org/migration'
- title='Migration Guide'>More here.</a></p>
+ as in freedom one. <a href="https://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='https://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-netinstall-i686.iso.torrent"
+ <a href="https://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='https://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-netinstall-x86_64.iso.torrent"
+ <a href="https://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='https://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-core-i686.iso.torrent"
+ <a href="https://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='https://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-core-x86_64.iso.torrent"
+ <a href="https://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,8 +119,8 @@
image matches the checksum from the MD5SUMS or SHA256SUMS file in the same
directory as the image.</p>
- <p><a href='https://repo.parabolagnulinux.org/isos/' title='Parabola ISOs
- directory'>Go to the Parabola ISOs directory.</a></p>
+ <p><a href="https://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 a2bea2a8..11c050a0 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -17,10 +17,10 @@
the Parabola staff.</p>
<p>The <a
- href='https://wiki.parabolagnulinux.org/index.php?title=Special:RecentChanges&feed=atom"
+ 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='https://wiki.parabolagnulinux.org/" title="Parabola Wiki community
+ <a href="https://wiki.parabolagnulinux.org/" title="Parabola Wiki community
documentation">Parabola Wiki</a>.</p>
<h3>Package Feeds</h3>
diff --git a/templates/public/index.html b/templates/public/index.html
index f446dfa6..0ecea0e2 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -24,7 +24,7 @@
x86-64 architectures.</p>
<p>You can find us on IRC at <a
- href='irc://irc.freenode.net/#parabola'>irc.freenode.net/#parabola</a>.</p>
+ href="irc://irc.freenode.net/#parabola">irc.freenode.net/#parabola</a>.</p>
<p class="readmore"><a href="{% url page-about %}"
title="Learn more about Parabola">Learn more...</a></p>
@@ -112,22 +112,22 @@
<h4>Documentation</h4>
<ul>
- <li><a href='https://wiki.parabolagnulinux.org/"
+ <li><a href="https://wiki.parabolagnulinux.org/"
title="Community documentation">Wiki</a></li>
- <li><a href='https://wiki.parabolagnulinux.org/installation_guide"
+ <li><a href="https://wiki.parabolagnulinux.org/installation_guide"
title="Parabola Installation Guide">Official Parabola Installation Guide</a></li>
- <li><a href='https://wiki.parabolagnulinux.org/Migration"
+ <li><a href="https://wiki.parabolagnulinux.org/Migration"
title="Free your Arch instalation">Migration from Archlinux</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href='https://lists.parabolagnulinux.org/"
+ <li><a href="https://lists.parabolagnulinux.org/"
title="Community and developer mailing lists">Mailing Lists</a></li>
- <li><a href='https://lists.parabolagnulinux.org/pipermail/dev/"
+ <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/"
title="dev mailing list archives">Dev Archives</a></li>
- <li><a href='https://wiki.parabolagnulinux.org/IRC_Channels"
+ <li><a href="https://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>
@@ -154,9 +154,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="https://projects.parabolagnulinux.org"
title="Official Parabola projects (git)">Projects in Git</a></li>
- <li><a href='https://bugs.parabolagnulinux.org/"
+ <li><a href="https://bugs.parabolagnulinux.org/"
title="Parabola's Issue Tracker">Issue Tracker</a></li>
<li><a href="/todolists/"
title="Hacker Todo Lists">Todo Lists</a></li>
@@ -168,7 +168,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='https://wiki.parabolagnulinux.org/Media"
+ <li><a href="https://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>
@@ -185,26 +185,26 @@
{% endcomment %}
<div id="arch-sponsors" class="widget">
- <a href='http://gnuchile.org'>
- <img src='{% cdnprefix %}/media/gnuchile.png'
- alt='GNU Chile - Donates the .org domain'
- title='GNU Chile - Donates the .org domain' />
+ <a href="http://gnuchile.org">
+ <img src="{% cdnprefix %}/media/gnuchile.png"
+ alt="GNU Chile - Donates the .org domain"
+ title="GNU Chile - Donates the .org domain" />
</a>
- <a href='http://venenux.org'>
- <img src='{% cdnprefix %}/media/venenux.png'
- alt='Venenux GNU/Linux - Donates the repo, wiki and lists hosting'
- title='Venenux GNU/Linux - Donates the repo, wiki and lists hosting' />
+ <a href="http://venenux.org">
+ <img src="{% cdnprefix %}/media/venenux.png"
+ alt="Venenux GNU/Linux - Donates the repo, wiki and lists hosting"
+ title="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" />
</a>
- <img src='{% cdnprefix %}/media/naltu.png'
- alt='Naltú - Donates the website, bugs, projects and ABSLibre hosting'
- title='Naltú - Donates the website, bugs, projects and ABSLibre hosting' />
+ <img src="{% cdnprefix %}/media/naltu.png"
+ alt="Naltú - Donates the website, bugs, projects and ABSLibre hosting"
+ title="Naltú - Donates the website, bugs, projects and ABSLibre hosting" />
- <a href='http://freedomincluded.com'>
- <img src='{% cdnprefix %}/media/freedomincluded.png'
- alt='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture'
- title='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture' />
+ <a href="http://freedomincluded.com">
+ <img src="{% cdnprefix %}/media/freedomincluded.png"
+ alt="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture"
+ title="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" />
</a>
</div>
{% endcache %}
diff --git a/templates/public/svn.html b/templates/public/svn.html
index ba19845e..80367eaf 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="https://projects.parabolagnulinux.org" title="Projects
page">Projects</a> on git!
</p>