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

martin.von.loewis python-checkins at python.org
Sun Mar 27 20:36:05 CEST 2011


Author: martin.von.loewis
Date: Sun Mar 27 20:36:04 2011
New Revision: 897

Modified:
   trunk/pypi/templates/mirrors.pt
   trunk/pypi/templates/register.pt
   trunk/pypi/templates/standard_template.pt
Log:
Patches from anatoly techtonik: fix typos and markup glitches.


Modified: trunk/pypi/templates/mirrors.pt
==============================================================================
--- trunk/pypi/templates/mirrors.pt	(original)
+++ trunk/pypi/templates/mirrors.pt	Sun Mar 27 20:36:04 2011
@@ -5,9 +5,9 @@
       metal:use-macro="standard_template/macros/page">
       <metal:fill fill-slot="body">
 
- <p>The PyPI repository provides alternative locations that stores the packages.
+ <p>The PyPI repository provides alternative locations that store the packages.
  This service is primarily intended to be used by automated download tools
- (such as setuptools or pip); ask your tool vendor to make use of this infratructure.
+ (such as setuptools or pip); ask your tool vendor to make use of this infrastructure.
  </p>
  <p>You can also manually point these tools to mirrors, or use them in the
  web browser, by using one of these host names instead of pypi.python.org:</p>

Modified: trunk/pypi/templates/register.pt
==============================================================================
--- trunk/pypi/templates/register.pt	(original)
+++ trunk/pypi/templates/register.pt	Sun Mar 27 20:36:04 2011
@@ -93,7 +93,7 @@
     <p tal:condition="not:data/new_user">Claim OpenID, either from one of these providers:
      <tal:block tal:repeat="prov data/providers">
       <a tal:attributes="href prov/claim">
-       <img tal:attributes="src prov/favicon; title prov/title"/>
+       <img tal:attributes="src prov/favicon; title prov/title; alt prov/title"/>
       </a>
      </tal:block>
     or enter your ID explicitly:

Modified: trunk/pypi/templates/standard_template.pt
==============================================================================
--- trunk/pypi/templates/standard_template.pt	(original)
+++ trunk/pypi/templates/standard_template.pt	Sun Mar 27 20:36:04 2011
@@ -22,7 +22,7 @@
 
        <metal:slot define-slot="head" />
 
-       <style type="text/css" rel="stylesheet">
+       <style type="text/css">
        </style>
     </head>
     <body>
@@ -129,7 +129,7 @@
 		    <li>Use <a tal:attributes="href string:${app/url_path}?:action=openid">OpenID</a>
                       <tal:block tal:repeat="prov data/providers">
 			<a tal:attributes="href prov/login">
-                       <img tal:attributes="src prov/favicon; title prov/title"/>
+                       <img tal:attributes="src prov/favicon; title prov/title; alt prov/title"/>
 			</a>
                       </tal:block>
                     </li>


More information about the Pypi-checkins mailing list