summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/templates/about.html')
-rw-r--r--adenosine-pds/templates/about.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/adenosine-pds/templates/about.html b/adenosine-pds/templates/about.html
index 6c30c6b..ff00c30 100644
--- a/adenosine-pds/templates/about.html
+++ b/adenosine-pds/templates/about.html
@@ -1,6 +1,13 @@
{% extends "base.html" %}
-{% block content %}
-This about page is the kind of place one would put policies, license details, etc.
+{% block main %}
+<h2>about adenosine</h2>
+
+<p>This is an experimental "personal data server" instance of the <a
+href="https://atproto.com">atproto</a> social media protocol. It is running the
+open-source hobby-grade <a
+href="https://gitlab.com/bnewbold/adenosine">adenosine</a> software, which may
+or may not be compatible with other implementations like the official Bluesky
+client/network.
{% endblock %}