mirror of https://github.com/libAthena/athena.git
59 lines
2.3 KiB
HTML
59 lines
2.3 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
|
<title>Athena by Antidote</title>
|
||
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
||
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||
|
<script src="javascripts/respond.js"></script>
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||
|
<![endif]-->
|
||
|
<!--[if lt IE 8]>
|
||
|
<link rel="stylesheet" href="stylesheets/ie.css">
|
||
|
<![endif]-->
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="header">
|
||
|
<nav>
|
||
|
<li class="fork"><a href="https://github.com/Antidote/Athena">View On GitHub</a></li>
|
||
|
<li class="downloads"><a href="https://github.com/Antidote/Athena/zipball/master">ZIP</a></li>
|
||
|
<li class="downloads"><a href="https://github.com/Antidote/Athena/tarball/master">TAR</a></li>
|
||
|
<li class="title">DOWNLOADS</li>
|
||
|
</nav>
|
||
|
</div><!-- end header -->
|
||
|
|
||
|
<div class="wrapper">
|
||
|
|
||
|
<section>
|
||
|
<div id="title">
|
||
|
<h1>Athena</h1>
|
||
|
<p></p>
|
||
|
<hr>
|
||
|
<span class="credits left">Project maintained by <a href="https://github.com/Antidote">Antidote</a></span>
|
||
|
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
||
|
</div>
|
||
|
|
||
|
<h3>
|
||
|
<a name="welcome-to-athena" class="anchor" href="#welcome-to-athena"><span class="octicon octicon-link"></span></a>Welcome to Athena</h3>
|
||
|
|
||
|
<p>Athena is a small library that provides powerful, cross platform, endian independent IO. It has the ability to automatically detect the endian the system is on, even it's a mixed endian system, and behave appropriately. It also provides a few classes for Nintendo specific formats, such as data.bin, ALTTP SRAM, Yaz0 encoding, LZ77 (LZ10, and LZ11) and a few others.</p>
|
||
|
|
||
|
<h1>
|
||
|
<a name="releases" class="anchor" href="#releases"><span class="octicon octicon-link"></span></a>Releases:</h1>
|
||
|
|
||
|
<ul>
|
||
|
<li>v1.0.0:
|
||
|
Initial release</li>
|
||
|
</ul>
|
||
|
</section>
|
||
|
|
||
|
</div>
|
||
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||
|
|
||
|
</body>
|
||
|
</html>
|