Skip to content

Commit

Permalink
Homepage: Update the source code page, added API docs and Codex
Browse files Browse the repository at this point in the history
The source download is now provided locally.
  • Loading branch information
skyjake committed Nov 20, 2015
1 parent ede6d10 commit 27bacd5
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions web/plugins/pages/html/source.html
Expand Up @@ -3,14 +3,45 @@
<p>Select the package you wish to install by clicking on it. You will then be directed to our primary download server and after a few moments your download should begin automatically.</p>
<div class="downloads_list">
<div class="package_badge">
<a class="package_name" href="http://sourceforge.net/projects/deng/files/Doomsday%20Engine/1.14.0/doomsday-1.14.0.tar.gz/download" title="Download source code for Doomsday 1.14">Doomsday 1.14 (Source)</a><br /><span class="metalink"></span>
<a class="package_name" href="http://files.dengine.net/builds/build1765/doomsday-stable-1.15.5.tar.gz" title="Download source code for Doomsday 1.15.5">Doomsday 1.15.5 (Source)</a><br /><span class="metalink"></span>
</div>
</div></article>
<article><h1>New to Doomsday Source?</h1>
<p>The best place to begin is the <a href="/dew" title="deng project wiki">deng project wiki</a>. There you will find a lot of information from beginners guides to design documents and manifestos detailing concepts employed within the engine itself. In particular, all new developers should familiarize themselves with the following:</p>
<p>The best place to begin is the <a href="http://wiki.dengine.net" title="deng project wiki">deng project wiki</a>. There you will find a lot of information from beginners guides to design documents and manifestos detailing concepts employed within the engine itself. In particular, all new developers should familiarize themselves with the following:</p>
<ul>
<li><a href="http://dengine.net/dew/index.php?title=Getting_started" title="Getting Started">Getting Started</a></li>
<li><a href="http://dengine.net/dew/index.php?title=Developer_guidelines" title="Developer Guidelines">Developer Guidelines</a></li>
<li><a href="http://dengine.net/dew/index.php?title=Category:Programmer's_Guide" title="Programmers Guide">Programmer's Guide</a></li>
<li><a href="http://wiki.dengine.net/w/Getting_started" title="Getting Started">Getting Started</a></li>
<li><a href="http://wiki.dengine.net/w/Developer_guidelines" title="Developer Guidelines">Developer Guidelines</a></li>
<li><a href="http://wiki.dengine.net/w/Category:Programmer's_Guide" title="Programmers Guide">Programmer's Guide</a></li>
</ul></article>
</div>

<div id="column1" class="twocolumn collapsible">
<div class="block">
<article>
<h1>Public APIs</h1>
<ul>
<li><a href="http://source.dengine.net/apidoc/sdk">Doomsday 2 SDK</a></li>
<li><a href="http://source.dengine.net/apidoc/api">Runtime API</a></li>
</ul>
<h1>Internal APIs</h1>
<ul>
<li><a href="http://source.dengine.net/apidoc/win32">Client (Windows)</a></li>
<li><a href="http://source.dengine.net/apidoc/mac">Client (OS X)</a></li>
<li><a href="http://source.dengine.net/apidoc/jdoom">Doom Plugin</a></li>
<li><a href="http://source.dengine.net/apidoc/jheretic">Heretic Plugin</a></li>
<li><a href="http://source.dengine.net/apidoc/jhexen">Hexen Plugin</a></li>
</ul>
</article>
</div>
</div>

<div id="column2" class="twocolumn collapsible">
<div class="block">
<article>
<h1>Commit Index</h1>
<ul>
<li><a href="http://source.dengine.net/codex">Codex</a></li>
</ul>
</article>
</div>
</div>

0 comments on commit 27bacd5

Please sign in to comment.