mirror of https://github.com/libAthena/athena.git
64 lines
2.2 KiB
HTML
64 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="Athena : Small, Powerful, Extensible.">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Athena</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/Antidote/Athena">View on GitHub</a>
|
|
|
|
<h1 id="project_title">Athena</h1>
|
|
<h2 id="project_tagline">Small, Powerful, Extensible.</h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/Antidote/Athena/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/Antidote/Athena/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<p><a href="/">Home</a></p>
|
|
|
|
<hr><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 if 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>
|
|
<a href="https://github.com/Antidote/Athena/releases/tag/v1.0.0">v1.0.0</a>:
|
|
Initial release</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">Athena maintained by <a href="https://github.com/Antidote">Antidote</a></p>
|
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|