diff --git a/web/source.php b/web/source.php index 68693b8415..3b8af15fda 100644 --- a/web/source.php +++ b/web/source.php @@ -2,22 +2,45 @@ include 'common.php'; page_header( "Doomsday Engine Development :: Source Code" ); -$pagedir = array( "packages" => "Source Packages vs. CVS", +$pagedir = array( "overview" => "Overview", "modules" => "CVS Modules", "checkout" => "Checking Out From CVS" ); page_dir( "Source Code", $pagedir ); -begin_section( "packages", $pagedir ); +begin_section( "overview", $pagedir ); ?> -

Under construction.

+

The source code is distributed under the +GNU General Public License.

+ +

For an overview of the current code base, see the +Current Status page.

-

Under construction.

+ + + + + +
distrib +Scripts (DOS batch files) for creating distribution packages. +Uses WinRAR and +WinZip command line tools (wzzip). + +
doomsday +Visual C++ 6.0 project files and source code for +the engine, jDoom, jHeretic, jHexen, jtNet2 (soon deprecated), OpenGL +and Direct3D renderer, DEH reader plugin and A3D, DirectSound 6 and +OpenAL (not working at the moment) sound interfaces. + +
web +PHP sources of this website. + +