Plugin info

Total downloads: 2,649
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/1/2012 (4808 days ago)
Added to WordPress: 10/19/2012 (13 years old)
Minimum WordPress version: 2.7
Tested up to WordPress version: 3.4.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4808 days ago

20/100

Is Repository Zip abandoned?

Possibly abandoned (last update 4808 days ago).

Compatibility

Requires WordPress: 2.7
Tested up to: 3.4.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

SVN Auto Upgrade
Rating 5.0/5 (2 reviews)Active installs 10
Post Version Control
Rating 0.0/5 (0 reviews)Active installs 10
SVN Zip
Rating 0.0/5 (0 reviews)Active installs 10
Subversion Informations
Rating 0.0/5 (0 reviews)Active installs 0
SVN upgrade
Rating 0.0/5 (0 reviews)Active installs 0
subversion-log
Rating 0.0/5 (0 reviews)Active installs 0

Description

The plugin creates zip download links within articles and pages of a subversion or git repository. On each call the subversion revision number / git tag, link text, css name and download
name can be set, so that each link points to different repositority parts.

Features

  • remote access to Git or Subversion repository
  • local caching for the repository data
  • automatic update to the head revision
  • extension access only need on access
  • free configuration of tags, branches, trunk and revision / commit access

Requirements

for SVN access
* PHP SVN extension

for Git access
* Git client
* PHP must execute shell commands (no safe mode)

Shortcode

Shotcut for SVN access

[svnzip url="url-to-your-svn"]

The SVN tag uses three optional flags (the default values are set within the plugin settings):

  • “trunkdir” the name of the trunk directory
  • “branchdir” the name of the branch directory
  • “tagdir” the name of the tag directory

Shotcut for Git access

[gitzip url="url-to-your-svn"]

Parameters for both commands are (all parameters are optional):

  • “version” defines a special revision (SVN) / commit (Git), which is used. If the parameter is not set, the latest revision (head) is used
  • “downloadtext” filename for the downloaded file (if not is set, the linktext is used)
  • “linktext” text of the link (default is set within the plugin settings)
  • “cssclass” sets the CSS class of the link (default is set within the plugin settings)
  • “type” enum value trunk | branch | tag for setting the repository part (default is trunk, for Git trunk is also used and it is applied to the master)
  • “name” the value for tag- or branchname (on trunk it is ignored / empty)

Installation

  1. Upload the folder to the “/wp-content/plugins/” directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Take a look to the plugin setting page and set your initialization data

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.14

  • extend clean-up call
  • optimize Git download code
  • Git pull call changed with git-dir & work-tree flags

0.13

  • clean-up expand for download files
  • git pull & checkout with force flag

0.12

  • clean-up call for temporary data

0.11

  • fixing Git pull path problem

0.1

  • first version with the base functions for using Git and SVN support