Update plugin-developer.md

This commit is contained in:
Darren 2023-11-16 12:36:55 +08:00 committed by GitHub
parent 5bdea09a12
commit f5f5bef6c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Developer Guide
# Plugin-developer
## Mulitiple language
@ -6,3 +6,23 @@ Below points you should know if you want to tranlate:
- Every plugin's po.zh_CN.js can be used for other Cockpit plugin
- po.zh_CN.js.gz at base1 is the system language file
## Release
Plugins should compatible with the releases of websoft9. The standard release process is as follows:
1. Publish RC release
2. Test it for all support websoft9 stable release
3. Test it for websoft9-RC at special case (Websoft9 new RC not compatible with this plugin)
4. Publish Stable release
## Plugins developer.md
- [plugin-appstore](https://github.com/Websoft9/plugin-appstore/blob/main/docs/developer.md)
- [plugin-myapps](https://github.com/Websoft9/plugin-myapps/blob/main/docs/developer.md)
- [plugin-portainer](https://github.com/Websoft9/plugin-portainer/blob/main/docs/developer.md)
- [plugin-nginx](https://github.com/Websoft9/plugin-nginx/blob/main/docs/developer.md)
- [plugin-settings](https://github.com/Websoft9/plugin-settings/blob/main/docs/developer.md)
- [plugin-gitea](https://github.com/Websoft9/plugin-gitea/blob/main/docs/developer.md)
- [plugin-navigator](https://github.com/Websoft9/plugin-navigator/blob/main/docs/developer.md)