-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
186 lines (164 loc) · 12.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<a rel="me" href="https://fosstodon.org/@freeciv">Mastodon</a>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Freeciv.org - open source empire-building strategy game.</title>
<meta name="description" content="Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the Stone Age to the Space Age.">
<link rel="apple-touch-icon" href="images/civicon.png" />
<link rel="shortcut icon" href="images/civicon.png" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/freeciv.css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40584174-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-553240ed5ba009c1" async="async"></script>
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.freeciv.org/"><img id="top_logo" alt="Freeciv.org" src="images/logo-top.png"></a> <!--Logo font is: Liberation Sans Bold Italic -->
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="https://www.freeciv.org/">Home</a></li>
<li><a href="download.html">Download</a></li>
<!-- <li><a href="https://play.freeciv.org/">Freeciv-web</a></li> -->
<li><a href="https://meta.freeciv.org/">Metaserver</a></li>
<li><a href="https://www.freeciv.org/wiki/">Wiki</a></li>
<li><a href="https://forum.freeciv.org/">Forum</a></li>
</ul>
<form id="mysearchform" class="navbar-form navbar-right searchbox">
<iframe src="https://duckduckgo.com/search.html?width=170&site=www.freeciv.org,forum.freeciv.org,freeciv.wikia.com,play.freeciv.org&prefill=Search Freeciv.org" style="overflow:hidden;margin:0;padding:0;width:228px;height:40px;" frameborder="0"></iframe>
</form>
</div>
</div>
</nav>
<!-- Begin page content -->
<div id="content" class="container">
<div class="jumbotron">
<div id="header_teaser">
<div id="lead_text">Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.</div>
</div>
<div id="links_box">
<div id="download_box"><a id="download_button" class="dl_link" href="download.html">Download Freeciv</a>
<p class="dl_text">Stable Version 3.1.3 released on 11th Oct 2024</p></div>
<!-- <div id="web_box"><a class="dl_link" href="https://play.freeciv.org/">Play Freeciv-web</a>
<p class="dl_text">The online browser version of Freeciv using HTML5</p></div> -->
<div id="forum_box"><a class="dl_link" href="https://forum.freeciv.org/">Community Forum</a>
<p class="dl_text">Join forum to meet the users of Freeciv</p></div>
<div id="development_box"><a class="dl_link" href="https://www.freeciv.org/wiki/How_to_Contribute">Help Development</a>
<p class="dl_text">New developers are welcome to contribute to the project</p></div>
</div>
</div>
<div class="row subheadermenu">
<div class="col-lg-12">
<a href="https://www.freeciv.org/wiki/Features">Features</a> |
<a href="https://www.freeciv.org/wiki/Screenshots">Screenshots</a> |
<a href="https://www.freeciv.org/wiki/Interface_Language">Languages</a> |
<a href="https://www.freeciv.org/wiki/People">Authors</a> |
<a href="donate.html">Donate</a> |
<a href="https://osdn.net/projects/freeciv/ticket">Bug tracker</a> |
<a href="https://github.com/freeciv/">Freeciv Github</a> |
<a href="maillists.html">Mailing lists</a>
</div>
</div>
<div class="row" >
<div class="col-lg-8 left_pagepart" >
<h2>Project news</h2>
<ul>
<li><b>11th Oct 2024</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.3">3.1.3</a> is a generic bugfix release in the stable 3.1 series.</li>
<li><b>05th Jul 2024</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.2">3.1.2</a> is a generic bugfix release in the stable 3.1 series.</li>
<li><b>26th Apr 2024</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.1">3.1.1</a> is a generic bugfix release in the stable 3.1 series.</li>
<li><b>01st Mar 2024</b> - Freeciv 3.1.0 has been released. <a href="https://www.freeciv.org/wiki/NEWS-3.1.0">NEWS-3.1.0</a> describes what's changed since 3.0.x.<br>(The previous stable release, 3.0.10, is still available from the <a href="https://www.freeciv.org/wiki/Old_downloads">Old downloads</a> page.)</li>
<li><b>23rd Feb 2024</b> - The <a href="https://www.freeciv.org/wiki/NEWS-3.1.0-RC1">first release candidate for Freeciv 3.1.0</a> has been released.</li>
<li><b>09th Feb 2024</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.10">3.0.10</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>30th Dec 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.0-beta4">3.1.0-beta4</a> is the fourth and final beta release of the freeciv-3.1 series.</li>
<li><b>17th Nov 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-2.6.11">2.6.11</a> fixes serious regression in 2.6.10 for those still playing with 2.6 series.</li>
<li><b>10th Nov 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.9">3.0.9</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>20th Oct 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-2.6.10">2.6.10</a> is a generic bugfix release for those still playing with 2.6 series.</li>
<li><b>29th Sep 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.0-beta3">3.1.0-beta3</a> is the third beta release of the freeciv-3.1 series.</li>
<li><b>30th Jun 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.8">3.0.8</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>23rd May 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.0-beta2">3.1.0-beta2</a> is the second beta release of the freeciv-3.1 series.</li>
<li><b>22nd Apr 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-2.6.9">2.6.9</a> is a generic bugfix release for those still playing with 2.6 series.</li>
<li><b>07th Apr 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.7">3.0.7</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>20th Mar 2023</b> - After a long break, we produce MacOS builds again, from freeciv-3.1. MacOS build of 3.1.0-beta1 now available.
<li><b>17th Mar 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.1.0">3.1.0-beta1</a> is the first beta release of the new freeciv-3.1 series.</li>
<li><b>03rd Feb 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.6">3.0.6</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>27th Jan 2023</b> - <a href="https://www.freeciv.org/wiki/NEWS-2.6.8">2.6.8</a> is a generic bugfix release for those still playing with 2.6 series.</li>
<li><b>16th Dec 2022</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.5">3.0.5</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>09th Oct 2022</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.4">3.0.4</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>05th Aug 2022</b> - Two new bugfix releases: <a href="https://www.freeciv.org/wiki/NEWS-3.0.3">3.0.3</a> and, for those still playing 2.6, <a href="https://www.freeciv.org/wiki/NEWS-2.6.7">2.6.7</a> release.</li>
<li><b>13th Jun 2022</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.2">3.0.2</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>29th May 2022</b> - There's going to be main freeciv.org server downtime Friday 3rd June - Sunday 5th June. Services affected are forum.freeciv.org, files.freeciv.org, and the main homepage at www.freeciv.org.</li>
<li><b>14th Apr 2022</b> - <a href="https://www.freeciv.org/wiki/NEWS-3.0.1">3.0.1</a> is a generic bugfix release in the stable 3.0 series.</li>
<li><b>18th Feb 2022</b> - Freeciv 3.0.0 has been released. <a href="https://www.freeciv.org/wiki/NEWS-3.0.0">NEWS-3.0.0</a> describes what's changed since 2.6.x.<br>(The previous stable release, 2.6.6, is still available from the <a href="https://www.freeciv.org/wiki/Old_downloads">Old downloads</a> page.)</li>
<li><b>09th Feb 2022</b> - The <a href="https://www.freeciv.org/wiki/NEWS-3.0.0-RC2">second release candidate for Freeciv 3.0.0</a> has been released.</li>
<li><b>04th Feb 2022</b> - The <a href="https://www.freeciv.org/wiki/NEWS-3.0.0-RC1">first release candidate for Freeciv 3.0.0</a> has been released.</li>
<li><b>10th Dec 2021</b> - <a href="https://www.freeciv.org/wiki/NEWS-2.6.6">2.6.6</a> is a generic bugfix release in the stable 2.6 series.</li>
<br>
<a href="https://www.freeciv.org/wiki/News_archive">All news...</a>
<center><div style="margin-top: 80px;" class="addthis_sharing_toolbox"></div>
Mastodon: @[email protected]
<!--
<a href="https://fo.llow.social/u/[email protected]" class="mastodon-share-button">@[email protected]</a><script async="" src="https://fo.llow.social/button.js"></script>
<a href="https://twitter.com/freeciv" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @freeciv</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> -->
</center>
</div>
<div class="col-lg-4 right_pagepart" >
<h2>Support the Freeciv project</h2>
The best way to support the Freeciv project is to make a donation here:
<a href="donate.html">Donate</a>
<br>
<h2>Screenshots of Freeciv</h2>
<a href="https://www.freeciv.org/wiki/Screenshots"><img style="width:90%; max-width: 400px;" src="images/freeciv-screenshot-2.5.0.png"></a>
<br>
<h2>Freeciv elsewhere</h2>
One turn per day multiplayer games:
<a href="https://longturn.net/">Longturn</a>
</div>
</div>
</div>
<!--
<div class="row" style="padding-top: 40px;">
<div class="col-lg-12">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5520523052926214"
data-ad-slot="7043279885"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
-->
<footer class="footer">
<div class="container">
<p class="text-muted">© The Freeciv Project 1996-<script type="text/javascript">document.write(new Date().getFullYear());</script>.
Freeciv is free and open source software. Freeciv is released under the <a href="https://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>, while the Freeciv-web client is released under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.</p>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/detect.js"></script>
<script src="js/freeciv.js"></script>
</body>
</html>