]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 4 Jul 2023 11:56:54 +0000 (13:56 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 4 Jul 2023 11:56:54 +0000 (13:56 +0200)
- STATIC_CHECK means well-known URLs are "statically" checked

templates/views/scoreboard.html

index 6f60109b21081bfa2727573730ab1a88b60f5446..7a030ef7e0914200b0ccf775166d3773194eb7c7 100644 (file)
             </div>
             <ol>
                 <li><b>AUTO_DISCOVERY</b>: <code>/.well-known/nodeinfo</code> was reachable and software type was found in nodeinfo response</li>
+                <li><b>STATIC_CHECK</b>: Node information was found by probing for well-known URLs</li>
                 <li><b>GENERATOR</b>: Meta data <code>generator</code> was found in HTML code</li>
                 <li><b>SITE_NAME</b>: Meta data <code>og:site_name</code> was found in HTML code</li>
                 <li><b>PLATFORM</b>: Meta data <code>og:platform</code> was found in HTML code</li>
-                <li><b>STATIC_CHECK</b>: All above did not reveal software type, so a check on pre-defined JSON elements was done</li>
                 <li><b>None</b>: the instance was not reachable or the used software was not stated</li>
             </ol>
         </div>