diff --git a/README.md b/README.md index 7a48d07..5f8eaa2 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ - Wiki - Issues - Fork / Pull request -- Mail notification +- Email notification - Activity timeline - User management (for Administrators) -- Group (like Organization in Github) +- Group (like Organization in GitHub) - LDAP integration - Gravatar support +- Plug-in system Following features are not implemented, but we will make them in the future release! @@ -79,6 +80,13 @@ - start gitbucket: `launchctl load ~/Library/LaunchAgents/gitbucket.plist` - stop gitbucket: `launchctl unload ~/Library/LaunchAgents/gitbucket.plist` +Plug-ins +-------- +GitBucket has the plug-in system to extend GitBucket from outside of GitBucket. Some plug-ins are available now: + +- [gitbucket-gist-plugin](https://github.com/takezoe/gitbucket-gist-plugin) +- [gitbucket-announce-plugin](https://github.com/McFoggy/gitbucket-announce-plugin) + Release Notes -------- ### 3.5 - 1 Aug 2015