[GRASS-SVN] r32612 - in grass/branches/develbranch_6: .
gui/wxpython/xml gui/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 7 07:33:34 EDT 2008
Author: martinl
Date: 2008-08-07 07:33:33 -0400 (Thu, 07 Aug 2008)
New Revision: 32612
Modified:
grass/branches/develbranch_6/SUBMITTING
grass/branches/develbranch_6/gui/wxpython/xml/grass-gxw.dtd
grass/branches/develbranch_6/gui/xml/grass-interface.dtd
Log:
don't use mime-type application prefix for text files
(merge from trunk, r32611)
Modified: grass/branches/develbranch_6/SUBMITTING
===================================================================
--- grass/branches/develbranch_6/SUBMITTING 2008-08-07 11:29:56 UTC (rev 32611)
+++ grass/branches/develbranch_6/SUBMITTING 2008-08-07 11:33:33 UTC (rev 32612)
@@ -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/branches/develbranch_6/gui/wxpython/xml/grass-gxw.dtd
___________________________________________________________________
Name: svn:mime-type
- application/xml-dtd
+ text/xml-dtd
Property changes on: grass/branches/develbranch_6/gui/xml/grass-interface.dtd
___________________________________________________________________
Name: svn:mime-type
- text/plain
+ text/xml-dtd
More information about the grass-commit
mailing list