New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Add guidelines for distributors #119
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| <?xml version='1.0' encoding='utf-8' ?> | ||
| <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ | ||
| <!ENTITY % BOOK_ENTITIES SYSTEM "AppStream.ent"> | ||
| %BOOK_ENTITIES; | ||
| ]> | ||
|
|
||
| <section id="sect-Quickstart-Distros"> | ||
| <title>For distributors packaging Appstream metadata</title> | ||
|
|
||
| <section id="qsr-distro-introduction"> | ||
| <title>Guidelines for distributors</title> | ||
| <para> | ||
| Distributors of projects with AppStream metadata perform an important role | ||
| by making the software available to more people. There are a few guidelines | ||
| distributors should follow in order for software centers to present | ||
| the correct information to users. | ||
| </para> | ||
| </section> | ||
|
|
||
| <section id="qsr-distro-guidelines"> | ||
| <title>Guidelines for distributors</title> | ||
| <para> | ||
| A binary package that contains AppStream desktop metadata (<xref linkend="sect-Metadata-Application"/>) | ||
| must also contain both the .desktop file for the application and the application itself. | ||
| </para> | ||
| <para> | ||
| A binary package must not contain more than one AppStream metadata file. The one exception is | ||
| that it is permissable for a binary package that is extended by addons to include those addons | ||
| (<xref linkend="sect-Metadata-Addon"/>) and their AppStream metadata files. Note that users | ||
| will be unable to remove those addons separately. | ||
| </para> | ||
| <para> | ||
| Except for the extended package, no other package may contain more than one Appstream addon metadata file. | ||
| </para> | ||
|
|
||
| </section> | ||
|
|
||
| </section> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wtf... Thanks for spotting this!