From 74ed3bf6a06d9de8adbb2112fbfb179cb9b3f0a2 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 6 Aug 2015 07:17:05 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a48d0702..5f8eaa285 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ The current version of GitBucket provides a basic features below: - 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 @@ Run the following commands in `Terminal` to - 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