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

Commit 6369769

Browse files
committed
add Kanban and Gantt plug-ins too.
1 parent 2749dbf commit 6369769

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

index.html

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="home">
66

7-
<h1 class="page-heading">This is the community site for all the <a href="https://github.com/gitbucket/gitbucket">GitBucket</a> plugins.</h1>
7+
<h1 class="page-heading">This is the community site for all the public <a href="https://github.com/gitbucket/gitbucket">GitBucket</a> plugins.</h1>
88

99
<h1 class="page-heading">Available Plugins:</h1>
1010
<p class="separator"/>
@@ -139,28 +139,40 @@ <h2>
139139
</li>
140140
<li>
141141
<h2>
142-
<a class="post-link" href="https://github.com/alexandremenif/gitbucket-mirror-plugin"><span class="fa fa-copy"></span>Mirror Plugin</a>
142+
<a class="post-link" href="https://github.com/alexandremenif/gitbucket-mirror-plugin"><span class="fa fa-copy"></span>Mirror plugin</a>
143143
</h2>
144144
<p>This plugin adds repository mirroring to GitBucket.</p>
145145
</li>
146146
<li>
147147
<h2>
148-
<a class="post-link" href="https://github.com/takezoe/gitbucket-h2console-plugin"><span class="fa fa-table"></span>H2Console Plugin</a>
148+
<a class="post-link" href="https://github.com/takezoe/gitbucket-h2console-plugin"><span class="fa fa-table"></span>H2Console plugin</a>
149149
</h2>
150150
<p>A GitBucket plugin that adds H2 console to the administration console.</p>
151151
</li>
152152
<li>
153153
<h2>
154154
<a class="post-link" href="https://github.com/jyuch/gitbucket-backup-plugin"><span class="fa fa-floppy-o"></span>Backup plugin</a>
155155
</h2>
156-
<p>Plugin providing backup functionnality for GitBucket</p>
157-
</li>
158-
<li>
159-
<h2>
160-
<a class="post-link" href="https://github.com/YoshinoriN/gitbucket-application-logs-plugin"><span class="fa fa-file-text"></span>Logs viewer Plugin</a>
161-
</h2>
162-
<p>A plugin allowing to view and control GitBucket logs</p>
163-
</li>
156+
<p>Plugin providing backup functionnality for GitBucket.</p>
157+
</li>
158+
<li>
159+
<h2>
160+
<a class="post-link" href="https://github.com/YoshinoriN/gitbucket-application-logs-plugin"><span class="fa fa-file-text-o"></span>Logs Viewer plugin</a>
161+
</h2>
162+
<p>A plugin allowing to view and control GitBucket logs.</p>
163+
</li>
164+
<li>
165+
<h2>
166+
<a class="post-link" href="https://github.com/kasancode/gitbucket-label-kanban-plugin"><span class="fa fa-check"></span>Kanban Board plugin</a>
167+
</h2>
168+
<p>A plugin for Kanban style issue management in GitBucket.</p>
169+
</li>
170+
<li>
171+
<h2>
172+
<a class="post-link" href="https://github.com/kasancode/gitbucket-gantt-plugin"><span class="fa fa-sliders"></span>Gantt Chart plugin</a>
173+
</h2>
174+
<p>A plugin for rendering a Gantt Chart view of the GitBucket issues.</p>
175+
</li>
164176
</ul>
165177
<p class="separator"/>
166178
<p>Your plugin is not listed here? You want to move your plugin under the organization? 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)