summaryrefslogtreecommitdiffstats
path: root/about/about-mandriva
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-07 23:18:17 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-07 23:18:17 +0000
commit841b56cd2b970466d68fbc4165f86760759c0169 (patch)
treea548c9131c2e1abedcbfc4b4e2ccf592a41d70ad /about/about-mandriva
parent911afa843897cd330622a2e222cff6080a64e590 (diff)
downloadindexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.gz
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.bz2
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.xz
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.zip
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+)
Diffstat (limited to 'about/about-mandriva')
-rwxr-xr-xabout/about-mandriva22
1 files changed, 0 insertions, 22 deletions
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