[Pypi-checkins] r953 - trunk/pypi/templates

richard python-checkins at python.org
Tue Aug 23 02:44:55 CEST 2011


Author: richard
Date: Tue Aug 23 02:44:54 2011
New Revision: 953

Modified:
   trunk/pypi/templates/standard_template.pt
Log:
add daily rss to header

Modified: trunk/pypi/templates/standard_template.pt
==============================================================================
--- trunk/pypi/templates/standard_template.pt	(original)
+++ trunk/pypi/templates/standard_template.pt	Tue Aug 23 02:44:54 2011
@@ -11,7 +11,8 @@
       <title tal:content="string:${data/title} : Python Package Index" />
       <meta tal:attributes="content data/keywords" />
       <meta tal:attributes="content data/description" />
-       <link rel="alternate" type="application/rss+xml" title="RSS: 30 latest updates" href="http://www.python.org/pypi?:action=rss"/>
+       <link rel="alternate" type="application/rss+xml" title="RSS: 40 latest updates" href="http://www.python.org/pypi?:action=rss"/>
+       <link rel="alternate" type="application/rss+xml" title="RSS: 40 newest packages" href="http://www.python.org/pypi?:action=packages_rss"/>
        <link media="screen" tal:attributes="href string:${app/config/pydotorg}styles/screen-switcher-default.css" type="text/css" id="screen-switcher-stylesheet" rel="stylesheet" />
        <link media="screen" tal:attributes="href string:${app/config/pydotorg}styles/netscape4.css" type="text/css" rel="stylesheet" />
        <link media="print" tal:attributes="href string:${app/config/pydotorg}styles/print.css" type="text/css" rel="stylesheet" />


More information about the Pypi-checkins mailing list