From 07e1bf23744ac4305406c416e1361582948a1d3e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 7 Jan 2003 13:28:22 +0000 Subject: Architecture for translatable xml/xsl start page. 2003-01-07 Marco Pesenti Gritti * configure.in: * data/Makefile.am: * data/start_here.html: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * embed/mozilla/StartHereProtocolHandler.cpp: * lib/Makefile.am: * lib/widgets/ephy-autocompletion-window.c: (hack_tree_view_move_selection): * po/POTFILES.in: Architecture for translatable xml/xsl start page. --- data/starthere/Makefile.am | 12 ++++++++++++ data/starthere/index.xml.in | 8 ++++++++ data/starthere/section.xsl | 23 +++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 data/starthere/Makefile.am create mode 100644 data/starthere/index.xml.in create mode 100644 data/starthere/section.xsl (limited to 'data/starthere') diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am new file mode 100644 index 000000000..411c442cf --- /dev/null +++ b/data/starthere/Makefile.am @@ -0,0 +1,12 @@ +@INTLTOOL_XML_RULE@ + +xmldir = $(pkgdatadir)/starthere +xml_in_files = index.xml.in +xml_DATA = $(xml_in_files:.xml.in=.xml) + +xsldir = $(pkgdatadir)/starthere +xsl_DATA = section.xsl + +EXTRA_DIST = $(xml_DATA) \ + $(xml_in_files) + diff --git a/data/starthere/index.xml.in b/data/starthere/index.xml.in new file mode 100644 index 000000000..b24de14f1 --- /dev/null +++ b/data/starthere/index.xml.in @@ -0,0 +1,8 @@ + + +
+<_title>The web browser +<_paragraph>What you use it for ? +<_title>Getting started +<_paragraph>How I begin ? Import bookmarks, proxy settings +
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl new file mode 100644 index 000000000..6b349c626 --- /dev/null +++ b/data/starthere/section.xsl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3