manifest-format.md in inqlude-0.7.0 vs manifest-format.md in inqlude-0.7.1

- old
+ new

@@ -107,10 +107,14 @@ All URLs are represented as a key specifying the type of the URL and the actual URL itself. Arbitrary types can be defined. Some types are used for specific purposes and get special treatment. +All these URLs are meant to be consumed by humans, so they should work and make +sense when shown in a web browser. Other than that they don't have very strict +requirements. They are not necessarily meant to be read programmatically. + The following types are recognized: * "homepage": Home page of the library. This is the main URL used as entry point for looking up information about the library. All manifests should contain a homepage URL. @@ -121,10 +125,12 @@ * "tutorial": URL to tutorial-style documentation how to use the library. * "api_docs": URL to reference documentation of the API of the library. * "description_source": If the description text is taken from another source this URL points to the source. * "announcement": Link to release announcement +* "mailing_list": Mailing list for discussing the library +* "contact": Contact information * "custom": Array of pairs of title and URL of custom links *the homepage is a mandatory url attribute* ### licenses @@ -212,5 +218,14 @@ openSUSE binary packages. For each version of openSUSE there is a separate entry. Each entry contains the package_name, repository, and source_rpm attributes. The repository contains an url and a name sub-attribute. + +### group + +Name of a group + +The group optionally specifies the name of a group of libraries the library +described my the manifest belongs to. + +At the moment only the value "kde-frameworks" is used.