1
1
{% extends "base.html" %}
6
This site is the main page, the first users will see when
7
they reach our homepage
15
<table align="center" cellpadding="0" cellspacing="2">
17
<td><div class="blockTitle"></div>
18
<div class="blockContent">
20
<FONT SIZE=6 face='Times New Roman, Georgia, Times, serif'>
21
<B>Welcome to Widelands.org</B>
24
<FONT STYLE='font-size: 12pt'>
25
<B>Website from a free realtime strategy game<br/>
32
<img src='/wlmedia/img/HomepageSplash.jpg' title='Widelands' alt='Widelands-Screenshot' />
40
<!-- Begin of text -->
41
<table align="center" cellpadding="0" cellspacing="2">
44
<div class="blockContent">
47
Widelands is an open source (GPLed) real-time strategy
48
game. It is built upon the <a
49
href='http://www.libsdl.org'>SDL</a> and other open
50
source libraries and still under heavy development. If
51
you knew Settlers I & II™ (© Bluebyte), then you
52
already have a rough idea what Widelands is all about.
53
Yes, it is where the inspiration for Widelands came
54
from<br /><br />You can find more information on the
55
game in our wiki.<br />For playing rules, scenarios and
56
extensions see the <a title="About Widelands"
57
href="/wiki/AboutWidelands">About page</a>.<br />For
58
installation directions and various troubleshooting see
59
the <a href="/wiki/MainPage">Help page</a>.<br />
62
href="http://xoops.widelands.org/modules/newbb">Forums</a>
63
for chat with the community about the game, playing,
64
translation, graphics, music and much more.<br /></p>
71
{% get_latest_posts 3 as latest_posts_list %}
72
{% if latest_posts_list %}
73
<h2><a href="/news">Latest news:</a></h2>
74
{% for post in latest_posts_list %}
75
{% post_detail post %}