Neater handling for magic subfields.
[mime-editor.git] / Help / README
blob95e851e66fd2432cef4ac4fcdda10593d4c0423e
1                         MIME-Editor
2                         Editor for the Shared MIME Database
3                         by Thomas Leonard
5 Brief
6 ~~~~~
7 MIME types are used to identify types of file. For example, a plain text
8 file (such as this README) would have the MIME type 'text/plain'. An HTML
9 page would be 'text/html' and a PNG image's type is 'image/png'.
11 ROX-Filer uses MIME types to decide which application to run when you click
12 on a file, and what icon to give it.
14 ROX now uses the freedesktop.org Shared MIME Database to deal with MIME
15 types. MIME-Editor is a graphical editor for this database.
17 The latest version of MIME-Editor is at:
19         http://rox.sourceforge.net
22 Conditions
23 ~~~~~~~~~~
24 This program is free software; you can redistribute it and/or modify
25 it under the terms of the GNU General Public License as published by
26 the Free Software Foundation; either version 2 of the License, or
27 (at your option) any later version.
29 This program is distributed in the hope that it will be useful,
30 but WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32 GNU General Public License for more details.
34 You should have received a copy of the GNU General Public License
35 along with this program; if not, write to the Free Software
36 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
38 Please report any bugs to me, <tal197@users.sourceforge.net>