From 9cb6bfc9b8d58a41be5b36586a805811ae2bbb3d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 13:12:52 +0200 Subject: [PATCH] Add image --- index.html | 3 +++ style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/index.html b/index.html index 95b0706..6dcbe5e 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 edcb992..7a35487 100644 --- a/style.css +++ b/style.css @@ -110,3 +110,7 @@ a { .dash { font-family: "ARK-ES"; } + +#logbot-help { + float: right; +}