X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fviews%2Fscoreboard.html;h=bb25f1fe071aa85169df0fa8885a915eecc5337f;hb=ba67edf5cc964bb13a81af1a2e4768823e95a31a;hp=15d698d7458a3259c9b8247bf37b7d8b337fd1cb;hpb=1a1af0a6acc0e08a7feb6a9e5622a010099ef146;p=fba.git diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index 15d698d..bb25f1f 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -30,7 +30,7 @@ {% block content %}
- +
@@ -42,12 +42,14 @@
№ {% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}
{{loop.index}} - {% if mode in ('software', 'command', 'error_code', 'detection_mode', 'avg_peers', 'obfuscator', 'obfuscation') %} + {% if mode in ('error_code', 'avg_peers', 'obfuscator', 'obfuscation') %} {{entry['domain']}} {% elif entry['domain'] == None %} - {% elif mode == 'block_level' %} - {{entry['domain']}} + {{entry['domain']}} + {% elif mode in ('software', 'detection_mode', 'command') %} + {{entry['domain']}} {% else %} {% with domain=entry['domain'] %} {% include "widgets/links.html" %} @@ -65,28 +67,29 @@ {% block footer %} {% if mode == 'error_code' %}
-

Error codes:

+

Error codes:

  • Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.
{% elif mode == 'detection_mode' %}
-

Detection modes:

+

Detection modes:

Detection is done in following order:
  1. AUTO_DISCOVERY: /.well-known/nodeinfo was reachable and software type was found in nodeinfo response
  2. +
  3. STATIC_CHECK: Node information was found by probing for well-known URLs
  4. GENERATOR: Meta data generator was found in HTML code
  5. SITE_NAME: Meta data og:site_name was found in HTML code
  6. -
  7. STATIC_CHECK: All above did not reveal software type, so a check on pre-defined JSON elements was done
  8. +
  9. PLATFORM: Meta data og:platform was found in HTML code
  10. None: the instance was not reachable or the used software was not stated
{% elif mode == 'obfuscation' %}
-

Obfuscation status:

+

Obfuscation status:

  • Only supported networks are counted here.
  • None means not determined yet or erroneous.