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 43 44
|
<html>
<body bgcolor="#FFFFCE">
<h2>Online Archives</h2>
<p>
Golly can download patterns and rules from these online archives:
<p>
<ul>
<li> <b><a href="get:http://www.conwaylife.com/golly.html">LifeWiki Pattern Archive</a></b>
</ul>
<ul>
<li> <b><a href="get:http://www.conwaylife.com/gliders/golly-index.html">Gliders in Life-Like Cellular Automata</a></b>
</ul>
<ul>
<li> <b><a href="get:http://www.trevorrow.com/golly/hensel.html">Alan Hensel's Pattern Collections</a></b>
</ul>
<ul>
<li> <b><a href="get:http://entropymine.com/jason/life/gollyindex.html">Jason Summers' Pattern Collections</a></b>
</ul>
<ul>
<li> <b><a href="get:http://golly.sourceforge.net/patterns/golly-access.html">Very Large Patterns</a></b>
</ul>
<ul>
<li> <b><a href="get:http://gollygang.github.io/ruletablerepository/GollyAccessPoint.html">Rule Table Repository</a></b>
</ul>
<!-- script support isn't implemented
<ul>
<li> <b><a href="get:http://www.conwaylife.com/scripts/?golly=1&extra=.html">Golly Scripts Database</a></b>
</ul>
</center>
-->
<script type="text/javascript">
if ( navigator.userAgent.match(/iPad|iPhone|iPod/i) ) {
document.write("<p>Note that downloaded files can be opened again quickly from the Open tab.");
} else if ( navigator.userAgent.match(/Android/i) ) {
document.write("<p>Note that downloaded files can be opened again quickly from the Open screen.");
}
</script>
</body>
</html>
|