home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gnome / help / system-admin-guide / C / glossary.xml < prev    next >
Encoding:
Text File  |  2006-08-09  |  9.2 KB  |  232 lines

  1. <glossary id="glossary-1">
  2.   <title>Glossary</title>
  3.   <!-- these anchors are to maintain backwards compatibility for 
  4.        obsolete glossary entries -->
  5.  
  6.   <!-- file content sniffer -->
  7.   <anchor id="glossary-23"/>
  8.   <!-- MIME information file -->
  9.   <anchor id="glossary-20"/>
  10.   <!-- MIME keys file -->
  11.   <anchor id="glossary-21"/>
  12.   <!-- MIME type registry -->
  13.   <anchor id="glossary-22"/>
  14.   <!-- pattern mask -->
  15.   <anchor id="glossary-25"/>
  16.   <!-- vfolder -->
  17.   <anchor id="glossary-9"/>
  18.   <!-- vfolder information file -->
  19.   <anchor id="glossary-10"/>
  20.  
  21.   <glossentry id="glossary-13">
  22.     <glossterm><filename>.desktop</filename> file</glossterm>
  23.     <glosssee otherterm="glossary-11"/>
  24.   </glossentry>
  25.   <glossentry id="glossary-14">
  26.     <glossterm><filename>.directory</filename> file</glossterm>
  27.     <glosssee otherterm="glossary-12"/>
  28.   </glossentry>
  29.   <glossentry id="glossary-32">
  30.     <glossterm><filename>.omf</filename> file</glossterm>
  31.     <glosssee otherterm="glossary-31"/>
  32.   </glossentry>
  33.   <glossentry id="glossary-18">
  34.     <glossterm>application registry</glossterm>
  35.     <glossdef>
  36.       <para>The application registry is a collection of desktop entry
  37. files which register applications. The location of the application registry
  38. for the GNOME Desktop is <filename>$XDG_DATA_DIRS:$XDG_DATA_HOME/applications/</filename>.</para>
  39.     </glossdef>
  40.   </glossentry>
  41.   <glossentry id="glossary-11">
  42.     <glossterm>desktop entry file</glossterm>
  43.     <glossdef>
  44.       <para>A data file that provides information about an item in a menu.
  45. The desktop entry file specifies the details for the item such as a name,
  46. a command to run, an icon, and so on. Desktop entry files have a <filename>.desktop</filename> file extension.</para>
  47.     </glossdef>
  48.   </glossentry>
  49.   <glossentry id="glossary-12">
  50.     <glossterm>directory entry file</glossterm>
  51.     <glossdef>
  52.       <para>A data file that provides information about a menu. The directory
  53. entry file specifies details such as a name for the menu, a tooltip for the
  54. menu, and an icon to represent the menu. Directory entry files have a <filename>.directory</filename> file extension.</para>
  55.     </glossdef>
  56.   </glossentry>
  57.   <glossentry id="glossary-5">
  58.     <glossterm>GConf configuration source</glossterm>
  59.     <glossdef>
  60.       <para>A storage location in the <application>GConf</application>
  61. repository. For example, <literal>xml:readonly:/etc/gconf/gconf.xml.defaults</literal>.</para>
  62.     </glossdef>
  63.   </glossentry>
  64.   <glossentry id="glossary-2">
  65.     <glossterm>GConf preference key</glossterm>
  66.     <glossdef>
  67.       <para>An element in the <application>GConf</application> repository
  68. that corresponds to an application preference. For example, the <literal>/apps/gnome-session/options/show_splash_screen</literal> key corresponds to
  69. the <guilabel>Show splash screen on login</guilabel> option in the <application>Sessions</application> preference tool.</para>
  70.     </glossdef>
  71.   </glossentry>
  72.   <glossentry id="glossary-6">
  73.     <glossterm>GConf path file</glossterm>
  74.     <glossdef>
  75.       <para>A file that lists the GConf configuration sources, and the
  76. order in which to search the sources.</para>
  77.     </glossdef>
  78.   </glossentry>
  79.   <glossentry id="glossary-3">
  80.     <glossterm>GConf schema</glossterm>
  81.     <glossdef>
  82.       <para>A collective term for a schema key and a schema object.</para>
  83.     </glossdef>
  84.   </glossentry>
  85.   <glossentry id="glossary-4">
  86.     <glossterm>GConf schema definition file</glossterm>
  87.     <glossdef>
  88.       <para>A <application>GConf</application> schema definition file
  89. lists the keys in a particular application, and defines the characteristics
  90. of the keys. <application>GConf</application> schemas are generated from schema
  91. definition files. Schema definition files have a <filename>.schemas</filename>
  92. file extension.</para>
  93.     </glossdef>
  94.   </glossentry>
  95.   <glossentry id="glossary-7">
  96.     <glossterm>GConf schema key</glossterm>
  97.     <glossdef>
  98.       <para>A key that stores a schema object for a preference key. For
  99. example, <literal>/schemas/desktop/gnome/interface/font_name</literal> is
  100. a schema key for the <literal>/desktop/gnome/interface/font_name</literal>
  101. preference key.</para>
  102.     </glossdef>
  103.   </glossentry>
  104.   <glossentry id="glossary-8">
  105.     <glossterm>GConf schema object</glossterm>
  106.     <glossdef>
  107.       <para>An element in a configuration source that contains information
  108. about a preference key. The schema object contains information such as a default
  109. value for the preference key, and documentation on the preference key. </para>
  110.     </glossdef>
  111.   </glossentry>
  112.   <glossentry id="glossary-glob-pattern">
  113.     <glossterm>glob pattern</glossterm>
  114.     <glossdef>
  115.       <para>A glob pattern is used to match a file name by using special
  116. characters such as <literal>*</literal> and <literal>?</literal>.  The MIME
  117. system uses glob patterns to assign MIME types based upon filenames and often,
  118. file extensions.</para>
  119.     </glossdef>
  120.   </glossentry>
  121.   <glossentry id="glossary-26">
  122.     <glossterm>Interoperable Object Reference</glossterm>
  123.     <glossdef>
  124.       <para>An Interoperable Object Reference (IOR) is a string reference
  125. to a  CORBA object. An IOR encodes a hostname and port to which messages can
  126. be sent to control the object. The IOR also contains an object key to identify
  127. the object.</para>
  128.     </glossdef>
  129.   </glossentry>
  130.   <glossentry id="glossary-magic-rule">
  131.     <glossterm>magic rule</glossterm>
  132.     <glossdef>
  133.       <para>A magic rule defines a file's MIME type by specifying 
  134. text or binary data to search for at the beginning of the file.  Offsets to look for
  135. this data are defined in a magic rule.</para>
  136.     </glossdef>
  137.   </glossentry>
  138.   <glossentry id="glossary-menu-def">
  139.     <glossterm>Menu definition files</glossterm>
  140.     <glossdef>
  141.       <para>Menu definition files define the hierarchy of menus that are used in the 
  142. GNOME menu bar.</para>
  143.     </glossdef>
  144.   </glossentry>
  145.   <glossentry id="glossary-27">
  146.     <glossterm>MIME</glossterm>
  147.     <glossdef>
  148.       <para>Multipurpose Internet Mail Extension.</para>
  149.     </glossdef>
  150.   </glossentry>
  151.   <glossentry id="glossary-mime-source-xml">
  152.     <glossterm>MIME source XML file</glossterm>
  153.     <glossdef>
  154.       <para>A MIME source XML file defines how MIME types are resolved for different kinds
  155. of files.  There are three ways in which this can be done: using file extensions (glob patterns),
  156. using magic rules and using XML namespaces.  MIME source XML files are located
  157. in the <filename>$XDG_DATA_DIRS:$XDG_DATA_HOME/mime/packages</filename> directory.</para>
  158.     </glossdef>
  159.   </glossentry>
  160.   <glossentry id="glossary-16">
  161.     <glossterm>MIME type</glossterm>
  162.     <glossdef>
  163.       <para>A MIME type identifies the format of a file. The MIME type
  164. enables applications to read the file. For example, an email application can
  165. use the <literal>image/png</literal> MIME type to detect that a Portable Networks
  166. Graphic (PNG) file is attached to an email. </para>
  167.     </glossdef>
  168.   </glossentry>
  169.   <glossentry id="glossary-mime-type-database">
  170.     <glossterm>MIME type database</glossterm>
  171.     <glossdef>
  172.       <para>The MIME type database is a collection of files
  173. which register MIME types for the desktop environment.  The location of
  174. the MIME type database is the directory <filename>$XDG_DATA_DIRS:$XDG_DATA_HOME/mime</filename>.
  175. </para>
  176.     </glossdef>
  177.   </glossentry>
  178.   <glossentry id="glossary-31">
  179.     <glossterm>OMF file</glossterm>
  180.     <glossdef>
  181.       <para>Open Source Metadata Framework file. This is a file that is
  182. associated with the XML file for a manual. The OMF file contains information
  183. about the manual that is used by the Help browser. OMF files have a <filename>.omf</filename> file extension.</para>
  184.     </glossdef>
  185.   </glossentry>
  186.   <glossentry id="glossary-33">
  187.     <glossterm>PAM</glossterm>
  188.     <glossdef>
  189.       <para>Pluggable Authentication Modules.</para>
  190.     </glossdef>
  191.   </glossentry>
  192.   <glossentry id="glossary-28">
  193.     <glossterm>screensaver</glossterm>
  194.     <glossdef>
  195.       <para>A screensaver is an application that replaces the image on
  196. a screen when the screen is not in use. The screensaver application for the
  197. GNOME Desktop is <application>XScreenSaver</application>. </para>
  198.     </glossdef>
  199.   </glossentry>
  200.   <glossentry id="glossary-29">
  201.     <glossterm>screensaver display</glossterm>
  202.     <glossdef>
  203.       <para>A screensaver display is an application that displays images
  204. on the screen of the user when the screen is not in use. </para>
  205.     </glossdef>
  206.   </glossentry>
  207.   <glossentry id="glossary-34">
  208.     <glossterm>UDP</glossterm>
  209.     <glossdef>
  210.       <para>User Datagram Protocol.</para>
  211.     </glossdef>
  212.   </glossentry>
  213.   <glossentry id="glossary-15">
  214.     <glossterm>Uniform Resource Identifier</glossterm>
  215.     <glossdef>
  216.       <para>A Uniform Resource Identifier (URI) is a string that identifies
  217. a particular location in a file system or on the web. For example, the address
  218. of a web page is a URI.</para>
  219.     </glossdef>
  220.   </glossentry>
  221.   <glossentry id="glossary-24">
  222.     <glossterm>websafe color palette</glossterm>
  223.     <glossdef>
  224.       <para>The websafe color palette is a general-purpose palette of
  225. 216 colors. The websafe color palette is designed to optimize the use of color
  226. on systems that support 8-bit color. The websafe color palette is also called
  227. the <emphasis>Netscape color palette</emphasis> and the <emphasis>Netscape
  228. color cube</emphasis>.</para>
  229.     </glossdef>
  230.   </glossentry>
  231. </glossary>
  232.