Skip to content

Commit

Permalink
Some website foobar
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Sep 20, 2015
1 parent 213fa90 commit b891b1d
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 18 deletions.
Binary file added bgimage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions footer.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
</ul>
<font color="#8080A0"><h2 id="license">Sourcecoude and License</h2></font>
<p>Hase is released under the GPLv2+. The sourcecode is available at
<a href="http://github.com/theZiz/hase">Github</a>. For compilation it needs
SDL, SDL_image, SDL_mixer and SDL_net. Furthermore it needs my own library
<a href="http://github.com/theZiz/sparrow3d">Sparrow3D</a>, which is based
on SDL.</p>
</font>
</body>
</html>
12 changes: 6 additions & 6 deletions hase.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?php
echo "url: ziz.gp2x.de/haseserver11", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server11", PHP_EOL;
echo "version: 11", PHP_EOL;

echo "url: ziz.gp2x.de/haseserver12", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server12", PHP_EOL;
echo "version: 12", PHP_EOL;

echo "url: ziz.gp2x.de/haseserver13", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server13", PHP_EOL;
echo "version: 13", PHP_EOL;

echo "url: ziz.gp2x.de/haseserver14", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server14", PHP_EOL;
echo "version: 14", PHP_EOL;

echo "url: ziz.gp2x.de/haseserver15", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server15", PHP_EOL;
echo "version: 15", PHP_EOL;

echo "url: ziz.gp2x.de/haseserver16", PHP_EOL;
echo "url: ziz.gp2x.de/hase/server16", PHP_EOL;
echo "version: 16", PHP_EOL;

echo "irc_server: irc.freenode.net", PHP_EOL;
Expand Down
Binary file added hase_sc1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hase_sc7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions header.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<html>
<head>
<meta charset="utf-8">
<title>Hase - gravity artillery shooter</title>
</head>
<body bgcolor="#404050" background="bgimage.jpg" link="white" vlink="white" alink="white">
<font face="arial" color="white" size="5">
<font color="#8080A0"><h1>HASE</h1></font>
<font color="#8080A0"><h2>Index</h2></font>
<ol>
<li><a href="#description">Description</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="#license">Sourcecoude and License</a></li>
</ol>
<font color="#8080A0"><h2 id="description">Description</h2></font>
<p>Hase is an open source (GPL) gravity based artillery shooter. It is
similar to Worms, Hedgewars or artillery, but the gravity force and
direction depends on the mass nearby. It is optimized for mobile game
consoles like the GP2X, Open Pandora or GCW Zero, so it doesn't make use
of the mouse even on the PC. Hase features:
<ul>
<li>Awesome mix of real time and turn based action</li>
<li>20 unique weapons</li>
<li>Arbitrary number of characters per team</li>
<li>Hotseat play with an arbitrary count of players</li>
<li>Also network play, even mixed with hotseat play</li>
<li>25 different spritesets to choose your character from</li>
<li>Masses of particles, which are also influenced by gravity</li>
<li>An action point based system to use stronger or more weapons per turn</li>
<li>Different randomly dropped items to spice things up</li>
<li>Forgot the button mapping? Just activate the ingame overlay help</li>
</ul>
Probably the best idea to get the idea of the game are videos and screenshots:</br>
<iframe width="1024" height="600" src="https://www.youtube.com/embed/6JI8eDd--aY" frameborder="0" allowfullscreen></iframe>
<img src="hase_sc1.png" alt="Hase screenshot 1" width="1024" height="600"/>
<img src="hase_sc2.png" alt="Hase screenshot 2" width="1024" height="600"/>
<img src="hase_sc3.png" alt="Hase screenshot 3" width="1024" height="600"/>
<img src="hase_sc4.png" alt="Hase screenshot 4" width="1024" height="600"/>
<img src="hase_sc5.png" alt="Hase screenshot 5" width="1024" height="600"/>
<img src="hase_sc6.png" alt="Hase screenshot 6" width="1024" height="600"/>
<img src="hase_sc7.png" alt="Hase screenshot 7" width="1024" height="600"/>
</p>
<font color="#8080A0"><h2 id="downloads">Downloads</h2></font>
<ul>
18 changes: 6 additions & 12 deletions make_release_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ TIME=`date -u +"%d.%m.%Y %R"`

eval "$RM_CALL"

echo "<html>" > index.htm
echo "<head>" >> index.htm
echo "</head>" >> index.htm
echo "<body>" >> index.htm
echo "Updated at the $TIME." >> index.htm
echo "<h1>$PROGRAM download links:</h1>" >> index.htm
cat header.htm > index.htm
echo "<?php" > symlink.php
#echo "\$zip = new ZipArchive;" >> symlink.php
#echo "\$res = \$zip->open('upload.zip');" >> symlink.php
Expand Down Expand Up @@ -41,13 +36,13 @@ do
cd $PROGRAM
../make_package.sh
cd ..
echo "<a href=$PROGRAM.pnd>$NAME</a></br>" >> ../../index.htm
echo "<li><a href=$PROGRAM.pnd>$NAME</a></li>" >> ../../index.htm
ZIP_CALL+=" $PROGRAM.pnd"
else
if [ $NAME = "i386" ] || [ $NAME = "amd64" ]; then
tar cfvz "$PROGRAM-$NAME-$VERSION.tar.gz" * > /dev/null
mv "$PROGRAM-$NAME-$VERSION.tar.gz" ../..
echo "<a href=$PROGRAM-$NAME-$VERSION.tar.gz>$NAME</a></br>" >> ../../index.htm
echo "<li><a href=$PROGRAM-$NAME-$VERSION.tar.gz>$NAME</a></li>" >> ../../index.htm
echo "unlink('$PROGRAM-$NAME.tar.gz');" >> ../../symlink.php
echo "symlink('$PROGRAM-$NAME-$VERSION.tar.gz', '$PROGRAM-$NAME.tar.gz');" >> ../../symlink.php
ZIP_CALL+=" $PROGRAM-$NAME-$VERSION.tar.gz"
Expand All @@ -60,14 +55,14 @@ do
cp ../../small_resolution_censorship/* "$PROGRAM/data"
mksquashfs * "$PROGRAM-$VERSION.opk" -all-root -noappend -no-exports -no-xattrs
mv "$PROGRAM-$VERSION.opk" ../..
echo "<a href=$PROGRAM.opk type=\"application/x-opk+squashfs\">$NAME</a></br>" >> ../../index.htm
echo "<li><a href=$PROGRAM.opk type=\"application/x-opk+squashfs\">$NAME</a></li>" >> ../../index.htm
echo "unlink('$PROGRAM.opk');" >> ../../symlink.php
echo "symlink('$PROGRAM-$VERSION.opk', '$PROGRAM.opk');" >> ../../symlink.php
ZIP_CALL+=" $PROGRAM-$VERSION.opk"
else
zip -9 -r "$PROGRAM-$NAME-$VERSION.zip" * > /dev/null
mv "$PROGRAM-$NAME-$VERSION.zip" ../..
echo "<a href=$PROGRAM-$NAME-$VERSION.zip>$NAME</a></br>" >> ../../index.htm
echo "<li><a href=$PROGRAM-$NAME-$VERSION.zip>$NAME</a></li>" >> ../../index.htm
echo "unlink('$PROGRAM-$NAME.zip');" >> ../../symlink.php
echo "symlink('$PROGRAM-$NAME-$VERSION.zip', '$PROGRAM-$NAME.zip');" >> ../../symlink.php
ZIP_CALL+=" $PROGRAM-$NAME-$VERSION.zip"
Expand All @@ -85,6 +80,5 @@ do
fi
done
echo "?>" >> symlink.php
echo "</body>" >> index.htm
echo "</html>" >> index.htm
cat footer.htm >> index.htm
eval "$ZIP_CALL"

0 comments on commit b891b1d

Please sign in to comment.