]> git.deb.at Git - deb/packages.git/blobdiff - templates/rss/newpkg.tmpl
Update all .po and .pot files
[deb/packages.git] / templates / rss / newpkg.tmpl
index 4735c4423848e97611f919f8e3dc595f26e79c49..c95ee53f2b29c13809c25bbb5aac5a90d9d6d3de 100644 (file)
 <title>[% g('New %s Packages', organisation) %]</title>
 <link>[% root_url %]newpkg</link>
 <description>
-[%- IF section; 
-       g('Packages that were added to the %s %s archive (section "%s") during the last 7 days.',
-       suite, organisation, section);
+[%- IF section;
+       g('The following packages were added to suite %s (section %s) in the %s archive during the last 7 days.',
+       suite, section, organisation);
     ELSE;
-       g('Packages that were added to the %s %s archive during the last 7 days.',
-       suite, organisation, section);
+       g('The following packages were added to suite %s in the %s archive during the last 7 days.',
+       suite, organisation);
     END; -%]
 </description>
 <dc:language>[% lang %]</dc:language>
@@ -47,7 +47,7 @@
 <item rdf:about="[% root_url _ pkg.0 %]">
 <title>[% pkg.0 %]</title>
 <link>[% root_url _ pkg.0 %]</link>
-<description>[% pkg.-1 %]</description>
+<description>[% pkg.-1 | html %]</description>
 <dc:subject>[% pkg.6 %]</dc:subject>
 </item>
 [% END -%]