summaryrefslogtreecommitdiff
path: root/links.php
diff options
context:
space:
mode:
authorStefan Dombrowski <sdo451@gmail.com>2013-03-08 22:14:11 +0100
committerStefan Dombrowski <sdo451@gmail.com>2013-03-08 22:14:11 +0100
commit750f24561a9b23c0072b35f31cec3bc2519675b8 (patch)
treecbbd6a3f0c957b23df8fb4870de88d1d179e5bee /links.php
parent92a7dc6ecf588df3b845e460bb01b5aa8ffebb10 (diff)
downloadwebsite-750f24561a9b23c0072b35f31cec3bc2519675b8.tar.gz
website-750f24561a9b23c0072b35f31cec3bc2519675b8.tar.bz2
website-750f24561a9b23c0072b35f31cec3bc2519675b8.tar.xz
website-750f24561a9b23c0072b35f31cec3bc2519675b8.zip
Some updates
* IRC link updated and moved to sidebar * Links to Google+, Facebook, Github and Trello added * Link to Sourceforge now points to our project page * Outdated RSS feed removed * Links page removed * Links to Mantis, "No Software Patents" and Manasource removed * IE6 is not longer supported
Diffstat (limited to 'links.php')
-rw-r--r--links.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/links.php b/links.php
deleted file mode 100644
index 0b472d0..0000000
--- a/links.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
- include("includes/common.php");
- placeHeader("Links");
-?>
-
-<h3>Developer resources</h3>
-
-<ul>
-<li><a href="http://sourceforge.net/projects/themanaworld/">SouceForge project page</a></li>
-<li><a href="http://doc.manasource.org/">Mana client and server documentation</a></li>
-<li><a href="http://gitorious.org/+tmw-developers">GIT log</a></li>
-<!-- <li><a href="http://lists.sourceforge.net/lists/listinfo/themanaworld-commit">Mailing list: Commits</a></li> -->
-<li><a href="http://lists.sourceforge.net/lists/listinfo/themanaworld-devel">Mailing list: Developers</a></li>
-</ul>
-
-<h3>Dependencies</h3>
-
-<ul>
-<li><a href="http://www.libsdl.org/">SDL</a> - Simple directmedia layer</li>
-<li><a href="http://www.libsdl.org/projects/SDL_image/">SDL_image</a> - Image loading library</li>
-<li><a href="http://www.libsdl.org/projects/SDL_mixer/">SDL_mixer</a> - Sound playback library</li>
-<li><a href="http://www.libsdl.org/projects/SDL_net/">SDL_net</a> - Networking library</li>
-<li><a href="http://guichan.sourceforge.net/">Guichan</a> - GUI library</li>
-<li><a href="http://xmlsoft.org/">Libxml2</a> - XML parsing library</li>
-<li><a href="http://icculus.org/physfs/">PhysicsFS</a> - Archive filesystem library</li>
-<li><a href="http://www.zlib.net/">zlib</a> - Compression library</li>
-<li><a href="http://curl.haxx.se/libcurl/">libcurl</a> - File transfer library</li>
-</ul>
-
-<h3>Other related links</h3>
-
-<ul>
-<li><a href="http://mapeditor.org/">Tiled</a> - Tiled map editor</li>
-<li><a href="http://www.eathena.ws/board/">eAthena server support board</a> - Ragnarok Online Server Emulator</li>
-</ul>
-
-<?php
- placeFooter();
-?>