Posted by nedjo on May 31, 2012 at 4:23pm
Generates draft Open Apps manifests for features suitable for use with App server.
Requirements
- Update manager (core)
- Features
To use
- Install the version of the feature for which you're generating a manifest.
- At admin/structure/features, click on the link for a feature.
- Click the "Manifest" tab.
- If the resulting text contains NEEDS REVIEW anywhere, click the "Check manually" link to ensure you have the latest update information, which is used to generate the manifest.
- Edit the resulting text and use it for the manifest field in an App server app release node.
Developer tips
The module will attempt to construct a manifest from a feature based on its .info file and, if present, a .make.inc file containing Drush make information for the feature. Code download links are determined by using update information from drupal.org or other sources as specified by the modules present.
For best results (optional):
- In the feature's .info file, add
authorandauthor_urlinformation, e.g.:author = Chocolate Lily
author_url = http://chocolatelilyweb.ca
These will be read into the manifest. - If there are optional modules you'd like to include in your App that are not hard dependencies, in the feature's .info file, add a
recommendsarray, e.g.:recommends[] = context_ui
recommends[] = votingapi
These will be added to the manifest and downloaded along with the app. - Add a file named featurename.make.inc, where featurename is the machine name of your feature, containing full .make information for the feature. This file won't be used for modules but will be used for libraries. To prevent extraction errors, ensure that all download URLs for libraries include file names with extensions; see #1571428: Cannot extract zip or tar.gz files.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 5 sites currently report using this module. View usage statistics.
- Downloads: 228
- Last modified: September 17, 2012