fair-protocol/registry.md
Brent Toderash ead36b74c9
Add Typo3 support to Protocol Extension Registry (#63)
Signed-off-by: Brent Toderash <brent@toderash.net>
Co-authored-by: Joost de Valk <joost@altha.nl>
2026-03-21 07:09:53 -05:00

31 lines
1.6 KiB
Markdown

# Registry
This document is a registry for the known extensions to the FAIR Package Management Protocol, along with defined package and artifact types.
## Extensions
| Name | Contact |
| -------------------------------------------- | ------------------ |
| [FAIR Authentication Methods](./ext-auth.md) | FAIR Working Group |
| [FAIR for WordPress Packages](./ext-wp.md) | FAIR Working Group |
| [FAIR for TYPO3 Packages](./ext-typo3.md) | FAIR Working Group |
## Package Types
| Type | Extension | Contact |
| ----------------- | ------------------------------------------ | ------------------ |
| `wp-core` | [FAIR for WordPress Packages](./ext-wp.md) | FAIR Working Group |
| `wp-plugin` | [FAIR for WordPress Packages](./ext-wp.md) | FAIR Working Group |
| `wp-theme` | [FAIR for WordPress Packages](./ext-wp.md) | FAIR Working Group |
| `typo3-core` | Reserved for future use. | FAIR Working Group |
| `typo3-extension` | [FAIR for TYPO3 Packages](./ext-typo3.md) | FAIR Working Group |
| `typo3-theme` | Reserved for future use. | FAIR Working Group |
## Authentication Methods
| Method | Extension | Contact |
| -------- | -------------------------------------------- | ------------------ |
| `bearer` | [FAIR Authentication Methods](./ext-auth.md) | FAIR Working Group |
| `basic` | [FAIR Authentication Methods](./ext-auth.md) | FAIR Working Group |
| `oauth2` | [FAIR Authentication Methods](./ext-auth.md) | FAIR Working Group |