diff --git a/index.html b/index.html index 0c27bc7..5770209 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,9 @@ We also encourage you to share thoughts, ideas, references and images to our rel

How does it work?

The anarchive can be experienced as a group chat: it is open for anyone to join, without registration and accessible through a regular web browser. It is a place to meet other relearners and share thoughts, images, PDFs, texts etc.

However, it is also a place to meet and interact with our friendly logbot. The logbot is a project which was created within the context of Varia as a way to support our modes of organisation and our need for on-the-fly archiving. It is Python program, written and maintained by Varia members, which sits in our group chats when invited and acts as a helpful co-anarchivist. This mode of ad-hoc digital archiving between friends is something we want to bring to the process of documenting our experience at Relearn this year.

+ + Logbot responding to help messages +

The logbot responds by name and takes as input your submissions for the Relearn anarchive. It can also guide you in the ways of working with the anarchive using a special @help message. Once the logbot accepts a submission it will then make them public on a generated static web page: vvvvvvaria.org/logs/relearn-2021-anarchive.

How to contribute

diff --git a/style.css b/style.css index 98241a5..84de581 100644 --- a/style.css +++ b/style.css @@ -121,3 +121,7 @@ a { padding-left: 20px; padding-top: 20px; } + +#logbot-help { + float: right; +}