[gnumeric] adjust xlsx and ods export descriptions



commit cb531865403d1f353830af43b88a184db3d41852
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Thu Aug 16 13:03:53 2012 -0600

    adjust xlsx and ods export descriptions
    
    2012-08-16  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* plugin.xml.in: use the standards terms of conformance rather than
    	referring to foreign elements
    
    2012-08-16  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* plugin.xml.in: refer to ISO/IEC 29500:2008 and emphasize the
    	Standards compliance

 plugins/excel/ChangeLog          |    5 +++++
 plugins/excel/plugin.xml.in      |    6 +++---
 plugins/openoffice/ChangeLog     |    5 +++++
 plugins/openoffice/plugin.xml.in |    4 ++--
 4 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index d0471a8..8e6f22d 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-16  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* plugin.xml.in: refer to ISO/IEC 29500:2008 and emphasize the
+	Standards compliance
+
 2012-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* xlsx-read.c (xlsx_webpub_begin): new
diff --git a/plugins/excel/plugin.xml.in b/plugins/excel/plugin.xml.in
index 1dc3025..be5cd7f 100644
--- a/plugins/excel/plugin.xml.in
+++ b/plugins/excel/plugin.xml.in
@@ -71,7 +71,7 @@
 		<!-- Office Open XML packages from Office 2007 -->
 		<service type="file_opener" id="xlsx" priority="100" probe="TRUE">
 			<information>
-				<_description>MS Excel&#8482; 2007/2010 (*.xlsx)</_description>
+				<_description>ECMA 376 / Office Open XML [MS Excel&#8482; 2007/2010] (*.xlsx)</_description>
 			</information>
 			<suffixes>
 				<suffix>xlsx</suffix>
@@ -95,7 +95,7 @@
 		         format_level="auto" overwrite_files="TRUE"
 			 mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
 			<information>
-				<_description>MS Excel&#8482; 2007 (ECMA 376 1st edition (2006))</_description>
+				<_description> ECMA 376 1st edition (2006); [MS Excel&#8482; 2007]</_description>
 			</information>
 		</service>
 
@@ -103,7 +103,7 @@
 		         format_level="auto" overwrite_files="TRUE"
 			 mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
 			<information>
-				<_description>MS Excel&#8482; 2010 (ECMA 376 2nd edition (2008))</_description>
+				<_description>ISO/IEC 29500:2008 &amp; ECMA 376 2nd edition (2008); [MS Excel&#8482; 2010]</_description>
 			</information>
 		</service>
 		<service type="file_opener" id="excel_enc" priority="200" probe="FALSE" 
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index efd2317..4a358e3 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-16  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* plugin.xml.in: use the standards terms of conformance rather than
+	referring to foreign elements
+
 2012-08-06  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (od_custom_shape_end): rename to odf_custom_shape_end
diff --git a/plugins/openoffice/plugin.xml.in b/plugins/openoffice/plugin.xml.in
index ffef4a0..158d457 100644
--- a/plugins/openoffice/plugin.xml.in
+++ b/plugins/openoffice/plugin.xml.in
@@ -29,14 +29,14 @@
 		         format_level="auto" overwrite_files="TRUE" 
 			 mime_type="application/vnd.oasis.opendocument.spreadsheet">
 			<information>
-				<_description>ODF/OpenOffice without foreign elements (*.ods)</_description>
+				<_description>ODF 1.2 strict conformance (*.ods)</_description>
 			</information>
 		</service>
 		<service type="file_saver" id="odf" file_extension="ods"
 		         format_level="auto" overwrite_files="TRUE" 
 			 mime_type="application/vnd.oasis.opendocument.spreadsheet">
 			<information>
-				<_description>ODF/OpenOffice with foreign elements (*.ods)</_description>
+				<_description>ODF 1.2 extended conformance (*.ods)</_description>
 			</information>
 		</service>
 	</services>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]