|
1 | 1 | # Kirby IndieConnector |
| 2 | + |
2 | 3 | #### Send and receive Webmentions, send Mastodon and Bluesky posts or act like an ActivityPub instance |
3 | 4 |
|
4 | 5 |    |
5 | 6 |
|
6 | 7 | --- |
| 8 | + |
7 | 9 | IndieConnector is your interface to the IndieWeb. It'll help you to: |
8 | 10 |
|
9 | | -- Receive Webmentions |
10 | | -- Send Webmentions |
11 | | -- Post to Mastodon |
12 | | -- Post to Bluesky |
13 | | -- Act like a ActivityPub Instance |
| 11 | +- Receive Webmentions |
| 12 | +- Send Webmentions |
| 13 | +- Post to Mastodon |
| 14 | +- Post to Bluesky |
| 15 | +- Act like a ActivityPub Instance |
14 | 16 |
|
15 | 17 | This plugins handles all the stuff around Webmentions and then normalizes the format and triggers a hook. Other plugins can then subscribe to this hook and use the data. |
16 | 18 |
|
17 | 19 | If you want Webmentions to be shown on your pages, you have to use additional plugins (or write your own) which use IndieConnector to handle Webmentions. For example the [Komments plugin](https://github.com/mauricerenck/komments) which will then show received webmentions as a comment (or in any other way you wish). |
18 | 20 |
|
19 | 21 | --- |
| 22 | + |
20 | 23 | ## Installation |
21 | 24 |
|
22 | 25 | Use one of these three methods to install the plugin: |
23 | 26 |
|
24 | | -- `composer require mauricerenck/indieConnector` |
25 | | -- unzip [main.zip](https://github.com/mauricerenck/indieConnector/releases/latest) to `site/plugins/indieConnector` |
| 27 | +- `composer require mauricerenck/indieConnector` |
| 28 | +- unzip [main.zip](https://github.com/mauricerenck/indieConnector/releases/latest) to `site/plugins/indieConnector` |
26 | 29 |
|
27 | 30 | --- |
28 | 31 |
|
29 | 32 | ## Docs |
30 | 33 |
|
31 | | -* [Receiving Webmentions](docs/receiving.md) |
32 | | -* [Sending Webmentions](docs/sending.md) |
33 | | -* [Activate the Panel view](docs/panel-view.md) |
34 | | -* [Post to Mastodon or Bluesky](docs/mastodon.md) |
35 | | -* [Reply via Mastodon](docs/mastodon-replies.md) |
36 | | -* [Be a Mastodon Instance](docs/activitypub.md) (ActivityPub) |
37 | | -* [Subscribe to the hook](docs/hook.md) |
38 | | -* [Using webmention.io](docs/webmentionio.md) |
39 | | -* [Using microformats](docs/microformats.md) |
40 | | -* [All options](docs/options.md) |
| 34 | +- [Receiving Webmentions](docs/receiving.md) |
| 35 | +- [Sending Webmentions](docs/sending.md) |
| 36 | +- [Activate the Panel view](docs/panel-view.md) |
| 37 | +- [Post to Mastodon or Bluesky](docs/mastodon.md) |
| 38 | +- [Reply via Mastodon](docs/mastodon-replies.md) |
| 39 | +- [Be a Mastodon Instance](docs/activitypub.md) (ActivityPub) |
| 40 | +- [Subscribe to the hook](docs/hook.md) |
| 41 | +- [Using webmention.io](docs/webmentionio.md) |
| 42 | +- [Using microformats](docs/microformats.md) |
| 43 | +- [All options](docs/options.md) |
41 | 44 |
|
42 | 45 | --- |
43 | 46 |
|
44 | 47 | ## Roadmap |
45 | 48 |
|
46 | | -- [x] Manual queue cleanup |
47 | | -- [ ] Queue for sending webmentions |
48 | | -- [ ] Queue for sending mastodon posts |
49 | | -- [ ] Queue for sending bluesky posts |
50 | | -- [ ] Nested indieweb replies |
51 | | -- [ ] Blocklist for users on Mastodon and Bluesky |
52 | | -- [ ] Manual post to Mastodon and Bluesky |
53 | | -- [ ] Block hosts from within the panel |
54 | | -- [ ] Post complete texts to Mastodon and Bluesky splitted in threads |
55 | | -- [ ] Option for using Kirby UUID permalinks in Mastodon/Bluesky posts |
56 | | -- [ ] Get replies from Mastodon and Bluesky without brid.gy |
| 49 | +- [x] Kirby 5 ready |
| 50 | +- [x] Manual queue cleanup |
| 51 | +- [ ] Queue for sending webmentions |
| 52 | +- [ ] Queue for sending mastodon posts |
| 53 | +- [ ] Queue for sending bluesky posts |
| 54 | +- [ ] Nested indieweb replies |
| 55 | +- [ ] Blocklist for users on Mastodon and Bluesky |
| 56 | +- [ ] Manual post to Mastodon and Bluesky |
| 57 | +- [ ] Block hosts from within the panel |
| 58 | +- [ ] Post complete texts to Mastodon and Bluesky splitted in threads |
| 59 | +- [ ] Option for using Kirby UUID permalinks in Mastodon/Bluesky posts |
| 60 | +- [ ] Get replies from Mastodon and Bluesky without brid.gy |
0 commit comments