|
From: Lasse Kärkkäi. <tr...@us...> - 2009-12-05 13:07:37
|
Module: web
Branch: master
Commit: 68fe890ecbb32097810601c842521e99201a66f7
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat Dec 5 15:06:22 2009 +0200
Change rsync commands so that they work for me, hopefully not breaking Yoda...
Update the news post.
---
deploy.sh | 4 ++--
htdocs-binary/imgs/lifehacker-effect.png | Bin 0 -> 1542 bytes
htdocs-binary/imgs/windows.jpg | Bin 0 -> 11609 bytes
.../screenshots/Performous-0.4.0-Windows.jpg | Bin 0 -> 68332 bytes
htdocs-source/index.txt | 13 ++++++++-----
5 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/deploy.sh b/deploy.sh
index e4017d7..0cef3e7 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -29,8 +29,8 @@ echo ">>> Rebuilding and installing the website"
TEMPPATH=`mktemp -d`
${GITPATH}/webconv/webconv-x86-linux.bin ${GITPATH}/htdocs-source ${TEMPPATH} &&
-rsync --rsh ${RSH} --archive --verbose ${TEMPPATH}/* ${SITEPATH} &&
-rsync --rsh ${RSH} --archive --verbose ${GITPATH}/htdocs-binary/* ${SITEPATH} &&
+rsync -r --verbose ${TEMPPATH}/* ${SITEPATH} &&
+rsync -r --verbose ${GITPATH}/htdocs-binary/* ${SITEPATH} &&
echo ">>> INSTALLATION SUCCESSFUL" ||
echo "-!- INSTALLATION FAILED"
diff --git a/htdocs-binary/imgs/lifehacker-effect.png b/htdocs-binary/imgs/lifehacker-effect.png
new file mode 100644
index 0000000..5191f97
Binary files /dev/null and b/htdocs-binary/imgs/lifehacker-effect.png differ
diff --git a/htdocs-binary/imgs/windows.jpg b/htdocs-binary/imgs/windows.jpg
new file mode 100644
index 0000000..976777d
Binary files /dev/null and b/htdocs-binary/imgs/windows.jpg differ
diff --git a/htdocs-binary/screenshots/Performous-0.4.0-Windows.jpg b/htdocs-binary/screenshots/Performous-0.4.0-Windows.jpg
new file mode 100644
index 0000000..df9f42a
Binary files /dev/null and b/htdocs-binary/screenshots/Performous-0.4.0-Windows.jpg differ
diff --git a/htdocs-source/index.txt b/htdocs-source/index.txt
index 7eb06fd..f9e4fb9 100644
--- a/htdocs-source/index.txt
+++ b/htdocs-source/index.txt
@@ -1,12 +1,15 @@
Announcements
-:h2:2009-12-05 - The Slashd-- Life Hacker Effect
-I was wondering why my network connection was getting slow while playing <a href="http://springrts.com/">TA Spring</a> (a great open-source RTS game, you should check it out too). The site stats revealed that <a href="http://lifehacker.com/5419099/performous-is-like-rock-band-for-your-linux-pc">LifeHacker</a> had linked to us and even though I had never heard of that site before, it is apparently very popular. Just today there have been more page views than in the entire October and the day isn't even over yet :)
+:h2:2009-12-05 - The Slashd-- LifeHacker Effect
+<img src="imgs/lifehacker-effect.png" style="float: right; border: 0;">
+I was wondering why my network connection was lagging while playing <a href="http://springrts.com/">TA Spring</a> (a great open-source RTS game which you should also check out). The site stats revealed that <a href="http://lifehacker.com/5419099/performous-is-like-rock-band-for-your-linux-pc">LifeHacker</a> had linked to us and even though I had never heard of that site before, it is apparently very popular, as seen in the statistic where you can see a huge peak even though the day isn't even over yet (picture taken at 15:00). :)
-Someone also made a <a href="http://www.youtube.com/watch?v=nmSTnbBZoqI">Youtube video</a> of Performous 0.3.2 today. Check it out and see if you can listen. He doesn't have microphone connected to the game, apparently, so you can't see the pitch display and scoring parts at all :(
+Someone also made a <a href="http://www.youtube.com/watch?v=nmSTnbBZoqI">Youtube video</a> of Performous 0.3.2 today. Unfortunately he doesn't have microphone connected to the game, apparently, so you can't see the pitch display and scoring parts at all :(
-<img src="imgs/windows.jpg">
-In other news, we have working Windows binaries (thanks to the hard work by <strong>Xaldyz</strong>) and it seems that we will be able to release these with the upcoming 0.4.1 release. OSX bundle doesn't look so good as apparently there are problems with bundling some of the libraries use. Compiling on MacPorts yourself is easy, so please consider that if you are a Mac user (instructions on the Hacking page).
+<a href="screenshots/Performous-0.4.0-Windows.jpg"><img src="imgs/windows.jpg" style="float: left; margin-right: 2mm;"></a>
+In other news, we have working <strong>Windows binaries</strong> (thanks to the hard work by Xaldyz) and it seems that we will be able to release these with the upcoming 0.4.1 release, even though some cleanup and an installer are required.
+
+The OSX bundle doesn't look so good as apparently there are problems with bundling some of the libraries used. Compiling on MacPorts yourself is easy, so please consider that if you are a Mac user (there are instructions on the Hacking page).
:h2:2009-11-28 - Performous 0.4.0 released
<img src="imgs/guitar_sing-small.jpg"><img src="imgs/band-small.jpg" style="margin-left: 1mm">
|