- STATIC_CHECK means well-known URLs are "statically" checked
</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>