Mirror plugin on Github for use with Github Updater

This commit is contained in:
Django Doucet 2019-12-30 14:30:11 -05:00
parent fd522ee69f
commit 43f7a926dd
3 changed files with 18 additions and 14 deletions

View File

@ -2,9 +2,9 @@
/**
* Plugin Name: FediEmbedi
* Plugin URI: https://git.feneas.org/mediaformat/fediembedi
* GitLab Plugin URI: https://git.feneas.org/mediaformat/fediembedi
* Github Plugin URI: https://git.feneas.org/mediaformat/fediembedi
* Description: A widget to show your Mastodon profile timeline
* Version: 0.4.1
* Version: 0.5.0
* Author: mediaformat
* Author URI: https://mediaformat.org
* License: GPL2

View File

@ -7,6 +7,7 @@ Display your Fediverse timeline in a widget
> FediEmbedi is beta software.
FediEmbedi will display your Mastodon, Pleroma, or Pixelfed timeline in a widget, with various display options.
### Currently supported software
* Mastodon
@ -21,14 +22,12 @@ Display your Fediverse timeline in a widget
### Development
For the time being development will happen on [git.feneas.org](https://git.feneas.org/mediaformat/fediembedi "FediEmbedi").
For the time being development will happen on [git.feneas.org](https://git.feneas.org/mediaformat/fediembedi) .
### Updates
The plugin is under active development, and will keep be tagging releases.
I will be setting up a Github mirror, to facilitate updates using [Github Updater](https://github.com/afragen/github-updater)
as a companion plugin.
The plugin is under active development, to keep FediEmbedi updated install [Github Updater](https://github.com/afragen/github-updater) as a companion plugin, and it will manage updates from within your Wordpress installation.
## Installation
@ -47,12 +46,15 @@ e.g.
### Does this plugin store my login info?
No, this plugin uses oAuth 2.0. You will be sent to login to your Instance
and redirected to your site with a secure token. Similar to how apps connect to your account
No, this plugin uses [OAuth 2.0](https://oauth.net/). You will be sent to login to your Instance
and redirected to your site with a secure token. Similar to how you would connect a mobile app to your account
## Changelog
### 0.5.0
* Mirror plugin on Github for use with [Github Updater](https://github.com/afragen/github-updater)
### 0.4.1
* Readme updates

View File

@ -32,9 +32,8 @@ For the time being development will happen on [git.feneas.org](https://git.fenea
= Updates =
The plugin is under active development, and will keep be tagging releases.
I will be setting up a Github mirror, to facilitate updates using [Github Updater](https://github.com/afragen/github-updater)
as a companion plugin.
The plugin is under active development, to keep FediEmbedi updated install [Github Updater](https://github.com/afragen/github-updater)
as a companion plugin, and it will manage updates from within your Wordpress installation.
== Installation ==
@ -48,17 +47,20 @@ e.g.
or using Github Updater
1. Settings -> Github Updater
1. Install plugin tab -> Plugin URI = `https://git.feneas.org/mediaformat/fediembedi`
1. Install plugin tab -> Plugin URI = `https://github.com/mediaformat/fediembedi`
== Frequently Asked Questions ==
= Does this plugin store my login info? =
No, this plugin uses oAuth 2.0. You will be sent to login to your Instance
and redirected to your site with a secure token. Similar to how apps connect to your account
No, this plugin uses [OAuth 2.0](https://oauth.net/). You will be sent to login to your Instance
and redirected to your site with a secure token. Similar to how you would connect a mobile app to your account
== Changelog ==
= 0.5.0 =
* Mirror plugin on Github for use with [Github Updater](https://github.com/afragen/github-updater)
= 0.4.0 =
* Fix for Github updates