This project is not covered by Drupal’s security advisory policy.
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.caThese 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[] = votingapiThese 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 use archives that do not extract to folder named after downloadable.
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Created by nedjo on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.