{% extends "base.html" %} {% block title %}BBS Directory{% endblock %} {% block content %}
Known peer BBSes — click any to see who's currently online there.
| BBS | Host | FTN | Online | Updated |
|---|---|---|---|---|
|
{{ p.name }}
{% if p.description %}
{{ p.description }}
{% endif %}
|
{{ p.hostname }}{% if p.finger_port and p.finger_port != 79 %}:{{ p.finger_port }}{% endif %} |
{% if p.ftn_address %}{{ p.ftn_address }}{% endif %} |
{% if p.online_count %} {{ p.online_count }} {% elif p.last_error %} err {% else %} 0 {% endif %} | {% if p.last_polled_at %}{{ p.last_polled_at.strftime('%H:%M:%S') }}{% else %}—{% endif %} |