X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fnewpkg.tmpl;h=0f36b4cf807aa7b568f58113791801056ef4cc2e;hb=43b89ddd54b60021713101a0c61e58608e032014;hp=0586a6eca606fffb0ec972a4d3ee2a70f984d9de;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac;p=deb%2Fpackages.git diff --git a/templates/html/newpkg.tmpl b/templates/html/newpkg.tmpl index 0586a6e..0f36b4c 100644 --- a/templates/html/newpkg.tmpl +++ b/templates/html/newpkg.tmpl @@ -2,11 +2,16 @@ title_tag = "New Packages in \"$suite\"" description = desc keywords = "$suite, new packages, $section" - html_meta = '' + rss_alternate = 'newpkg?format=rss' -%]

New Packages in "[% suite %]"

-

The following packages were added to suite [% suite %][% " (section $section)" IF section %] in the [% organisation %] archive during the last 7 days.

+

The following packages were added to suite [% suite %][% " (section $section)" IF section %] in the [% organisation %] archive during the last 7 days. You can also display this list +[%- IF opts.mode == 'byage' %] + sorted by name +[%- ELSE %] + sorted by age +[%- END %].

This information is also available as an RSS feed [RSS 1.0 Feed]

@@ -28,4 +33,6 @@ [%- END -%] [% ', ' UNLESS loop.last %] [% END %] -

\ No newline at end of file +

+ +[%- PROCESS 'html/foot.tmpl' -%]