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

richard python-checkins at python.org
Fri Apr 8 02:46:27 CEST 2011


Author: richard
Date: Fri Apr  8 02:46:27 2011
New Revision: 906

Modified:
   trunk/pypi/templates/index.pt
Log:
clarify "score"

Modified: trunk/pypi/templates/index.pt
==============================================================================
--- trunk/pypi/templates/index.pt	(original)
+++ trunk/pypi/templates/index.pt	Fri Apr  8 02:46:27 2011
@@ -12,7 +12,7 @@
 <table class="list" tal:condition="data/matches">
 <tr>
  <th>Package</th>
- <th tal:condition="exists:data/scores"><u title="Occurrence of search term weighted by field (name, summary, keywords, description, author, maintainer)">Score</u></th>
+ <th tal:condition="exists:data/scores"><u title="Occurrence of search term weighted by field (name, summary, keywords, description, author, maintainer)">Weight*</u></th>
  <th>Description</th>
 </tr>
 
@@ -31,5 +31,8 @@
 </tr>
 </table>
 
+<p tal:condition="exists:data/scores">*: occurrence of search term weighted by
+field (name, summary, keywords, description, author, maintainer)</p>
+
 </metal:slot>
 </html>


More information about the Pypi-checkins mailing list