{% extends "base.html" %} {% block title %}The Spring — Live BBS{% endblock %} {% block content %}
{{ user_count }}
Members
{{ thread_count }}
New Threads
{{ post_count }}
Posts
{{ archive_comment_count }}
Archive Replies
{% if not current_user %}
[ new here? ]   The Spring is back. Pick a handle, post on the porch, argue politics, gush in drool. No email required. No algorithms. Just text.   sign up · login
{% endif %}
Conferences
{% for key, (name, desc) in conferences.items() %}
{{ name }} {{ desc }} · {{ counts.get(key, 0) }}
{% endfor %}
{% if archive_items %}
Recent replies to archived threads
{% endif %} {% if recent %}
Recent new threads
{% endif %}
Looking for the 2000 archive? The original thread titles from October 2000 (all 30 conferences, 1,195 threads, 85,945 response counts) are preserved read-only at austinspring.com/bbs/. This page is the new living BBS — same conferences, new voices.
{% endblock %}