aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts/security/dla.rdf.in
blob: 9f00f0fadae8d089f6bbb98d718ee6a6c6bdb250 (plain) (blame)
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
#use wml::debian::recent_list

<bind-gettext-domain domain="security" />

<suck><?xml version="1.0" encoding="$(CHARSET)"?>
<?xml-stylesheet href="dla-rdf.css" type="text/css"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="$(CUR_ISO_LANG)"
>

<channel rdf:about="https://www.debian.org/lts/security/dla.rdf">
  <title><gettext domain="security">Debian LTS Security</gettext></title>
  <link>https://www.debian.org/lts/security/</link>
  <description>
<gettext domain="security">Debian LTS Security Advisories</gettext>
  </description>
  <dc:date><:= rdf_ctime(); :></dc:date>
  <items>
    <rdf:Seq>
<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/lts/security', 'rdfseq bydate', 'dla-\d+' ); :>
    </rdf:Seq>
  </items>
</channel>

<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/lts/security', 'rdf bydate', 'dla-\d+' ); :>

</rdf:RDF>

© 2014-2024 Faster IT GmbH | imprint | privacy policy