Cette extension n’a pas été testée avec les3 dernières versions majeures de WordPress. Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

SVN Zip

Description

This plugin is not be in developing anymore, all functionality is moved to a new plugin Repository Zip

The plugin creates zip download links within articles and pages of a subversion repository. On each call the subversion revision number, link text, css name and download
name can be set, so that each link points to different subversion. The plugin need no configuration or something else.

Installation

  1. Upload the folder to the « /wp-content/plugins/ » directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How can I use the plugin ?

Add to your ppost or page content only

[svnzip url="url-to-your-svn"]
Can I change the download name or add additional options ?

Yes you can do this, the plugin tag allows some option values

[svnzip url="url-to-your-svn" revision="your-revision" downloadname="name-of-the-download-file-without-extension" target="target-parameter-of-the-href-tag" cssclass="css-class-of-the-href-tag" linktext="text-of-the-href-tag"]
Does the plugin need any requirements ?

Yes, the plugin need the PHP subversion ( http://de3.php.net/manual/en/book.svn.php ) and PHP ZIP ( http://de3.php.net/manual/en/book.zip.php ) extension.

Avis

Il n’y a aucun avis sur cette extension.

Contributeurs & développeurs

« SVN Zip » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « SVN Zip » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

0.1

  • first version with the base functions