[GRASS-SVN] r32611 - in grass/trunk: . gui/wxpython/xml gui/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 7 07:29:56 EDT 2008


Author: martinl
Date: 2008-08-07 07:29:56 -0400 (Thu, 07 Aug 2008)
New Revision: 32611

Modified:
   grass/trunk/SUBMITTING
   grass/trunk/gui/wxpython/xml/grass-gxw.dtd
   grass/trunk/gui/xml/grass-interface.dtd
Log:
don't use mime-type application prefix for text files

Modified: grass/trunk/SUBMITTING
===================================================================
--- grass/trunk/SUBMITTING	2008-08-07 10:47:52 UTC (rev 32610)
+++ grass/trunk/SUBMITTING	2008-08-07 11:29:56 UTC (rev 32611)
@@ -410,7 +410,7 @@
     List of mime-type:
       C++ files (.cpp): text/x-c++src
       C files (.c): text/x-csrc
-      DTD files (.dtd): application/xml-dtd
+      DTD files (.dtd): text/xml-dtd
       GIF files (.gif): image/gif
       Header files (.h): text/x-chdr
       HTML files (.html): text/html
@@ -419,7 +419,7 @@
       PNG files (.png): image/png
       Python files (.py): text/x-python
       Text files (.txt): text/plain
-      XML files (.xml): application/xml
+      XML files (.xml): text/xml
       
       (please update the list...)
 


Property changes on: grass/trunk/gui/wxpython/xml/grass-gxw.dtd
___________________________________________________________________
Name: svn:mime-type
   - application/xml-dtd
   + text/xml-dtd


Property changes on: grass/trunk/gui/xml/grass-interface.dtd
___________________________________________________________________
Name: svn:mime-type
   - text/plain
   + text/xml-dtd



More information about the grass-commit mailing list