summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-16 12:46:23 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-16 12:46:23 +0000
commitc81af7dec962c5d96d116670a3c06faf586b2326 (patch)
tree0f6024e131dc8f7185fc10ba9108de695598f4b4 /index.php
downloadwebsite-c81af7dec962c5d96d116670a3c06faf586b2326.tar.gz
website-c81af7dec962c5d96d116670a3c06faf586b2326.tar.bz2
website-c81af7dec962c5d96d116670a3c06faf586b2326.tar.xz
website-c81af7dec962c5d96d116670a3c06faf586b2326.zip
Committing website so far to CVS
Diffstat (limited to 'index.php')
-rw-r--r--index.php63
1 files changed, 63 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..cecc891
--- /dev/null
+++ b/index.php
@@ -0,0 +1,63 @@
+<?php
+ include("includes/common.php");
+ placeHeader("News");
+?>
+ <div class="news">
+ <div class="news_date">08 Apr 2005</div>
+ <h3>Bugfix bugfix release 0.0.11.2</h3>
+ <div class="news_body">
+ <p>The 0.0.11.1 release was too soon, an often occuring crash on exit and sometimes on startup crept in. That's why we've now released 0.0.11.2 which fixes this problem. We've also made the damage indicators float upwards.</p>
+ </div>
+ <div class="news_author">Bjørn Lindeijer</div>
+ </div>
+
+ <div class="news">
+ <div class="news_date">07 Apr 2005</div>
+ <h3>The Mana World 0.0.11.1 bugfix release</h3>
+ <div class="news_body">
+ <p>Quite a few annoying bugs that were relatively easy to fix were discovered right after the release of 0.0.11. That's why we've decided not to wait until 0.0.12 and instead release a 0.0.11.1 bugfix release just a few days from 0.0.11. See the changelog for details.</p>
+ </div>
+ <div class="news_author">Bjørn Lindeijer</div>
+ </div>
+
+ <div class="news">
+ <div class="news_date">03 Apr 2005</div>
+ <h3>The Mana World 0.0.11 released</h3>
+ <div class="news_body">
+ <p>This release marks a long due update to the world map, adding some more space to walk around and two new kinds monsters to fight with. Other than that highlights include smoother walking and support for walking diagonally and with the mouse, the upgrade to Guichan 0.3.0 and several stability fixes. See the changelog for details.</p>
+
+ <p>Meanwhile we have started development of our own server. It's still in very early stages but we're hoping to make good progress with that in coming months. Now could be the right time to check if you can help in its development.</p>
+
+ <p>Finally a note to those who have existing config files (for Linux users this is ~/.manaworld/config.xml): for the moment our server host has changed from animesites.de to www.lindeijer.nl!</p>
+ </div>
+ <div class="news_author">Bjørn Lindeijer</div>
+ </div>
+
+ <div class="news">
+ <div class="news_date">29 Mar 2005</div>
+ <h3>New Domain</h3>
+ <div class="news_body">
+ <p>Thanks to the contributions of our fans we finally managed to buy a domain for our project. Feel free to update your bookmarks with:</p>
+
+ <p><a href="http://themanaworld.org/">http://themanaworld.org/</a></p>
+
+ <p>The Mana World Development team would like to thank everyone who's contributing to this project and who's helping to make it the best MMORPG ever! laughing</p>
+ </div>
+ <div class="news_author">ElvenProgrammer</div>
+ </div>
+
+ <div class="news">
+ <div class="news_date">05 Mar 2005</div>
+ <h3>0.0.10 Released!</h3>
+ <div class="news_body">
+ <p>Don't let the numbering fool you, it's still a quality release. Sorry for all the chaps that were waiting for 0.1.0, but we're still kinda far from that release.. We're now going to maintain our almost monthly release schedule so you all can make lame jokes about "that time of the month".. wink</p>
+
+ <p>For those who will want to see the 0.1.0 someday soon, please help us. Once again our greatest need at the moment is the need for artists. So if you can draw (I'm counting stick figures as drawing so don't be afraid, we won't bite you) please contact us. Join the forums and come and greet us on the IRC channel (#manaworld on freenode).</p>
+
+ <p>Well then, I now have to leave you waiting for the 0.0.11 release (or you can always just use the CVS to get our latest results without waiting for us to package a release version for you).</p>
+ </div>
+ <div class="news_author">Rotonen</div>
+ </div>
+<?php
+ placeFooter();
+?>