summaryrefslogtreecommitdiff
path: root/templates/public/index.html
blob: 6555debc25ccababe86f6d05552e44d4af5e51ce (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{% extends "base.html" %}
{% load markup %}
{% load cache %}
{% load cdn %}

{% block head %}
<link rel="alternate" type="application/rss+xml" title="Parabola News Updates" href="/feeds/news/" />
<link rel="alternate" type="application/rss+xml" title="Parabola Package Updates" href="/feeds/packages/" />
{% endblock %}

{% block content_left %}
{% cache 300 main-page-left secure %}
<div id="intro" class="box">

    <h2>A <em>libre</em> version of Archlinux</h2>

    <p>You've reached the website for <strong>Parabola GNU/Linux-libre</strong>,
    a project aiming to provide a fully free as in freedom Archlinux, the
    lightweight and flexible GNU/Linux distribution that tries to Keep It
    Simple.</p>

    <p>Currently we provide the official libre packages from Arch, plus our own
    libre replacements when necessary, all of them optimized for the i686 and
    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>
    
    <p class="readmore"><a href="{% url page-about %}"
        title="Learn more about Parabola">Learn more...</a></p>

</div><!-- #intro -->

<div id="news">

    <h3>Latest News <span class="more">(<a href="{% url news-list %}"
                title="Browse the news archives">more</a>)</span></h3>

    <a href="/feeds/news/" title="Parabola News RSS Feed"
        class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>

    {% for news in news_updates %}
    <h4><a href="{{ news.get_absolute_url }}"
            title="View full article: {{ news.title }}">{{ news.title }}</a></h4>
    <p class="timestamp">{{ news.postdate|date }}</p>
    <div class="article-content">{{ news.content|markdown|truncatewords_html:75 }}</div>
    {% endfor %}

</div><!-- #news -->
{% endcache %}
{% endblock %}

{% block content_right %}
{% cache 300 main-page-right secure %}
<div id="pkgsearch" class="widget">

    <form id="pkgsearch-form" method="get" action="/packages/">
        <fieldset>
            <label for="pkgsearch-field">Package Search:</label>
            <input id="pkgsearch-field" type="text" name="q" size="18" maxlength="200" />
        </fieldset>
    </form>

</div>

<div id="pkg-updates" class="widget box">

    <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
            title="Browse all of the latest packages">more</a>)</span></h3>

    <a href="/feeds/packages/" title="Parabola Package Updates RSS Feed"
        class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>

    <table>
        {% for update in pkg_updates %}
        {% with update|first as fpkg %}
        <tr>
            <td class="pkg-name"><span class="{{ fpkg.repo|lower }}">{{ fpkg.pkgname }} {{ fpkg.pkgver }}-{{ fpkg.pkgrel }}</span></td>
            <td class="pkg-arch">
                {% for pkg in update %}<a href="{{ pkg.get_absolute_url }}"
                    title="Details for {{ pkg.pkgname }} [{{ pkg.repo|lower }}]">{{ pkg.arch }}</a>{% if not forloop.last %}/{% endif %}{% endfor %}
            </td>
        </tr>
        {% endwith %}
        {% endfor %}
    </table>
</div>

<div id="nav-sidebar" class="widget">

    <h4>Documentation</h4>

    <ul>
        <li><a href="https://wiki.parabolagnulinux.org/"
            title="Community documentation">Wiki</a></li>
        <li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide"
            title="Also applies for Parabola">Official Archlinux Installation Guide</a></li>
        <li><a href="https://wiki.parabolagnulinux.org/Migration"
            title="Free your Arch instalation">Migration from Archlinux</a></li>
        <li><a href="https://wiki.archlinux.org/index.php/Beginners'_Guide"
            title="A good place to start for beginners">Archlinux Unofficial Beginners' Guide</a></li>
    </ul>

    <h4>Community</h4>

    <ul>
        <li><a href="http://list.parabolagnulinux.org/mailman/listinfo/"
            title="Community and developer mailing lists">Mailing Lists</a></li>
        <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>

    <h4>Support</h4>

    <ul>
        <li><a href="{% url page-donate %}" title="Help support Parabola">Donate</a></li>
    </ul>

    <h4>Tools</h4>

    <ul>
        <li><a href="/packages/differences/"
            title="See differences in packages between available architectures">Differences by Architecture</a></li>
    </ul>

    <h4>Development</h4>

    <ul>
        <li><a href="/packages/"
            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://bugs.parabola.kiwwwi.com.ar/"
            title="Report/track bugs or make feature requests">Bug Tracker</a></li>
        <li><a href="{% url page-svn %}"
            title="View SVN entries for packages">SVN Repositories</a></li>
        <li><a href="http://projects.parabola.kiwwwi.com.ar/"
            title="Official Parabola projects (git)">Projects in Git</a></li>
        <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/DeveloperWiki"
            title="Developer Wiki articles">DeveloperWiki</a></li>
        <li><a href="/todolists/"
            title="Developer Todo Lists">Todo Lists</a></li>
    </ul>

    <h4>About</h4>

    <ul>
        <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.parabola.kiwwwi.com.ar/index.php/Parabola_Press_Review"
            title="Parabola in the media">Press Coverage</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>
        <li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
        <li><a href="{% url page-devs %}" title="Active hackers">Hackers Profiles</a></li>
        <li><a href="{% url page-fellows %}" title="Retired hackers">Fellows Profiles</a></li>
    </ul>

</div><!-- #nav-sidebar -->

{% comment %}
<div id="home-paypal-button" class="widget">
</div>
{% endcomment %}

<div id="arch-sponsors" class="widget">
<small>Space for sponsors</small>
</div>
{% endcache %}
{% endblock %}