/textpattern-plugin-archive

Archive of Textpattern plugins

Primary LanguagePHP

Textpattern CMS plugin archive

This repository contains current and historical versions of plugins for Textpattern CMS. Plugins are used to extend the functionality of the core Textpattern code.

Contributing

To make changes to existing plugins, or to add new ones, start by forking the repository. Then, make the required changes to your fork. When you’re done, raise a pull request.

Alternatively, if you have a GitHub account but don’t wish to make the changes yourself, open a new issue with details of the plugins you can offer or are seeking.

If you don’t have a GitHub account and wish to contribute, post in this support forum thread and we’ll figure it out.

Directory layout

Plugins should follow the same directory structure. For example, the (fictitious) `xmp_example`:

  • `/plugins/xmp/xmp_example/1.0/README.textile` – Textile-formatted plugin information
  • `/plugins/xmp/xmp_example/1.0/dist` – Ready-to-use, base64-encoded text
  • `/plugins/xmp/xmp_example/1.0/source` – Source code, if available and appropriate
  • `/plugins/xmp/xmp_example/1.0/files` – Accompanying files, if available and appropriate