summaryrefslogtreecommitdiffstats
path: root/templates/public/feeds.html
blob: 435930dbeaf8f3e4bcfac870c5a2a2e4647c6f05 (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
174
175
176
177
178
179
{% extends "base.html" %}
{% block title %}Arch Linux - RSS Feeds{% endblock %}

{% block content %}
<div id="rss-feeds" class="box">

    <h2>RSS Feeds</h2>

    <p>Several RSS feeds are available for consumption from the Arch website.
    The majority of these are package-related and allow feeds to be customized
    for the updates you care about.</p>

    <h3>News and Activity Feeds</h3>

    <p>Grab the <a href="/feeds/news/" class="rss" title="Arch Linux news feed">news item feed</a>
    to keep up-to-date with the latest news from the Arch Linux development staff.</p>

    <p>The <a href="https://wiki.archlinux.org/index.php?title=Special:RecentChanges&amp;feed=rss"
    title="ArchWiki Recent Changes feed" class="rss">Arch Wiki: Recent changes feed</a>
    is also available to track document changes from the <a href="https://wiki.archlinux.org/"
    title="Arch Wiki community documentation">Arch Wiki</a>.</p>

    <h3>Package Feeds</h3>

    <p>If you are interested in <a href="/feeds/packages/" class="rss"
        title="Arch Linux package updates feed">all package updates</a>,
    then grab this feed.

    <table class="pretty2">
        <thead>
            <tr>
                <th></th>
                <th>All Arches</th>
                {% for arch in arches %}
                <th>{{ arch }}</th>
                {% endfor %}
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><strong>All Repos</strong></td>
                <td><a href="/feeds/packages/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/{{ arch }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% for repo in repos %}
            <tr>
                <td><strong>{{ repo }}</strong></td>
                <td><a href="/feeds/packages/all/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/{{ arch }}/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% endfor %}
        </tbody>
    </table>

    <p>A <a href="https://aur.archlinux.org/rss/" class="rss" title="AUR newest packages feed">newest packages feed</a>
    is also available from the <a href="https://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p>

    <p>Recently added packages.</p>
    <table class="pretty2">
        <thead>
            <tr>
                <th></th>
                <th>All Arches</th>
                {% for arch in arches %}
                <th>{{ arch }}</th>
                {% endfor %}
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><strong>All Repos</strong></td>
                <td><a href="/feeds/packages/added/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/added/{{ arch }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% for repo in repos %}
            <tr>
                <td><strong>{{ repo }}</strong></td>
                <td><a href="/feeds/packages/added/all/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/added/{{ arch }}/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% endfor %}
        </tbody>
    </table>

    <p>Recently removed packages.</p>
    <table class="pretty2">
        <thead>
            <tr>
                <th></th>
                <th>All Arches</th>
                {% for arch in arches %}
                <th>{{ arch }}</th>
                {% endfor %}
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><strong>All Repos</strong></td>
                <td><a href="/feeds/packages/removed/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/removed/{{ arch }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% for repo in repos %}
            <tr>
                <td><strong>{{ repo }}</strong></td>
                <td><a href="/feeds/packages/removed/all/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% for arch in arches %}
                <td><a href="/feeds/packages/removed/{{ arch }}/{{ repo|lower }}/" class="rss">Feed</a></td>
                {% endfor %}
            </tr>
            {% endfor %}
        </tbody>
    </table>

    <h3>Release Feed</h3>

    <p>Grab the <a href="/feeds/releases/" class="rss" title="Arch Linux release feed">ISO release feed</a>
    if you want to help seed the ISO release torrents as they come out.</p>

    <h3>Development Feeds</h3>

    <p>Subscribe to any of the following to track bug tickets and feature
    requests from the <a href="https://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p>

    <table class="pretty2">
        <thead>
            <tr>
                <th>Project</th>
                <th>Recently Opened Tasks</th>
                <th>Recently Edited Tasks</th>
                <th>Recently Closed Tasks</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>All Projects</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=0" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=0" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=0" class="rss">Feed</a></td>
            </tr><tr>
                <td>Arch Linux</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=1" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=1" class="rss">Feed</a></td>
            </tr><tr>
                <td>Release Engineering</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=6" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=6" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=6" class="rss">Feed</a></td>
            </tr><tr>
                <td>Pacman Development</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=3" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=3" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=3" class="rss">Feed</a></td>
            </tr><tr>
                <td>Community Packages</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=5" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=5" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=5" class="rss">Feed</a></td>
            </tr><tr>
                <td>AUR</td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=2" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=2" class="rss">Feed</a></td>
                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=2" class="rss">Feed</a></td>
            </tr>
        </tbody>
    </table>

 </div>
{% endblock %}