Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datafiles/templates/Html/browse.html.st
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<dd>Only show packages with more than 1000 downloads within the last 30 days. The download count is inexact because Hackage uses a <a href="https://en.wikipedia.org/wiki/Content_delivery_network" target=_blank>content delivery network</a>.</dd>
<dt>(lastUpload &lt; 2021-10-29)</dt>
<dd>Only show packages for which the last upload was before (i.e. excluding) the given UTC date in <a target=_blank href="https://www.w3.org/TR/NOTE-datetime">the 'complete date' format as specified using ISO 8601</a>.</dd>
<dt>(lastUpload = 2021-10-29)</dt>x
<dt>(lastUpload = 2021-10-29)</dt>
<dd>Only show packages for which the last upload was within the 24 hours of the given UTC date.</dd>
<dt>(maintainer:SimonMarlow)</dt>
<dd>Only show packages for which the maintainers list includes the user name <a target=_blank href="/user/SimonMarlow">SimonMarlow</a>.</dd>
Expand Down