forked from rauschen/dokugitviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (25 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Git repository viewer plugin for Dokuwiki
=========================================
Please notice, that this is barely usable at the moment.
I made this for my own usei only, so the code is very very ugly.
The main idea is this:
git commit -m "Fixed a typo bug #bug24"
After committing, the wiki plugin will show commit messages and
convert "#bug24" into internal link to bug-page with correct anchor.
It also workd this way too:
git commit -m "Started working for login page (#ft4)"
The "#ft4" is transformed into internal link to features page and creating
hyperlink into #ft4 (you need bookmark-plugin for creating those anchors)
Just add this into wiki page:
<dokugitviewer:repository=my-repository-name features=backlog bugs=bugdb limit=15>
And it will build you a list of your latest commits
Requirements:
Bookmark-plugin installed for Dokuwiki
PHP5
Git
Installation:
1) Clone this repository into plugins/ directory in your dokuwiki directory
2) Edit the config.inc.php file
3) Add <dokugitviewer> link into your wiki page
Dokuwiki: http://www.dokuwiki.org
Author: Tuomas Jomppanen (http://www.jomppanen.com)