From 2a495e9cabeea4246508492cf3cf3a35a465585e Mon Sep 17 00:00:00 2001 From: David Adler <63927781+trutzig89182@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:51:18 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b63da35..dd519b85 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to get in touch with other people maintaining an “Academics on Mas ### csv file The csv file is stored in `/resources/`. -Any file with the colums `account,name,url` will do. We are planing to add keywords and main language(s) and offer a way to filter the list. So, looking forward you could also include a colum `keywords`and colum `language`. +Any file with the colums `account,name,url` will do. We are planing to add keywords and main language(s) and offer a way to filter the list. So, looking forward you could also include a column `keywords`and column `language`. Keywords should be seperated by a space (" ") and multiword keywords connected by an underscore ("_"). Languages are seperated by a space (" "). Make sure that you don’t use any commas here, as that would break the CSV file’s structure. If you don’t have columns named “keywords” and “language” nothing happens. If you have such columns and you use them differently, you may have to addapt the app.js file. ### tootformat.html The page `tootformat.html` renders all accounts from the csv file as “account (name)”. This offers you a more readable format, which you can copy to your posts in Mastodon. It can be reached if you add `/tootformat.html` to your webpage’s url. From 333a44354ca742f2ebb00dcfeeae9ee8c58473af Mon Sep 17 00:00:00 2001 From: David Adler <63927781+trutzig89182@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:52:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd519b85..2acfd891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mastodon Sociologists +# Sociologists ond Mastodon This repository provides a most simple web app that helps to bulk follow sociologists on the FOSS microblogging service Mastodon. In it you can create a csv-file that can be uploaded in any accounts mastodon seetings, in order to follow a list of accounts at once.