From f07a81d93c1aadf9131ff54c4aadfe25607e4a2e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 17 Oct 2005 20:09:09 +0000 Subject: A data/ephy-xml2ini.xsl: 2005-10-16 Christian Persch * data/Makefile.am: A data/ephy-xml2ini.xsl: * src/ephy-extensions-manager.c: Remove .xml parsing code and translate the .xml files to the new format with XSLT instead. --- data/Makefile.am | 4 +++- data/ephy-xml2ini.xsl | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 data/ephy-xml2ini.xsl (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 039aa59a6..e0e798c1a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -55,7 +55,9 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = epiphany-1.10.pc xsldir = $(pkgdatadir) -xsl_DATA = epiphany-bookmarks-html.xsl +xsl_DATA = \ + epiphany-bookmarks-html.xsl \ + ephy-xml2ini.xsl install-data-local: if GCONF_SCHEMAS_INSTALL diff --git a/data/ephy-xml2ini.xsl b/data/ephy-xml2ini.xsl new file mode 100644 index 000000000..e9cd6b89a --- /dev/null +++ b/data/ephy-xml2ini.xsl @@ -0,0 +1,51 @@ + + + + +# This file has been automatically generated by Epiphany + +[Epiphany Extension] +Version=1 + +Name + + + + +Description + + +Authors= +; +URL= + +[Loader] + +Type=shlib +Library= + + + +Type=python +Module= + + + + + + + + + + +[ + +] + += + + + + + + -- cgit v1.2.3