This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new c207ca3  Docco
c207ca3 is described below

commit c207ca321829558f71a17a2db26ed5843f0e0903
Author: Sebb <[email protected]>
AuthorDate: Sun Aug 29 23:45:55 2021 +0100

    Docco
---
 www/members/download_check.cgi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/www/members/download_check.cgi b/www/members/download_check.cgi
index 51240b9..36b88fa 100755
--- a/www/members/download_check.cgi
+++ b/www/members/download_check.cgi
@@ -20,17 +20,19 @@ _html do
         _p do
           _b '*** BETA ***'
         end
+        _p 'N.B. Cannot check download pages that use JavaScript to generate 
the links'
         _p 'This page can be used to check that an Apache download page has 
been set up correctly.'
         _p do
-          _'The download page is checked for the following:'
+          _ 'The download page is checked for the following:'
           _ul do
             _li 'Does not link to dist.apache.org'
             _li 'Page does not reference repository.apache.org'
             _li 'Has link to KEYS file'
-            _li 'References need to verify downloads'
-            _li 'If gpg verify example is given, should include second 
parameter'
+            _li 'It must refer to the need to verify downloads'
+            _li 'If a gpg verify example is given, should include second 
parameter'
             _li 'Each artifact has a signature and a hash, which should not be 
MD5 or SHA1'
 #            _li 'If a version is specified, there must be an artifact link 
with that version'
+            _li 'There must be some artifact references on the page'
           end
           _p 'If any errors are found, no further checks are made unless 
"Always check links" is enabled'
           _p 'Links are checked by using HTTP HEAD requests; however links to 
the archive server are not checked unless "Check archive server links" is 
selected'

Reply via email to