first commit

This commit is contained in:
LubuWest 2018-05-13 16:47:10 +02:00
parent 1d1de72d34
commit f2942ee2d1
1 changed files with 3 additions and 3 deletions

View File

@ -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