website/devtools.php

26 lines
1.4 KiB
PHP

<? // Preamble
$pageName = "Developer Tools";
$currPage = "devtools"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<P>The tools on this page are referenced here as a service to developers and
prospective developers for QuakeForge.
<H2>Documentation</H2>
<A href ="doxygen/">Internal documention</A>, generated by <A href="http://www.doxygen.org/">doxygen</A>, is available.
<H2>Git</H2>
<P>Git is the program that we use to manage our source tree among multiple
developers at a variety of locations. See the <A href="http://git-scm.com/">git homepage</A> for more information and downloads.
<H2>SSH (Secure Shell)</H2>
<P>SSH (along with a developer account on the QuakeForge server) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below.
<DL>
<DT>UNIX and Unix-like systems:</DT>
<DD><A href="http://www.openssh.org">OpenSSH</A>, being Free Software, is our recommended SSH implementation.</DD>
<DD>There is also an <A href="ftp://ftp.ssh.com/pub/ssh/">anti-commercial, non-free implementation</A> available from <A href="http://www.ssh.com/">SSH Communications</A>.</DD>
<DT>Windows 95, 98, NT, and Windows 2000:</DT>
<DD>You can get an SSH client from Gordon Chaffee's <A href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html">Windows NT Utilities</A> page.</DD>
</DL>