From 5dc9e3f811fe292e94082a701985779ae9f011ab Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Sun, 7 Sep 2008 19:46:45 +0200 Subject: [PATCH] "about FireMan..." link added for some credits --- scripts/generate.sh | 3 ++- src/chrome/content/FireManSidebar.xul | 6 +++++ src/chrome/skin/html/about.html | 41 +++++++++++++++++++++++++++++++++++ src/chrome/skin/html/css/about.css | 19 ++++++++++++++++ 4 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 src/chrome/skin/html/about.html create mode 100644 src/chrome/skin/html/css/about.css diff --git a/scripts/generate.sh b/scripts/generate.sh index 8e8a510..6fc7787 100755 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -65,7 +65,8 @@ find $FILES_TO_PROCESS | while read file; do # what type of file do we have? filetype=$(file $file | cut -d' ' -f2) if [ "$filetype" = "ASCII" ] \ - || [ "$filetype" = "XML" ] + || [ "$filetype" = "XML" ] \ + || [ "$filetype" = "HTML" ] then # copy over file echo " GEN $file" diff --git a/src/chrome/content/FireManSidebar.xul b/src/chrome/content/FireManSidebar.xul index 2295f19..484aa28 100644 --- a/src/chrome/content/FireManSidebar.xul +++ b/src/chrome/content/FireManSidebar.xul @@ -100,5 +100,11 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +