-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path07_autobuilds.php
42 lines (32 loc) · 2.2 KB
/
07_autobuilds.php
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
<?php
require_once('include/header.php.inc');
?>
<div id="content" class="content">
<h1>PCGen Autobuild site</h1>
<p>Autobuilds are compilations of the PCGen program and data taken direct from our source at regular
intervals. They are not manually tested at all prior to upload, but are instead an excellent tool to
allow people to test what we are currently working on. As a result, unless you like living on the edge,
it is best to use one of our regular releases available from the
<a href="http://pcgen.sourceforge.net/03_get_pcgen.php">downloads page</a> .</p>
<h2>PCGen Development Autobuilds (6.01.x)</h2>
<p>These are regular scheduled builds from the development branch (trunk) of PCGen. Every night,
the project is checked for changes and if any have been made a new build is generated.</p>
<ul>
<li><a href="http://www.pcgen-test.org/autobuilds/index.html">Index of Autobuilds and Links</a>
<li><a href="http://www.pcgen-test.org/autobuilds/download.html">Download Autobuilds</a>
<li><a href="http://www.pcgen-test.org/autobuilds/pcgen-docs/index.html">Autobuild Online Documentation</a>
<li><a href="http://wiki.pcgen.org/index.php?title=Roadmap">Roadmap</a> - Find out when you get your next stable fix!
</ul>
<h2>PCGen 6.00 Branch Autobuilds (6.00.x)</h2>
<p>These are regular scheduled builds from the 6.00.x branch of PCGen. Every night,
the project is checked for changes and if any have been made a new build is generated.</p>
<ul>
<li><a href="http://www.pcgen-test.org/autobuilds2/index.html">Index of Autobuilds and Links</a>
<li><a href="http://www.pcgen-test.org/autobuilds2/download.html">Download Autobuilds</a>
<li><a href="http://www.pcgen-test.org/autobuilds2/pcgen-docs/index.html">Autobuild Online Documentation</a>
<li><a href="http://wiki.pcgen.org/index.php?title=Roadmap">Roadmap</a> - Find out when you get your next stable fix!
</ul>
</div> <!-- div content -->
<?php
require_once('include/footer.php.inc');
?>