summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-16 15:35:59 -0500
committerDan McGee <dan@archlinux.org>2011-08-16 15:46:14 -0500
commita06ab5c1eb2053d33e15244ea579875aa72c0c1f (patch)
treefadab5eff234b3e40323948aad2493550466552c
parent8e1cae30596e48bfcc958dcd840c09b4cb8987ba (diff)
downloadarchweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.tar.gz
archweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.zip
Tabs -> spaces in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/search.html12
-rw-r--r--templates/public/about.html2
-rw-r--r--templates/public/index.html4
-rw-r--r--templates/public/svn.html18
-rw-r--r--templates/registration/logout.html2
5 files changed, 19 insertions, 19 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index eb4aceca..8a357024 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -153,12 +153,12 @@
</div><!-- #pkglist-results -->
{% else %}
<div class="box">
- <p>We couldn't find any packages matching your query. Try searching again
- using different criteria, or try
- {% if search_form.q.data %}
- <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a>
- {% else %}searching the AUR{% endif %}
- to see if the package can be found there.</p>
+ <p>We couldn't find any packages matching your query. Try searching again
+ using different criteria, or try
+ {% if search_form.q.data %}
+ <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a>
+ {% else %}searching the AUR{% endif %}
+ to see if the package can be found there.</p>
</div>
{% endif %}
diff --git a/templates/public/about.html b/templates/public/about.html
index 0e0601e8..bf38e8a1 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -3,7 +3,7 @@
{% block content %}
<div class="box">
<h2 class="title">About Arch Linux</h2>
- <p>
+<p>
Arch Linux is an independently developed, i686/x86-64 general purpose GNU/Linux
distribution versatile enough to suit any role. Development focuses on
simplicity, minimalism, and code elegance. Arch is installed as a
diff --git a/templates/public/index.html b/templates/public/index.html
index add921d1..e68943c8 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -82,7 +82,7 @@
{% for update in pkg_updates %}
<tr>
<td class="pkg-name"><span class="{{ update.repo|lower }}">{{ update.pkgbase }} {{ update.version }}</span></td>
- <td class="pkg-arch">
+ <td class="pkg-arch">
{% for pkg in update.package_links %}<a href="{{ pkg.get_absolute_url }}"
title="Details for {{ pkg.pkgname }} [{{ pkg.repo|lower }}]">{{ pkg.arch }}</a>{% if not forloop.last %}/{% endif %}{% endfor %}
</td>
@@ -161,7 +161,7 @@
title="Developer Wiki articles">DeveloperWiki</a></li>
<li><a href="/todolists/"
title="Developer Todo Lists">Todo Lists</a></li>
- <li><a href="{% url releng-test-overview %}"
+ <li><a href="{% url releng-test-overview %}"
title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li>
</ul>
diff --git a/templates/public/svn.html b/templates/public/svn.html
index dd175bcc..aedd9a73 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -7,25 +7,25 @@
The PKGBUILD files can be fetched via the ABS utility. To learn more
about ABS, see <a href="https://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>.
</p>
- <p>The SVN repositories have been cloned into git repositories and can be
- viewed via the cgit interface.
- <a href="http://projects.archlinux.org/svntogit/packages.git/">All
- packages</a> are available here except for
- <a href="http://projects.archlinux.org/svntogit/community.git/">community
- and multilib</a> which are available in a different repository.</p>
+ <p>The SVN repositories have been cloned into git repositories and can be
+ viewed via the cgit interface.
+ <a href="http://projects.archlinux.org/svntogit/packages.git/">All
+ packages</a> are available here except for
+ <a href="http://projects.archlinux.org/svntogit/community.git/">community
+ and multilib</a> which are available in a different repository.</p>
<p>
You can also get individual PKGBUILDs directly from SVN. This can be
especially useful if you need to compile an older version of a package.
<strong>DO NOT CHECK OUT THE ENTIRE SVN REPO</strong>. Your address may be
blocked. Use the following commands to check out a specific package:
- </p>
+ </p>
<pre>svn checkout --depth=empty svn://svn.archlinux.org/packages
cd packages
svn update &lt;your-package-name&gt;</pre>
- For the community and multilib repositories, use the following commands
- instead:
+ For the community and multilib repositories, use the following commands
+ instead:
<pre>svn checkout --depth=empty svn://svn.archlinux.org/community
cd community
svn update &lt;your-package-name&gt;</pre>
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index e890ce99..50b3574b 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -5,7 +5,7 @@
<div id="dev-logout" class="box">
<h2>Developer Logout</h2>
- <p>Logout was successful.<p>
+ <p>Logout was successful.<p>
</div>
{% endblock %}