echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML lang=en>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Homepage of Eric Auer: AuerSoft repository</TITLE>
<META NAME=AUTHOR CONTENT="Eric Auer">
<META NAME=GENERATOR CONTENT="joe editor / bash shell / sed">
<META NAME="keywords" CONTENT="Eric Auer, FreeDOS, Open Source, GNU, GPL,
Freeware DOS utitlities, download">
</HEAD>

<BODY BGCOLOR=black TEXT=white LINK="#AAAAFF" VLINK="#666600"
ALINK="#CCCC66">
<!-- #colors need quoting -->

<H1><a href="http://www.auersoft.eu/soft/">AuerSoft creations</a>
[<a href="http://ericauer.cosmodata.virtuaserver.com.br/soft/">Brazil</a>]</H1>
<HR>
<center>
<h3>
Humanity must put an end to war<br>
or war will put an end to humanity
</h3>
<p>
<a href="http://www.whitehouse.gov/history/presidents/jk35.html">John
F. Kennedy</a>
</p>
</center>
<hr>
<center>
<h4>
[Global (Thermonuclear) War is] A strange game.
The only winning move is not to play.
</h4>
<p>
<a href="http://en.wikipedia.org/wiki/War_Games">WOPR,</a>
in <a href="http://www.garnersclassics.com/qwargame.htm">WarGames</a>, 1983
</p>
</center>
<hr>
<h4>Subdirectories:<br>
[<a href="../">parent directory</a>]</h4>
<PRE>
' >index.html

# all mirrors down 4/2005: auersoft.org gone, mainlan.de now e.V.
# <small>(Mirrors: [<a href="http://www.coli.uni-saarland.de/~eric/stuff/soft/">DE1</a>]
# [<a href="http://eric.mainlan.de/">DE2</a>]
# [<a href="http://www.auersoft.org/">US</a>])</small></H1>
# 10/2007 new auersoft.eu :-)
# ca 7/2008 new http://ericauer.cosmodata.virtuaserver.com.br/

chmod 644 index.html

ls -lL --full-time | grep '^dr.x' | sed -e 's/^.*eric.eric[ ]*//g' | \
sed -e 's/^[0-9]*//g' | sed -e 's/[.][0-9]*000.[-+][0-2][0-9][0-5][05]//g' | \
sed -e 's_\([^ ]*$\)_<a href="\1">\1</a>_g' | \
tr ' ' '\t' >>index.html

echo '
</PRE>
<hr>
<h4>Files sorted by name:</h4><br>
<PRE>
' >>index.html

ls -lL --full-time | egrep -v '^insgesamt|index.html|^dr.x' | \
sed -e 's/^.*eric.eric[ ]*//g' | \
sed -e 's/[.][0-9]*000.[-+][0-2][0-9][0-5][05]//g' | \
sed -e 's_\([^ ]*$\)_<a href="\1">\1</a>_g' | \
tr ' ' '\t' >>index.html

echo '
<hr>
<h4>Files sorted by date, newest first:<br>
[<a href="../">parent directory</a>]</h4>
<PRE>
' >>index.html

ls -lL --sort=time --full-time | egrep -v '^insgesamt|index.html|^dr.x' | \
sed -e 's/^.*eric.eric[ ]*//g' | \
sed -e 's/[.][0-9]*000.[-+][0-2][0-9][0-5][05]//g' | \
sed -e 's_\([^ ]*$\)_<a href="\1">\1</a>_g' | \
tr ' ' '\t' >>index.html

echo '
</PRE>
<hr>
<center>
<h4>
Every gun that is made, every warship launched, every rocket fired
signifies in the final sense, a theft from those who hunger and are not
fed, those who are cold and are not clothed.  This world in arms is not
spending money alone.  It is spending the sweat of its laborers, the
genius of its scientists, the hopes of its children.  This is not a way
of life at all in any true sense.  Under the clouds of war, it is
humanity hanging on a cross of iron.
</h4>
<p>
<a href="http://www.whitehouse.gov/history/presidents/de34.html">Dwight
Eisenhower</a>, April 16, 1953
</p>
</center>
</BODY>
</HTML>
' >>index.html

