summaryrefslogtreecommitdiff
path: root/templates/public/download.html
blob: dac84394de0aeb9b67ac8f9faf287e691e01730d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{% extends "base.html" %}
{% load cache %}

{% block title %}Parabola - Downloads{% endblock %}
{% block navbarclass %}anb-download{% endblock %}

{% block content %}
<div id="arch-downloads" class="box">

    <h2>Parabola Downloads</h2>

	<p> Right now we are making changes of our repo structure and for
	now our previous iso images won't work.</p>

	<p> When we fix entirely our repo structure we will compile another
	iso and that will be avaliable from this page.</p>

	<p> For the moment being the only way to install Parabola GNU/Linux
	is to <a href=http://wiki.parabolagnulinux.org/migration>
	migrate from Archlinux</a></p>

    <h3>Existing Arch Users</h3>

    <p>If you are an existing 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'
        title='Migration Guide'>More here.</a></p>

</div>
{% endblock %}