Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit 455a34e

Browse files
committed
Add new plug-in: Email Notifications, and also highlight those plug-ins that are now part of the distribution bundle.
1 parent dc55e66 commit 455a34e

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

_sass/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,8 @@ pre {
205205

206206
.separator {
207207
border-top: 1px solid #e8e8e8;
208+
}
209+
210+
.distributed {
211+
color: red;
208212
}

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ <h2>
2929
</li>
3030
<li>
3131
<h2>
32-
<a class="post-link" href="https://github.com/gitbucket/gitbucket-gist-plugin"><span class="fa fa-file-code-o"></span>Gist plugin</a>
32+
<a class="post-link distributed"
33+
title="Distriburted with the GitBucket WAR as of v4.15! No need to install it separately!"
34+
href="https://github.com/gitbucket/gitbucket-gist-plugin"><span class="fa fa-file-code-o"></span>Gist plugin</a>
3335
</h2>
3436
<p>Add code snippet Gist-like functionality to GitBucket.</p>
3537
</li>
@@ -53,7 +55,9 @@ <h2>
5355
</li>
5456
<li>
5557
<h2>
56-
<a class="post-link" href="https://github.com/yaroot/gitbucket-pages-plugin"><span class="fa fa-book"></span>Pages plugin</a>
58+
<a class="post-link distributed"
59+
title="Distriburted with the GitBucket WAR as of v4.15! No need to install it separately!"
60+
href="https://github.com/yaroot/gitbucket-pages-plugin"><span class="fa fa-book"></span>Pages plugin</a>
5761
</h2>
5862
<p>Project Pages for GitBucket.</p>
5963
</li>
@@ -65,7 +69,9 @@ <h2>
6569
</li>
6670
<li>
6771
<h2>
68-
<a class="post-link" href="https://github.com/gitbucket/gitbucket-emoji-plugin"><span class="fa fa-smile-o"></span>Emoji plugin</a>
72+
<a class="post-link distributed"
73+
title="Distriburted with the GitBucket WAR as of v4.15! No need to install it separately!"
74+
href="https://github.com/gitbucket/gitbucket-emoji-plugin"><span class="fa fa-smile-o"></span>Emoji plugin</a>
6975
</h2>
7076
<p>Emoji support for GitBucket.</p>
7177
</li>
@@ -111,7 +117,14 @@ <h2>
111117
</h2>
112118
<p>GitBucket plugin for rendering Jupyter or IPython files.</p>
113119
</li>
114-
120+
<li>
121+
<h2>
122+
<a class="post-link distributed"
123+
title="Distriburted with the GitBucket WAR as of v4.15! No need to install it separately!"
124+
href="https://github.com/gitbucket/gitbucket-notifications-plugin"><span class="fa fa-envelope"></span>Email Notifications plugin</a>
125+
</h2>
126+
<p>GitBucket plugin to send Email notifications.</p>
127+
</li>
115128
</ul>
116129
<p class="separator"/>
117130
<p>Your plugin is not listed here?<br>You want to move your plugin under the organization?<br>Please open a <a href="https://github.com/gitbucket-plugins/gitbucket-plugins.github.io/issues">ticket/issue</a> to reference your demand.</p>

0 commit comments

Comments
 (0)