<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="mime-types" xml:lang="eu">

  <info>
    <link type="guide" xref="software#management"/>
    <link type="seealso" xref="mime-types-application"/>
    <link type="seealso" xref="mime-types-application-user"/>
    <link type="seealso" xref="mime-types-custom-user"/>
    <revision pkgversion="3.12" date="2014-06-17" status="review"/>

    <credit type="author copyright">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2014</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>MIME motak fitxategien formatuak identifikatzeko erabiltzen dira.</desc>
  </info>

    <title>Zer dira MIME motak?</title>
    <p>GNOMEn, MIME (<em>Multipurpose Internet Mail Extension</em>) motak fitxategien formatuak identifikatzeko erabiltzen dira. GNOMEren mahaigainak MIME motak erabiltzen ditu hauetarako:</p>
    <list>
      <item>
        <p>Fitxategi-formatu jakin bat modu lehenetsian zein aplikaziok irekiko duen zehazteko.</p>
      </item>
      <item>
        <p>Fitxategi-formatu zehatz bat ireki dezaketen beste aplikazio batzuk erregistratzeko.</p>
      </item>
      <item>
        <p>Fitxategi baten mota deskribatzen duen kate bat emateko, adibidez deskribapen hori <app>Fitxategiak</app> aplikazioaren fitxategi-propietateen elkarrizketa-koadroan erakusteko.</p>
      </item>
      <item>
        <p>Fitxategi-formatu jakin bat ordezkatzen duen ikono bat emateko, adibidez ikono hori <app>Fitxategiak</app> aplikazioaren fitxategi-propietateen elkarrizketa-koadroan erakusteko.</p>
      </item>
    </list>
    <p>MIME moten izenek honako formatua jarraitzen dute:</p>
<screen>
<var>media-mota</var>/<var>azpimota-identifikatzailea</var>
</screen>
<p><sys>image/jpeg</sys> MIME motan, adibidez, <sys>image</sys> media mota da eta <sys>jpeg</sys> is azpimotaren identifikatzailea da.</p>
    <p>GNOMEk <em>freedesktop.org Shared MIME Info</em> espezifikazioa jarraitzen du honakoak zehazteko:</p>
    <list>
    <item>
      <p>
        The machine-wide and user-specific location to store all MIME type
        specification files.
      </p>
    </item>
    <item>
      <p>Nola erregistratu MIME mota bat, mahaigainak fitxategi-formatu jakin bat irekitzeko zein aplikazio erabili behar duen jakin dezan.</p>
    </item>
    <item>
      <p>Nola aldatu dezaketen erabiltzaileek zein aplikazio erabiliko den fitxategi-formatu bakoitza irekitzeko.</p>
    </item>
    </list>
    <section id="mime-database">
      <title>Zer da MIME datu-basea?</title>
      <p>
        The MIME database is a collection of all MIME type specification files
        that GNOME uses to store information about known MIME types.
      </p>
      <p>
        The most important part of the MIME database from the system administrator’s
        point of view is the <file>/usr/share/mime/packages/</file>
        directory where the MIME type related files specifying information on
        known MIME types are stored. One example of such a file is
        <file>/usr/share/mime/packages/freedesktop.org.xml</file>, specifying
        information about the standard MIME types available on the system by
        default. That file is provided by the <sys>shared-mime-info</sys>
        package.
      </p>
    </section>
    <section id="mime-types-more-information">
    <title>Eskuratu informazio gehiago</title>
    <p>
      For detailed information describing the MIME type system, see the
      <em>freedesktop.org Shared MIME Info specification</em> located at the
      freedesktop.org website:
    </p>
    <list>
      <item>
        <p><link href="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/"> http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/</link></p>
      </item>
    </list>
    </section>
</page>
