Skip to content

Commit 077bcc3

Browse files
authored
Merge pull request gitbucket-plugins#43 from onukura/master
Use template engine to render plugin list
2 parents 60fa3ee + 316ae9f commit 077bcc3

File tree

4 files changed

+192
-193
lines changed

4 files changed

+192
-193
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ _site
44
/.project
55
*.iml
66
*.ipr
7-
*.iws
7+
*.iws
8+
/.jekyll-cache

_data/plugins.yml

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
- name: Announce plugin
2+
description: Send announcements via email to groups of users, e.g. for maintenance.
3+
url: https://github.com/gitbucket-plugins/gitbucket-announce-plugin
4+
icon: fa fa-bullhorn
5+
distributed: false
6+
7+
- name: H2 Backup plugin
8+
description: Backup functionality of the H2 Database used by GitBucket.
9+
url: https://github.com/gitbucket-plugins/gitbucket-h2-backup-plugin
10+
icon: fa fa-database
11+
distributed: false
12+
13+
- name: Desktop Notification plugin
14+
description: Notify GitBucket activity directly on the desktop.
15+
url: https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin
16+
icon: fa fa-bell
17+
distributed: false
18+
19+
- name: Gist plugin
20+
description: Add code snippet Gist-like functionality to GitBucket.
21+
url: https://github.com/gitbucket/gitbucket-gist-plugin
22+
icon: fa fa-file-code-o
23+
distributed: true
24+
25+
- name: Commits Graph plugin
26+
description: Add commit graph views to GitBucket.
27+
url: https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin
28+
icon: fa fa-line-chart
29+
distributed: false
30+
31+
- name: AsciiDoc plugin
32+
description: Add AsciiDoc rendering capabilities to GitBucket.
33+
url: https://github.com/lefou/gitbucket-asciidoctor-plugin
34+
icon: fa fa-file-text
35+
distributed: false
36+
37+
- name: Bugspots plugin
38+
description: Add Google bugspots functionality to GitBucket.
39+
url: https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin
40+
icon: fa fa-bug
41+
distributed: false
42+
43+
- name: Pages plugin
44+
description: Project Pages for GitBucket.
45+
url: https://github.com/yaroot/gitbucket-pages-plugin
46+
icon: fa fa-book
47+
distributed: true
48+
49+
- name: Network plugin
50+
description: Network graph for GitBucket.
51+
url: https://github.com/mrkm4ntr/gitbucket-network-plugin
52+
icon: fa fa-code-fork
53+
distributed: false
54+
55+
- name: Emoji plugin
56+
description: Emoji support for GitBucket.
57+
url: https://github.com/gitbucket/gitbucket-emoji-plugin
58+
icon: fa fa-smile-o
59+
distributed: true
60+
61+
- name: RST plugin
62+
description: ReSTructured text renderer for GitBucket.
63+
url: https://github.com/amuramatsu/gitbucket-rst-plugin
64+
icon: fa fa-file-text
65+
distributed: false
66+
67+
- name: Explorer plugin
68+
description: Explorer like navigation side panel for your projects.
69+
url: https://github.com/gitbucket-plugins/gitbucket-explorer-plugin
70+
icon: fa fa-list-alt
71+
distributed: false
72+
73+
- name: FESS plugin
74+
description: Fast enterprise search for GitBucket using a FESS server.
75+
url: https://github.com/codelibs/gitbucket-fess-plugin
76+
icon: fa fa-search
77+
distributed: false
78+
79+
- name: PlantUML plugin
80+
description: Render PlantUML files in GitBucket.
81+
url: https://github.com/nus/gitbucket-plantuml-plugin
82+
icon: fa fa-object-group
83+
distributed: false
84+
85+
- name: Monitoring plugin
86+
description: Monitors and displays statistics about the running GitBucket instance.
87+
url: https://github.com/YoshinoriN/gitbucket-monitoring-plugin
88+
icon: fa fa-server
89+
distributed: false
90+
91+
- name: HTML5 Media plugin
92+
description: Renders HTML5 Media (Audio/Video/PDF) inline in GitBucket.
93+
url: https://github.com/kounoike/gitbucket-html5media-plugin
94+
icon: fa fa-html5
95+
distributed: false
96+
97+
- name: Jupyter plugin
98+
description: GitBucket plugin for rendering Jupyter or IPython files.
99+
url: https://github.com/kounoike/gitbucket-ipynb-plugin
100+
icon: fa fa-ravelry
101+
distributed: false
102+
103+
- name: Email Notifications plugin
104+
description: GitBucket plugin to send Email notifications.
105+
url: https://github.com/gitbucket/gitbucket-notifications-plugin
106+
icon: fa fa-envelope
107+
distributed: true
108+
109+
- name: CI plugin
110+
description: GitBucket plug-in that adds simple CI ability to GitBucket.
111+
url: https://github.com/takezoe/gitbucket-ci-plugin
112+
icon: fa fa-cog
113+
distributed: false
114+
115+
- name: Maven Repository plugin
116+
description: GitBucket plugin that provides Maven repository hosting on GitBucket.
117+
url: https://github.com/takezoe/gitbucket-maven-repository-plugin
118+
icon: fa fa-cubes
119+
distributed: false
120+
121+
- name: Mirror plugin
122+
description: This plugin adds repository mirroring to GitBucket.
123+
url: https://github.com/alexandremenif/gitbucket-mirror-plugin
124+
icon: fa fa-copy
125+
distributed: false
126+
127+
- name: H2Console plugin
128+
description: A GitBucket plugin that adds H2 console to the administration console.
129+
url: https://github.com/takezoe/gitbucket-h2console-plugin
130+
icon: fa fa-table
131+
distributed: false
132+
133+
- name: Backup plugin
134+
description: Plugin providing backup functionality for GitBucket.
135+
url: https://github.com/jyuch/gitbucket-backup-plugin
136+
icon: fa fa-floppy-o
137+
distributed: false
138+
139+
- name: Logs Viewer plugin
140+
description: A plugin allowing to view and control GitBucket logs.
141+
url: https://github.com/YoshinoriN/gitbucket-application-logs-plugin
142+
icon: fa fa-file-text-o
143+
distributed: false
144+
145+
- name: Kanban Board plugin
146+
description: A plugin for Kanban style issue management in GitBucket.
147+
url: https://github.com/kasancode/gitbucket-label-kanban-plugin
148+
icon: fa fa-check
149+
distributed: false
150+
151+
- name: Gantt Chart plugin
152+
description: A plugin for rendering a Gantt Chart view of the GitBucket issues.
153+
url: https://github.com/kasancode/gitbucket-gantt-plugin
154+
icon: fa fa-sliders
155+
distributed: false
156+
157+
- name: Swagger plugin
158+
description: A plugin for rendering a Swagger (OpenAPI) files.
159+
url: https://github.com/onukura/gitbucket-swagger-plugin
160+
icon: fa fa-ellipsis-h
161+
distributed: false
162+
163+
- name: R Markdown plugin
164+
description: A plugin for rendering a R Markdown files.
165+
url: https://github.com/onukura/gitbucket-rmarkdown-plugin
166+
icon: fa fa-registered
167+
distributed: false
168+
169+
- name: MathJax plugin
170+
description: A plugin for rendering a markdown files with MathJax.
171+
url: https://github.com/onukura/gitbucket-mathjax-plugin
172+
icon: fa fa-superscript
173+
distributed: false
174+
175+
- name: 3D file plugin
176+
description: A plugin for rendering 3D files.
177+
url: https://github.com/onukura/gitbucket-3dfile-plugin
178+
icon: fa fa-cube
179+
distributed: false
180+
181+
- name: GeoJSON plugin
182+
description: A plugin for rendering GeoJSON files.
183+
url: https://github.com/onukura/gitbucket-geojson-plugin
184+
icon: fa fa-map-marker
185+
distributed: false

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% endfor %}
2222
-->
2323
</div>
24-
</nav>
24+
</nav>
2525

2626
</div>
2727

0 commit comments

Comments
 (0)