From 841b56cd2b970466d68fbc4165f86760759c0169 Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Mon, 7 Feb 2011 23:18:17 +0000 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r485 | dmorgan | 2011-02-07 23:18:17 +0000 (Mon, 07 Feb 2011) | 1 line Import cleaned indexhtml ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: o mails - replacement was done in headers except for Subject in header-ur which does not contain Mandriva... - dropped most mail bodys, except for French & English, rewritten to a minimal version - a good mail should be designed and translated o about - command is about-mandriva, have to look at what uses it - removed MDV graphics from style/css o HTML - a simple page should be placed there, until web team provides something o po - all translations should be dropped, strings updated when the real page is ready o COPYING - added COPYING file (GNU GPL v3). indexhtml.spec file stated "GPL" (should be changed to GPL3+) --- about/about-mandriva | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 about/about-mandriva (limited to 'about/about-mandriva') diff --git a/about/about-mandriva b/about/about-mandriva deleted file mode 100755 index 59c5bb8..0000000 --- a/about/about-mandriva +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -if [ "x$GNOME_DESKTOP_SESSION_ID" != "x" -a -x /usr/bin/yelp ]; then - www_browser="/usr/bin/yelp" -else - www_browser="xdg-open" -fi - -for lang in `echo $LANG:$LANGUAGE | tr ':' ' ' | cut -d'_' -f1` ; do - file="/usr/share/mdk/about/index-$lang.html" - if [ -f "$file" ]; then - $www_browser $file - exit 0 - fi -done - -if [ -f /usr/share/mdk/about/index.html ]; then - $www_browser /usr/share/mdk/about/index.html - exit 0 -fi - -echo "file not found for about Mandriva" -exit 1 -- cgit v1.2.1