This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Gitweb Widget

Description

This widget displays a list of git repositories in the sidebar, given a public gitweb server.

It optionally filters out from this list repositories not belonging to a specific owner.

It can also fetch each repository’s description by parsing the corresponding atom feed.
This is discouraged for very large gitweb instances (i.e. don’t try it on git.kernel.org).

Screenshots

  • gitweb-widget admin panel
  • gitweb-widget sidebar listing

Installation

  1. Upload gitweb-widget.php folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the gitweb server URL, projects owner and whether to fetch project descriptions in the widgets section of the administration area

FAQ

None yet.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Gitweb Widget” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Gitweb Widget” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.0.1

  • First release