Skip to content
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

docs: Update to remove icon tag from Metadata #276

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -157,30 +157,6 @@
</listitem>
</varlistentry>

<varlistentry id="tag-icon">
<term>&lt;icon/&gt;</term>
<listitem>
<para>
The <code>&lt;icon/&gt;</code> tag describes the component icon. It is mostly used for GUI applications (component-type <literal>desktop-application</literal>).
It can be of type <literal>stock</literal>, <literal>local</literal> or <literal>remote</literal>.
</para>
<para>
<literal>stock</literal> icons are loaded from the icon stock (the current or hicolor/locolor fallback themes).
The icon name must not include any file-extension or path.
</para>
<para>
<literal>local</literal> icons are loaded from a file in the filesystem.
They should specify a full file path.
This icon type may have <literal>width</literal> and <literal>height</literal>
properties.
</para>
<para>
<literal>remote</literal> icons loaded from a remote URL. Currently, only HTTP/HTTPS urls are supported.
This icon type should have <literal>width</literal> and <literal>height</literal> properties.
</para>
</listitem>
</varlistentry>

<varlistentry id="tag-description">
<term>&lt;description/&gt;</term>
<listitem>