Skip to content

Commit

Permalink
introduce plugins.yml to render index by template engine. gitbucket-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
onukura committed Jul 8, 2020
1 parent 13fa470 commit 5386897
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 191 deletions.
185 changes: 185 additions & 0 deletions _data/plugins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
- name: Announce plugin
description: Send announcements via email to groups of users, e.g. for maintenance.
url: https://github.com/gitbucket-plugins/gitbucket-announce-plugin
icon: fa fa-bullhorn
distributed: false

- name: H2 Backup plugin
description: Backup functionality of the H2 Database used by GitBucket.
url: https://github.com/gitbucket-plugins/gitbucket-h2-backup-plugin
icon: fa fa-database
distributed: false

- name: Desktop Notification plugin
description: Notify GitBucket activity directly on the desktop.
url: https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin
icon: fa fa-bell
distributed: false

- name: Gist plugin
description: Add code snippet Gist-like functionality to GitBucket.
url: https://github.com/gitbucket/gitbucket-gist-plugin
icon: fa fa-file-code-o
distributed: true

- name: Commits Graph plugin
description: Add commit graph views to GitBucket.
url: https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin
icon: fa fa-line-chart
distributed: false

- name: AsciiDoc plugin
description: Add AsciiDoc rendering capabilities to GitBucket.
url: https://github.com/lefou/gitbucket-asciidoctor-plugin
icon: fa fa-file-text
distributed: false

- name: Bugspots plugin
description: Add Google bugspots functionality to GitBucket.
url: https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin
icon: fa fa-bug
distributed: false

- name: Pages plugin
description: Project Pages for GitBucket.
url: https://github.com/yaroot/gitbucket-pages-plugin
icon: fa fa-book
distributed: true

- name: Network plugin
description: Network graph for GitBucket.
url: https://github.com/mrkm4ntr/gitbucket-network-plugin
icon: fa fa-code-fork
distributed: false

- name: Emoji plugin
description: Emoji support for GitBucket.
url: https://github.com/gitbucket/gitbucket-emoji-plugin
icon: fa fa-smile-o
distributed: true

- name: RST plugin
description: ReSTructured text renderer for GitBucket.
url: https://github.com/amuramatsu/gitbucket-rst-plugin
icon: fa fa-file-text
distributed: false

- name: Explorer plugin
description: Explorer like navigation side panel for your projects.
url: https://github.com/gitbucket-plugins/gitbucket-explorer-plugin
icon: fa fa-list-alt
distributed: false

- name: FESS plugin
description: Fast enterprise search for GitBucket using a FESS server.
url: https://github.com/codelibs/gitbucket-fess-plugin
icon: fa fa-search
distributed: false

- name: PlantUML plugin
description: Render PlantUML files in GitBucket.
url: https://github.com/nus/gitbucket-plantuml-plugin
icon: fa fa-object-group
distributed: false

- name: Monitoring plugin
description: Monitors and displays statistics about the running GitBucket instance.
url: https://github.com/YoshinoriN/gitbucket-monitoring-plugin
icon: fa fa-server
distributed: false

- name: HTML5 Media plugin
description: Renders HTML5 Media (Audio/Video/PDF) inline in GitBucket.
url: https://github.com/kounoike/gitbucket-html5media-plugin
icon: fa fa-html5
distributed: false

- name: Jupyter plugin
description: GitBucket plugin for rendering Jupyter or IPython files.
url: https://github.com/kounoike/gitbucket-ipynb-plugin
icon: fa fa-ravelry
distributed: false

- name: Email Notifications plugin
description: GitBucket plugin to send Email notifications.
url: https://github.com/gitbucket/gitbucket-notifications-plugin
icon: fa fa-envelope
distributed: true

- name: CI plugin
description: GitBucket plug-in that adds simple CI ability to GitBucket.
url: https://github.com/takezoe/gitbucket-ci-plugin
icon: fa fa-cog
distributed: false

- name: Maven Repository plugin
description: GitBucket plugin that provides Maven repository hosting on GitBucket.
url: https://github.com/takezoe/gitbucket-maven-repository-plugin
icon: fa fa-cubes
distributed: false

- name: Mirror plugin
description: This plugin adds repository mirroring to GitBucket.
url: https://github.com/alexandremenif/gitbucket-mirror-plugin
icon: fa fa-copy
distributed: false

- name: H2Console plugin
description: A GitBucket plugin that adds H2 console to the administration console.
url: https://github.com/takezoe/gitbucket-h2console-plugin
icon: fa fa-table
distributed: false

- name: Backup plugin
description: Plugin providing backup functionality for GitBucket.
url: https://github.com/jyuch/gitbucket-backup-plugin
icon: fa fa-floppy-o
distributed: false

- name: Logs Viewer plugin
description: A plugin allowing to view and control GitBucket logs.
url: https://github.com/YoshinoriN/gitbucket-application-logs-plugin
icon: fa fa-file-text-o
distributed: false

- name: Kanban Board plugin
description: A plugin for Kanban style issue management in GitBucket.
url: https://github.com/kasancode/gitbucket-label-kanban-plugin
icon: fa fa-check
distributed: false

- name: Gantt Chart plugin
description: A plugin for rendering a Gantt Chart view of the GitBucket issues.
url: https://github.com/kasancode/gitbucket-gantt-plugin
icon: fa fa-sliders
distributed: false

- name: Swagger plugin
description: A plugin for rendering a Swagger (OpenAPI) files.
url: https://github.com/onukura/gitbucket-swagger-plugin
icon: fa fa-ellipsis-h
distributed: false

- name: R Markdown plugin
description: A plugin for rendering a R Markdown files.
url: https://github.com/onukura/gitbucket-rmarkdown-plugin
icon: fa fa-registered
distributed: false

- name: MathJax plugin
description: A plugin for rendering a markdown files with MathJax.
url: https://github.com/onukura/gitbucket-mathjax-plugin
icon: fa fa-superscript
distributed: false

- name: 3D file plugin
description: A plugin for rendering 3D files.
url: https://github.com/onukura/gitbucket-3dfile-plugin
icon: fa fa-cube
distributed: false

- name: GeoJSON plugin
description: A plugin for rendering GeoJSON files.
url: https://github.com/onukura/gitbucket-geojson-plugin
icon: fa fa-map-marker
distributed: false
197 changes: 6 additions & 191 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,204 +5,19 @@
<div class="home">

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

<script async src="https://cse.google.com/cse.js?cx=015899515212610647634:1ojf0jeezjy"></script>
<div class="gcse-search"></div>
<h1 class="page-heading">Available Plugins:</h1>
<p class="separator"/>
<ul class="plugin-list">
{% for plugin in site.data.plugins %}
<li>
<h2>
<a class="post-link" href="https://github.com/gitbucket-plugins/gitbucket-announce-plugin"><span class="fa fa-bullhorn"></span>Announce plugin</a>
</h2>
<p>Send announcements via email to groups of users, e.g. for maintenance.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/gitbucket-plugins/gitbucket-h2-backup-plugin"><span class="fa fa-database"></span>H2 Backup plugin</a>
</h2>
<p>Backup functionality of the H2 Database used by GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin"><span class="fa fa-bell"></span>Desktop Notification plugin</a>
</h2>
<p>Notify GitBucket activity directly on the desktop.</p>
</li>
<li>
<h2>
<a class="post-link distributed"
title="Distributed with the GitBucket WAR as of v4.15! No need to install it separately!"
href="https://github.com/gitbucket/gitbucket-gist-plugin"><span class="fa fa-file-code-o"></span>Gist plugin</a>
</h2>
<p>Add code snippet Gist-like functionality to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin"><span class="fa fa-line-chart"></span>Commits Graph plugin</a>
</h2>
<p>Add commit graph views to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/lefou/gitbucket-asciidoctor-plugin"><span class="fa fa-file-text"></span>AsciiDoc plugin</a>
</h2>
<p>Add AsciiDoc rendering capabilities to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin"><span class="fa fa-bug"></span>Bugspots plugin</a>
</h2>
<p>Add Google bugspots functionality to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link distributed"
title="Distributed with the GitBucket WAR as of v4.15! No need to install it separately!"
href="https://github.com/yaroot/gitbucket-pages-plugin"><span class="fa fa-book"></span>Pages plugin</a>
</h2>
<p>Project Pages for GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/mrkm4ntr/gitbucket-network-plugin"><span class="fa fa-code-fork"></span>Network plugin</a>
</h2>
<p>Network graph for GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link distributed"
title="Distributed with the GitBucket WAR as of v4.15! No need to install it separately!"
href="https://github.com/gitbucket/gitbucket-emoji-plugin"><span class="fa fa-smile-o"></span>Emoji plugin</a>
</h2>
<p>Emoji support for GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/amuramatsu/gitbucket-rst-plugin"><span class="fa fa-file-text"></span>RST plugin</a>
</h2>
<p>ReSTructured text renderer for GitBucket</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/gitbucket-plugins/gitbucket-explorer-plugin"><span class="fa fa-list-alt"></span>Explorer plugin</a>
</h2>
<p>Explorer like navigation side panel for your projects.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/codelibs/gitbucket-fess-plugin/"><span class="fa fa-search"></span>FESS plugin</a>
</h2>
<p>Fast enterprise search for GitBucket using a FESS server.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/nus/gitbucket-plantuml-plugin"><span class="fa fa-object-group"></span>PlantUML plugin</a>
</h2>
<p>Render PlantUML files in GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/YoshinoriN/gitbucket-monitoring-plugin"><span class="fa fa-server"></span>Monitoring plugin</a>
</h2>
<p>Monitors and displays statistics about the running GitBucket instance.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/kounoike/gitbucket-html5media-plugin"><span class="fa fa-html5"></span>HTML5 Media plugin</a>
</h2>
<p>Renders HTML5 Media (Audio/Video/PDF) inline in GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/kounoike/gitbucket-ipynb-plugin"><span class="fa fa-ravelry"></span>Jupyter plugin</a>
</h2>
<p>GitBucket plugin for rendering Jupyter or IPython files.</p>
</li>
<li>
<h2>
<a class="post-link distributed"
title="Distributed with the GitBucket WAR as of v4.15! No need to install it separately!"
href="https://github.com/gitbucket/gitbucket-notifications-plugin"><span class="fa fa-envelope"></span>Email Notifications plugin</a>
</h2>
<p>GitBucket plugin to send Email notifications.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/takezoe/gitbucket-ci-plugin"><span class="fa fa-cog"></span>CI plugin</a>
</h2>
<p>GitBucket plug-in that adds simple CI ability to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/takezoe/gitbucket-maven-repository-plugin"><span class="fa fa-cubes"></span>Maven Repository plugin</a>
</h2>
<p>GitBucket plugin that provides Maven repository hosting on GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/alexandremenif/gitbucket-mirror-plugin"><span class="fa fa-copy"></span>Mirror plugin</a>
</h2>
<p>This plugin adds repository mirroring to GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/takezoe/gitbucket-h2console-plugin"><span class="fa fa-table"></span>H2Console plugin</a>
</h2>
<p>A GitBucket plugin that adds H2 console to the administration console.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/jyuch/gitbucket-backup-plugin"><span class="fa fa-floppy-o"></span>Backup plugin</a>
<a class="post-link{% if plugin.distributed %} distributed{% endif %}" href="{{ plugin.url }}"><span class="{{ plugin.icon }}"></span>{{ plugin.name }}</a>
</h2>
<p>Plugin providing backup functionality for GitBucket.</p>
</li>
<li>
<h2>
<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>
</h2>
<p>A plugin allowing to view and control GitBucket logs.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/kasancode/gitbucket-label-kanban-plugin"><span class="fa fa-check"></span>Kanban Board plugin</a>
</h2>
<p>A plugin for Kanban style issue management in GitBucket.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/kasancode/gitbucket-gantt-plugin"><span class="fa fa-sliders"></span>Gantt Chart plugin</a>
</h2>
<p>A plugin for rendering a Gantt Chart view of the GitBucket issues.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/onukura/gitbucket-swagger-plugin"><span class="fa fa-ellipsis-h"></span>Swagger plugin</a>
</h2>
<p>A plugin for rendering a Swagger (OpenAPI) files.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/onukura/gitbucket-rmarkdown-plugin"><span class="fa fa-registered"></span>R Markdown plugin</a>
</h2>
<p>A plugin for rendering a R Markdown files.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/onukura/gitbucket-mathjax-plugin"><span class="fa fa-superscript"></span>MathJax plugin</a>
</h2>
<p>A plugin for rendering a markdown files with MathJax.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/onukura/gitbucket-3dfile-plugin"><span class="fa fa-cube"></span>3D file plugin</a>
</h2>
<p>A plugin for rendering 3D files.</p>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/onukura/gitbucket-geojson-plugin"><span class="fa fa-map-marker"></span>GeoJSON plugin</a>
</h2>
<p>A plugin for rendering GeoJSON files.</p>
<p>{{ plugin.description }}</p>
</li>
{% endfor %}
</ul>
<p class="separator"/>
<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>
Expand Down

0 comments on commit 5386897

Please sign in to comment.