Table of Contents
svnlog Plugin
Compatible with DokuWiki
2010-11-07, rc2011-04-22
The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Installation
External requirements: This plugin requires the following additional components that must be installed separately:
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Examples/Usage
To include a local repository write the following:
{{svnlog>file:///path/to/repository}}
To include a remote repository write the following:
{{svnlog>http://path/to/repository}}
To include a remote repository with login write the following:
{{svnlog>https://path/to/repository & username=x & password=y}}
To change the limit of displayed log messages write the following:
{{svnlog>file:///path/to/repository & 50}}
{{svnlog>http:///path/to/repository & 100}}
{{svnlog>https:///path/to/repository & 250 & username=x & password=y}}
Syntax
Basic syntax:
{{svnlog>path[&limit][&username=x][&password=y]}}
- path specifies the repository location
- limit specifies the maximum number of log messages displayed
- username specifies the HTTP(S) authentication username
- password specifies the HTTP(S) authentication password
Development
Change Log
- 2011-04-15
- Initial release
Known Bugs and Issues
ToDo
ToDo/Wish List
ToDo
FAQ
ToDo
Discussion
Download site dies. No download possible.
ToDo