From f2942ee2d1d220554a7c316766ef1ff3e942ff55 Mon Sep 17 00:00:00 2001 From: LubuWest Date: Sun, 13 May 2018 16:47:10 +0200 Subject: [PATCH] first commit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40edc61..e93141e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## About -This is a javascript widget that shows the public timeline of an account in the Federation (Diaspora, Friendica, Hubzilla) and Mastodon. Currently onlytested with Friendica. +This is a javascript widget that shows the public timeline of an account in the Federation (Diaspora, Friendica, Hubzilla) and Mastodon. Currently only tested with Friendica. This works for a user or a group. It is loosely based on the [ELI widget](https://github.com/blankoworld/eli) for GNU Social. -![User Timeline](federation-user.png) +![User Timeline](federation_user.png) ![Group Timeline](federation_group.png) @@ -157,4 +157,4 @@ You probably want to change these variables: * Copy/paste the content of federation-widget.max.js * Delete the license, the first lines ```var loadForm``` and the loadConfig() function * Click on **Minify** - * Copy the result into eli.js file + * Copy the result into federation-widget.js file