From a5f030995805e069abfe185ffff438e9f28d5ee1 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Sun, 15 Jan 2006 15:46:27 +0000 Subject: Override the page that is shown for the about: url so that it doesn't say 2006-01-15 Crispin Flowerday * data/chrome/Makefile.am: * data/chrome/about.xhtml: * data/chrome/brand.dtd.in: * data/chrome/brand.properties.in: * data/chrome/epiphany.manifest.in: Override the page that is shown for the about: url so that it doesn't say "Deer Park" --- data/chrome/Makefile.am | 3 ++ data/chrome/about.xhtml | 99 ++++++++++++++++++++++++++++++++++++++++ data/chrome/brand.dtd.in | 1 + data/chrome/brand.properties.in | 1 + data/chrome/epiphany.manifest.in | 1 + 5 files changed, 105 insertions(+) create mode 100644 data/chrome/about.xhtml (limited to 'data') diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index 155e8aa83..eecee66d5 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -11,6 +11,9 @@ branding_in_files = \ brand.properties.in branding_DATA = $(branding_in_files:%.in=%) +globalchromedir = $(manifestdir)/global +globalchrome_DATA = about.xhtml + EXTRA_DIST = \ $(manifest_in_files) \ $(branding_in_files) diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml new file mode 100644 index 000000000..7212e4a07 --- /dev/null +++ b/data/chrome/about.xhtml @@ -0,0 +1,99 @@ + + + +%brandDTD; +]> + + + + + +About: + + + + +
+ +&brandShortName; + +

+&brandShortName; &brandVersion; +

+ +
+
+ + + + + diff --git a/data/chrome/brand.dtd.in b/data/chrome/brand.dtd.in index de0a39edc..57b75a382 100644 --- a/data/chrome/brand.dtd.in +++ b/data/chrome/brand.dtd.in @@ -1,5 +1,6 @@ + diff --git a/data/chrome/brand.properties.in b/data/chrome/brand.properties.in index 8a641ce08..2b5fb3f9b 100644 --- a/data/chrome/brand.properties.in +++ b/data/chrome/brand.properties.in @@ -1,3 +1,4 @@ brandShortName=Epiphany brandFullName=Epiphany @VERSION@ vendorShortName=GNOME +brandVersion=@VERSION@ diff --git a/data/chrome/epiphany.manifest.in b/data/chrome/epiphany.manifest.in index 3f8eb3a2c..472965629 100644 --- a/data/chrome/epiphany.manifest.in +++ b/data/chrome/epiphany.manifest.in @@ -1,2 +1,3 @@ override chrome://branding/locale/brand.properties file://@CHROMEDIR@/branding/brand.properties override chrome://branding/locale/brand.dtd file://@CHROMEDIR@/branding/brand.dtd +override chrome://global/content/about.xhtml file:///@CHROMEDIR@/global/about.xhtml -- cgit v1.2.3