From 53b846c50ff479da84d260b35484cb45feb249ef Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 13:49:50 +0200 Subject: [PATCH 01/15] Fix that --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0883438..bd67972 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@ We also encourage you to share thoughts, ideas, references and images to our rel

Our anarchive can be defined in many ways. An autonomous place for the Relearn community to dialogue without words. As the traces of our collective thinking-out-loud. A collective warm up exercise familiar to the materialities of the everyday group chat. A clutter of information that is not the documentation of a past activity but of something that evokes the not yet known. An unhierarchical accumulation of images, documents and links to spark the tracks that perhaps will run through Relearn.

-

During the face-to-face event, we aim to have in-print forms of the anarchive available at hand. We will use the contents as a collective starting point for our discussions and a way to map out our shared interests.

+

During the face-to-face event, we aim to have in-print forms of the anarchive available at hand. We will use the contents as a collective starting point for our discussions and a way to inform the mapping of our shared interests.

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.

From 65e4a48822fdadd1d26c6314deb079f340455590 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 13:51:57 +0200 Subject: [PATCH 02/15] Fix that also --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bd67972..3fe3812 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ We also encourage you to share thoughts, ideas, references and images to our rel

The what and the why of the Anarchive

-

In the run up to July, we open up a shared digital space, as a low-tech hangout and a convivial mode of archiving. Analogous to the Relearn practice of archiving collective outputs without a focus on specific outcomes, this is our approach: the Relearn "anarchive".

+

In the run-up to July, we open up a shared digital space, as a low-tech hangout and a convivial mode of archiving. Analogous to the Relearn practice of archiving collective outputs without a focus on specific outcomes, this is our approach: the Relearn "anarchive".

Our anarchive can be defined in many ways. An autonomous place for the Relearn community to dialogue without words. As the traces of our collective thinking-out-loud. A collective warm up exercise familiar to the materialities of the everyday group chat. A clutter of information that is not the documentation of a past activity but of something that evokes the not yet known. An unhierarchical accumulation of images, documents and links to spark the tracks that perhaps will run through Relearn.

From 81c6bf59aa25e9433c4d327587321a5261a3a108 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 13:52:59 +0200 Subject: [PATCH 03/15] Fix links --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3fe3812..6209ba5 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@ 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.

+

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 From 4956289241afca6ff8a354b797fea0eb06f1abe0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 13:55:35 +0200 Subject: [PATCH 04/15] Fix wording --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6209ba5..b3733a0 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@ We also encourage you to share thoughts, ideas, references and images to our rel 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.

+

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 static: vvvvvvaria.org/logs/relearn-2021-anarchive.

How to contribute

If you are thinking through the loose ends of Relearn 2021 then please become a fellow anarchivist! You can visit the group chat via relearn2021.vvvvvvaria.org, choose a username and then it is possible to upload texts, documents, images etc and chat with other relearners. Once you close the browser window, you will be "logged out". This is more temporary mode of interacting with the archive.

From 5de5a257a9036d02da947e9a836da237072d872a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:01:53 +0200 Subject: [PATCH 05/15] Remove body margin --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 80556af..7fd16d7 100644 --- a/style.css +++ b/style.css @@ -126,6 +126,11 @@ a { select { font-size: 1.5em; } + #logbot-help { float: right; } + +body { + margin: 0; +} From 35097a5f54415d7cf59083a79a0f8609845fa333 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:03:19 +0200 Subject: [PATCH 06/15] Fix wording --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b3733a0..4ed52ac 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@ We also encourage you to share thoughts, ideas, references and images to our rel 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 static: vvvvvvaria.org/logs/relearn-2021-anarchive.

+

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: vvvvvvaria.org/logs/relearn-2021-anarchive.

How to contribute

If you are thinking through the loose ends of Relearn 2021 then please become a fellow anarchivist! You can visit the group chat via relearn2021.vvvvvvaria.org, choose a username and then it is possible to upload texts, documents, images etc and chat with other relearners. Once you close the browser window, you will be "logged out". This is more temporary mode of interacting with the archive.

From fcea000da38931b6d09892cfa8772d56d3ba6f8a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:03:56 +0200 Subject: [PATCH 07/15] Drop that --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4ed52ac..5d2f2fa 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@ We also encourage you to share thoughts, ideas, references and images to our rel

How to contribute

If you are thinking through the loose ends of Relearn 2021 then please become a fellow anarchivist! You can visit the group chat via relearn2021.vvvvvvaria.org, choose a username and then it is possible to upload texts, documents, images etc and chat with other relearners. Once you close the browser window, you will be "logged out". This is more temporary mode of interacting with the archive.

-

It is also possible to log into the chat in a more permanent manner. The group chat is hosted on a server located in Varia and uses community-run open source chat software. You can create an account and login using a client on your computer or phone. To learn more about how to do that, see this getting started guide. If you would like to have a Varia server account, please let us know and we can facilitate that.

+

It is also possible to log into the chat in a more permanent manner. The group chat is hosted on a server located in Varia and uses open source chat software. You can create an account and login using a client on your computer or phone. To learn more about how to do that, see this getting started guide. If you would like to have a Varia server account, please let us know and we can facilitate that.

From 4be81f19b84e635252312a052588894b20b4bd2d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:24:40 +0200 Subject: [PATCH 12/15] Fix typo and auto-format --- index.html | 355 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 256 insertions(+), 99 deletions(-) diff --git a/index.html b/index.html index beb3a33..9c215ba 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - - - - - - - + + + + From d655bc7404f67772cd64b364ae09fd5fe196709f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:31:55 +0200 Subject: [PATCH 13/15] Some space --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 7fd16d7..df59226 100644 --- a/style.css +++ b/style.css @@ -41,6 +41,7 @@ body { background: #d1dfc3; overflow-y: auto; } + #right { float: left; width: 50%; From ba80140efa166f64da21f7372763a33731f96f40 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:33:23 +0200 Subject: [PATCH 14/15] Remove non-existant thing --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index df59226..6efac11 100644 --- a/style.css +++ b/style.css @@ -110,7 +110,6 @@ h1 { a { text-decoration-style: dashed; - text-decoration-skip-ink: none; text-decoration-color: blue; color: black; } From 7c5775a48359c53c3fe57eb5fc27212818fc010b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 10:34:20 +0200 Subject: [PATCH 15/15] Fix font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6efac11..91228dc 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ } @font-face { - font-family: "Inconsolata"; + font-family: "Inconsolata Regular"; src: url("fonts/Inconsolata-Regular.otf") format("otf"); }