SubversionChanges is an extension of MediaWiki to create a list of changes extracted from a Subversion repository.
Example: http://www.janus-project.org/index.php/ChangeLog:DailyBuild.
require_once($IP.'/extensions/SubversionChanges/SubversionChanges.php'); in your LocalSettings.php.SubversionChanges provides the parser function {{#svnchanges}}. This function is expanded to a change log extracted from a Subversion server.
{{#svnchanges:projectName:branch}}:
projectName: is the identifier of the project, see below for project configuration.branch: is the branch identifier of the project (by default: trunk). If branch is a version number, the directory /tags/projectName-branch on the Subversion server is used. If branch is empty or equal to "trunk" the directory /trunk on the Subversion server is used. in the other cases, the directory /branches/branch on the Subversion server is used.SubversionChanges extension uses several global variables which may be set in LocalSetting.php:
$wgSvnRepoPath(project_id => repository_url)$wgSvnRepoAuth(project_id => "login password")$wgSvnRepoJiraProjectIds| Authors | Stéphane GALLAND |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

A very small platform which permits to implement and run agent-based systems.