chiark / gitweb /
Imprecation against scraping query_offers
[ypp-sc-tools.web-live.git] / yarrg / web / query_offers
index 4c9c71ec2a0de4284b4929ba5fdc2fff0e7a1f47..0e1aa989a7bf61b5c7ff8b1bda8281d72d25671a 100644 (file)
@@ -187,7 +187,7 @@ foreach my $bs (split /_/, $qa->{BuySell}) {
 %                      $ts_sortkeys{$ci}{$rowid}= $val;
 <td <% $ci >= 3 ? 'align=right' : '' %> ><% $val |h %>
 %              }
-<td id="<% $tscellid %>" ><% prettyprint_age($age) %>
+<td id="<% $tscellid %>" align=right><% prettyprint_age($age) %>
 </tr>
 %              $rowix++;
 %      }
@@ -211,3 +211,10 @@ No offers.
 <%perl>
 }
 </%perl>
+
+<p>
+(Please don't use these pages to scrape data out of the YARRG
+database.  This will be a pain for you to program, slow to run, and
+pointlessly overload our server.  Instead, see our
+<a href="devel">information for developers</a>
+to find out how to get testing data or a real-time feed.)