diff --git a/datafiles/templates/Html/browse.html.st b/datafiles/templates/Html/browse.html.st index a8b8e6af..8f79ce63 100644 --- a/datafiles/templates/Html/browse.html.st +++ b/datafiles/templates/Html/browse.html.st @@ -173,7 +173,7 @@
Only show packages with more than 1000 downloads within the last 30 days. The download count is inexact because Hackage uses a content delivery network.
(lastUpload < 2021-10-29)
Only show packages for which the last upload was before (i.e. excluding) the given UTC date in the 'complete date' format as specified using ISO 8601.
-
(lastUpload = 2021-10-29)
x +
(lastUpload = 2021-10-29)
Only show packages for which the last upload was within the 24 hours of the given UTC date.
(maintainer:SimonMarlow)
Only show packages for which the maintainers list includes the user name SimonMarlow.