auto generate README.md

@jeherve there is a grunt task to auto generate the readme.md from the readme.txt

simply run `npm install` and then `grunt` in your terminal.
This commit is contained in:
Matthias Pfefferle 2023-07-26 19:57:53 +02:00
parent ef369e8ca8
commit 7ac2533940

View file

@ -1,12 +1,12 @@
# ActivityPub # # ActivityPub #
**Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/) **Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/)
**Tags:** OStatus, fediverse, activitypub, activitystream **Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 4.7 **Requires at least:** 4.7
**Tested up to:** 6.3 **Tested up to:** 6.3
**Stable tag:** 1.0.0 **Stable tag:** 1.0.0
**Requires PHP:** 5.6 **Requires PHP:** 5.6
**License:** MIT **License:** MIT
**License URI:** http://opensource.org/licenses/MIT **License URI:** http://opensource.org/licenses/MIT
The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
@ -116,13 +116,15 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
### 1.0.0 ### ### 1.0.0 ###
* Update: Improved linter (PHPCS) * Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
* Add: Simple caching
* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ . * Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ .
* Update: Complete rewrite of the Follower-System based on Taxonomies. * Update: Complete rewrite of the Follower-System based on Custom Post Types.
* Add: Simple caching
* Update: Improved linter (PHPCS)
* Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests. * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests.
* Compatibility: add hooks to allow modifying images returned in ActivityPub requests. * Compatibility: add hooks to allow modifying images returned in ActivityPub requests.
* Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.2. * Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3.
* Compatibility: avoid PHP notice on sites using PHP 8.2.
### 0.17.0 ### ### 0.17.0 ###