Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: third_party/xdg-utils/scripts/desc/xdg-mime.xml

Issue 6737007: Update xdg-utils to the latest version available in git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/xdg-utils/README.chromium ('k') | third_party/xdg-utils/scripts/html/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" 2 <?xml-stylesheet type="text/xsl"
3 href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl "?> 3 href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl "?>
4 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 4 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
5 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ 5 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
6 ]> 6 ]>
7 <refentry id="xdg-mime"> 7 <refentry id="xdg-mime">
8 <refentryinfo> 8 <refentryinfo>
9 <title>xdg-mime Manual</title> 9 <title>xdg-mime Manual</title>
10 <copyright> 10 <copyright>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 </simpara> 137 </simpara>
138 </listitem> 138 </listitem>
139 </varlistentry> 139 </varlistentry>
140 140
141 <varlistentry> 141 <varlistentry>
142 <term>install</term> 142 <term>install</term>
143 <listitem> 143 <listitem>
144 <simpara> 144 <simpara>
145 Adds the file type descriptions provided in <replaceable>mimetypes-f ile</replaceable> 145 Adds the file type descriptions provided in <replaceable>mimetypes-f ile</replaceable>
146 to the desktop environment. <replaceable>mimetypes-file</replaceable > 146 to the desktop environment. <replaceable>mimetypes-file</replaceable >
147 must be a XML file that follows the freedesktop.org 147 must be a XML file that follows the freedesktop.org
148 Shared MIME-info Database specification 148 Shared MIME-info Database specification
149 and that has a mime-info element as its document root. For 149 and that has a mime-info element as its document root. For
150 each new file type one or more icons with name 150 each new file type one or more icons with name
151 <replaceable>major</replaceable>-<replaceable>minor</replaceable> 151 <replaceable>type</replaceable>-<replaceable>subtype</replaceable>
152 must be installed with the <command>xdg-icon-resource</command> 152 must be installed with the <command>xdg-icon-resource</command>
153 command in the <emphasis>mimetypes</emphasis> context. For example t he 153 command in the <emphasis>mimetypes</emphasis> context. For example t he
154 application/vnd.oasis.opendocument.text filetype requires an 154 filetype application/vnd.oasis.opendocument.text requires an
155 icon by the name of application-vnd.oasis.opendocument.text 155 icon named application-vnd.oasis.opendocument.text
156 to be installed. 156 to be installed (unless the file type recommends another icon name).
157 </simpara> 157 </simpara>
158 </listitem> 158 </listitem>
159 </varlistentry> 159 </varlistentry>
160 160
161 <varlistentry> 161 <varlistentry>
162 <term>uninstall</term> 162 <term>uninstall</term>
163 <listitem> 163 <listitem>
164 <simpara> 164 <simpara>
165 Removes the file type descriptions provided in <replaceable>mimetype s-file</replaceable> 165 Removes the file type descriptions provided in <replaceable>mimetype s-file</replaceable>
166 and previously added with <command>xdg-mime install</command> from t he 166 and previously added with <command>xdg-mime install</command> from t he
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 &lt;/mime-type&gt; 364 &lt;/mime-type&gt;
365 &lt;/mime-info&gt; 365 &lt;/mime-info&gt;
366 </programlisting>An icon for this new file type must also be installed, for 366 </programlisting>An icon for this new file type must also be installed, for
367 example with: 367 example with:
368 <programlisting> 368 <programlisting>
369 xdg-icon-resource install --context mimetypes --size 64 shiny-file-icon.png text -x-shiny 369 xdg-icon-resource install --context mimetypes --size 64 shiny-file-icon.png text -x-shiny
370 </programlisting> 370 </programlisting>
371 </para> 371 </para>
372 </refsect1> 372 </refsect1>
373 </refentry> 373 </refentry>
OLDNEW
« no previous file with comments | « third_party/xdg-utils/README.chromium ('k') | third_party/xdg-utils/scripts/html/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698