rah / abc_collection
A plugin package collection template
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Type:textpattern-plugin-package
Requires
- textpattern/installer: *
- textpattern/lock: >=4.5.0
This package is auto-updated.
Last update: 2024-10-15 12:34:59 UTC
README
This is a plugin package collection template for textpattern/installer.
This is a Composer distribution package containing compiled abc_plugin. Any compiled plugin installer packages found in the package will be installed with the Composer package. While this Composer package format is available, you normally would want to use manifest.json format instead of this. This format is most appropriate for distributing private bundles. For instance if your studio uses single set of plugins on all Textpattern installations, and those plugins are not available as composer packages, you could create a private composer repository or archive that contains all the installers. This would allow you to install plugins with a single command.
The plugin installer packages are detected by naming convention. Any files that name match the format {pfx}_{pluginName}_v{version}[_zip].txt.
will be considered as a plugin installer. {pfx}
is the registered three-letter author prefix, {pluginName}
is the name of the plugin, {version}
is the version number and [_zip]
is an option suffix. Valid plugin installer package names would be, for instance: abc_plugin_v1.0.5_zip.txt
and pfx_hello_world_v0.2.3.txt
.
Installing
Using Composer:
$ composer.phar require rah/abc_collection
Changelog
Version 1.0.0 – 2013/05/05
- Initial release.