2004->2005. Minor updates. Remove unused stuff.

SVN revision: 13800
This commit is contained in:
Kim Woelders 2005-03-20 14:21:27 +00:00
parent e5b3414e45
commit 07162e046a
8 changed files with 12 additions and 152 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 1999-2004 Carsten Haitzler, Geoff Harrison and various contributors
Copyright (C) 1999-2005 Carsten Haitzler, Geoff Harrison and various contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to

View File

@ -1,11 +0,0 @@
<page columns=1 padding=16 name=front background=Edoc_bg.png linkcolor=#88dddd>
<img src=E_logo.png x=32 y=64>
<font face=aircut3/12 color=#ffffff>
<p align=50%>
Welcome to Enlightenment Development Release 0.16. We would like to thank you
very much for trying out this software and would really like you help us for
future development by filling out a small, anonymous survey. Please click on
"Survey" below to begin the survey - or simply click on the "X" button on the
top right of this window to exit.
<p align=50%>
_Survey(INPUT.first16.sh)<br>

View File

@ -82,7 +82,7 @@ at least can have fun playing around with what we have created.
<page columns=1 padding=16 name=copyright background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#ffffff>
<p align=50%>
Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits)
Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)
<font face=aircut3/11 color=#ffffff>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
@ -619,12 +619,12 @@ CTRL+ALT+R - Shade/Unshade the currently focused window
<br>
CTRL+ALT+S - Stick/Unstick the currently focused window
<br>
CTRL+ALT+M - Maximize/unmaximize the currently focused window
<br>
CTRL+ALT+F - Toggle fullscreen mode of the currently focused window
<br>
CTRL+ALT+(F1 - F12) - Go directly to desktops 0 - 11
<br>
ALT+Tab - Switch focus to the next window
<br>
ALT+Enter - Zoom/Unzoom the currently focused window
<br>
<font face=aircut3/12 color=#ffffff>
(more on next page ...)
@ -635,6 +635,10 @@ ALT+Enter - Zoom/Unzoom the currently focused window
<page columns=1 padding=16 name=tut11 background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#112222>
<p>
ALT+Tab - Switch focus to the next window
<br>
ALT+Enter - Zoom/Unzoom the currently focused window
<br>
SHIFT+ALT+Left-Arrow - Move to the virtual desktop on the left if there is one
<br>
SHIFT+ALT+Right-Arrow - Move to the virtual desktop on the right if there is

View File

@ -56,7 +56,7 @@ _
<page columns=1 padding=16 name=copyright background=Edoc_bg.png linkcolor=#88dddd>
<font face="-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0,-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0" color=#ffffff>
<p align=50%>
Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits)
Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)
<font face="-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0,-misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0" color=#ffffff>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -78,7 +78,7 @@ to przynajmniej ciesz si
<page columns=1 padding=16 name=copyright background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#ffffff>
<p align=50%>
Copyright (C) 1997-2004 _The_Enlightenment_Development_Team(credits)
Copyright (C) 1997-2005 _The_Enlightenment_Development_Team(credits)
<font face=aircut3/11 color=#ffffff>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,48 +0,0 @@
#!/bin/sh
cat << __EOF__
<page columns=1 padding=16 name=front background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#ffffff>
__EOF__
# find the users .xinitrc, .xsession, .Xclients
EXISTS="0"
if [ -e ~/.xsession ]; then
EXISTS="1"
fi
if [ -e ~/.xinitrc ]; then
EXISTS="1"
fi
if [ -e ~/.Xclients ]; then
EXISTS="1"
fi
E_BIN=$E_BINDIR/enlightenment
E_EESH=$E_BINDIR/eesh
E_DOX=$E_BINDIR/dox
E_DATA=$E_BINDIR/enlightenment
if [ $EXISTS = "1" ]; then
cat << __EOF__
<p align=50%>
It appears you already have some of your own X Login startup scripts (such as
.xsession, .xinitrc and .Xclients). If you have no idea what this is all
about just click Contiue below and everything will be taken care of for you.
<p align=50%>
If you have customised these files and wish to keep your modifications, it is
suggested that you review each or all of them and manually ensure they run
$E_BIN as the window manager on the last line of your script(s).
<p align=50%>
If you wish to abort just close this window.
<p align=50%>
_Contiune(INPUT.first16-2.sh)
__EOF__
else
cat << __EOF__
<p align=50%>
You appear to have no custom X Login setup for your user. If you click on
Contiue below Enlightenment will set everything up for you
<p align=50%>
If you wish to abort just close this window.
<p align=50%>
_Contiune(INPUT.first16-2.sh)
__EOF__
fi

View File

@ -1,19 +0,0 @@
#!/bin/sh
cat << __EOF__
<page columns=1 padding=16 name=front background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#ffffff>
<p align=50%>
How old are you?
<br>
<br>
_1-12(INPUT.first16-age-12.sh)<br>
_13-15(INPUT.first16-age-15.sh)<br>
_16-18(INPUT.first16-age-18.sh)<br>
_19-21(INPUT.first16-age-21.sh)<br>
_22-27(INPUT.first16-age-27.sh)<br>
_28-35(INPUT.first16-age-35.sh)<br>
_36-45(INPUT.first16-age-45.sh)<br>
_46-59(INPUT.first16-age-59.sh)<br>
_60+(INPUT.first16-age-60+.sh)<br>
__EOF__
cat << __EOF__

View File

@ -1,66 +0,0 @@
#!/bin/sh
cat << __EOF__
<page columns=1 padding=16 name=front background=Edoc_bg.png linkcolor=#88dddd>
<img src=E_logo.png x=32 y=77>
<font face=rothwell/25 color=#ffffff>
<p align=50%>
Hints and tips
<p align=50%>
<font face=aircut3/12 color=#ffffff>
<p>
__EOF__
# checking OS & arch info
UNAME=`uname -a`
OS=`echo "$UNAME" | awk '{print $1;}'`
OSVER=`echo "$UNAME" | awk '{print $3;}'`
ARCH=`echo "$UNAME" | awk '{print $12;}'`
# checking memory stats
MEM=`free`
TOTAL=`echo "$MEM" | grep Mem: | awk '{print $2;}'`
USED=`echo "$MEM" | grep buffers/cache | awk '{print $3;}'`
SWAPPED=`echo "$MEM" | grep Swap: | awk '{print $3;}'`
# checking X Server
XDPYINFO=`xdpyinfo`
VENDOR=`echo "$XDPYINFO" | grep "vendor string:" | awk -F: '{print $2;}'`
VERSION=`echo "$XDPYINFO" | grep "vendor release number:" | awk -F: '{print $2;}'`
DEPTH=`echo "$XDPYINFO" | grep "depths (" | awk -F: '{print $2;}' | awk '{print $1;}'`
DEPTHS=`echo "$XDPYINFO" | grep "depths (" | awk "-F(" '{print $2;}' | awk "-F)" '{print $1;}'`
echo "Your Operating System is:<br>"
echo "<font face=aircut3/12 color=#ccaacc>"
echo $OS"<br>"
echo "<font face=aircut3/12 color=#ffffff>"
echo "Your processor type is:<br><font face=aircut3/12 color=#ccaacc>"
echo $ARCH"<br><font face=aircut3/12 color=#ffffff>"
echo "Your system memory use is:<br><font face=aircut3/12 color=#ccaacc>"
echo $USED" Kb /"$TOTAL" Kb<br>"
echo $SWAPPED" Kb swapped out to disk<br><font face=aircut3/12 color=#ffffff>"
echo "Your X Server is:<br><font face=aircut3/12 color=#ccaacc>"
echo $VENDOR"<br>"
echo "<font face=aircut3/12 color=#ffffff>"
echo "Version:<br><font face=aircut3/12 color=#ccaacc>"
echo $VERSION"<br><font face=aircut3/12 color=#ffffff>"
echo "<font face=aircut3/12 color=#ffffff>"
echo "Running a color depth of:<br><font face=aircut3/12 color=#ccaacc>"
echo $DEPTH" bits per pixel<br><font face=aircut3/12 color=#ffffff>"
echo "Number of depths:<br><font face=aircut3/12 color=#ccaacc>"
echo $DEPTHS"<br><font face=aircut3/12 color=#ffffff>"
cat << __EOF__
<p>
Hit Next for more...
<page columns=1 padding=16 name=2 background=Edoc_bg.png linkcolor=#88dddd>
<font face=aircut3/12 color=#ffffff>
<p align=50%>
<p>
__EOF__
if [ "$DEPTHS" -gt 1 ]; then
echo "It seems you have more than one depth available on your display."
echo "Enlightenment will run but several features may be disabled or not work"
echo "correctly due to this."
echo "<p>"
echo "Please re-configure your X Server to only have one depth (eg 16, 24, 32)"
fi