Tabla de Contenidos

dokugitviewer Plugin

Compatible con DokuWiki

!Greebo

plugin Git repository viewer plugin for DokuWiki

actualizado por última vez en
2010-11-26
Proporciona
Syntax
Repositorio
Fuente

La extensión no ha sido actualizada en al menos 2 años. Puede que ya no tenga soporte o no sea mantenida y tenga problemas de compatibilidad.

Similar a gh, gitlog, repo

Etiquetado con code, git, links, repository

Download and Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Changes

Syntax and Usage

First you need to configure the config.inc.php (plugin directory)

After that you can display the last log messages via

<dokugitviewer:repository=yourrepository.git>

You can limit the amount of display messages (default=10)

<dokugitviewer:repository=yourrepository.git limit=7>  

If your repository is a bare 1) repository you need another option

<dokugitviewer:repository=yourrepository.git limit=7 bare=1>

The special feature “creating links for bug-id/feature-id” is described here: https://github.com/tuomasj/dokugitviewer#readme

Author

Tuomas Jomppanen

1)
a repository without source code, only the git data is stored