Skip to content

Commit 9f698ef

Browse files
committed
add 3 new plug-ins: monitoring, html5 media and jupyter
1 parent a7521f2 commit 9f698ef

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<meta name="description" content="{{ site.description }}">
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
10-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
1111
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1212
</head>

index.html

+24-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>
2727
</li>
2828
<li>
2929
<h2>
30-
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin"><span class="fa fa-bell"></span>Desktop notification</a>
30+
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin"><span class="fa fa-bell"></span>Desktop Notification</a>
3131
</h2>
3232
<p>Notify GitBucket activity directly on the desktop.</p>
3333
</li>
@@ -39,31 +39,31 @@ <h2>
3939
</li>
4040
<li>
4141
<h2>
42-
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin"><span class="fa fa-line-chart"></span>Commits graph plugin</a>
42+
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin"><span class="fa fa-line-chart"></span>Commits Graph plugin</a>
4343
</h2>
4444
<p>Add commit graphs views to GitBucket</p>
4545
</li>
4646
<li>
4747
<h2>
48-
<a class="post-link" href="https://github.com/lefou/gitbucket-asciidoctor-plugin"><span class="fa fa-file-text"></span>AsciiDoc GitBucket plugin</a>
48+
<a class="post-link" href="https://github.com/lefou/gitbucket-asciidoctor-plugin"><span class="fa fa-file-text"></span>AsciiDoc plugin</a>
4949
</h2>
5050
<p>Add AsciiDoc rendering capabilities to GitBucket</p>
5151
</li>
5252
<li>
5353
<h2>
54-
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin"><span class="fa fa-bug"></span>Bugspots GitBucket plugin</a>
54+
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin"><span class="fa fa-bug"></span>Bugspots plugin</a>
5555
</h2>
5656
<p>Add Google bugspots functionality to GitBucket</p>
5757
</li>
5858
<li>
5959
<h2>
60-
<a class="post-link" href="https://github.com/yaroot/gitbucket-pages-plugin"><span class="fa fa-book"></span>GitBucket Pages plugin</a>
60+
<a class="post-link" href="https://github.com/yaroot/gitbucket-pages-plugin"><span class="fa fa-book"></span>Pages plugin</a>
6161
</h2>
6262
<p>Project pages for GitBucket</p>
6363
</li>
6464
<li>
6565
<h2>
66-
<a class="post-link" href="https://github.com/mrkm4ntr/gitbucket-network-plugin"><span class="fa fa-code-fork"></span>GitBucket network plugin</a>
66+
<a class="post-link" href="https://github.com/mrkm4ntr/gitbucket-network-plugin"><span class="fa fa-code-fork"></span>Network plugin</a>
6767
</h2>
6868
<p>Network graph for GitBucket</p>
6969
</li>
@@ -97,7 +97,24 @@ <h2>
9797
</h2>
9898
<p>Render PlantUML files in GitBucket</p>
9999
</li>
100-
100+
<li>
101+
<h2>
102+
<a class="post-link" href="https://github.com/YoshinoriN/gitbucket-monitoring-plugin"><span class="fa fa-server"></span>Monitoring plugin</a>
103+
</h2>
104+
<p>Monitors and displays statistics about the running GitBucket instance</p>
105+
</li>
106+
<li>
107+
<h2>
108+
<a class="post-link" href="https://github.com/kounoike/gitbucket-html5media-plugin"><span class="fa fa-html5"></span>HTML5 Media plugin</a>
109+
</h2>
110+
<p>Renders HTML5 Media (Audio/Video/PDF) inline in GitBucket</p>
111+
</li>
112+
<li>
113+
<h2>
114+
<a class="post-link" href="https://github.com/kounoike/gitbucket-ipynb-plugin"><span class="fa fa-ravelry"></span>Jupyter plugin</a>
115+
</h2>
116+
<p>GitBucket plugin for rendering Jupyter or IPython files</p>
117+
</li>
101118

102119
</ul>
103120
<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)