athena/index.html

64 lines
2.2 KiB
HTML
Raw Normal View History

2014-09-29 21:23:36 +00:00
<!DOCTYPE html>
2014-09-29 21:08:09 +00:00
<html>
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
<head>
2014-09-29 21:23:36 +00:00
<meta charset='utf-8'>
2014-09-29 21:08:09 +00:00
<meta http-equiv="X-UA-Compatible" content="chrome=1">
2014-09-29 21:30:13 +00:00
<meta name="description" content="Athena : Small, Powerful, Extensible.">
2014-09-29 21:23:36 +00:00
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
<title>Athena</title>
2014-09-29 21:08:09 +00:00
</head>
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
<body>
2014-09-29 21:23:36 +00:00
<!-- 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>
2014-09-29 21:30:13 +00:00
<h2 id="project_tagline">Small, Powerful, Extensible.</h2>
2014-09-29 21:23:36 +00:00
<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">
2014-09-29 21:26:35 +00:00
<p><a href="/">Home</a></p>
<hr><h3>
2014-09-29 21:08:09 +00:00
<a name="welcome-to-athena" class="anchor" href="#welcome-to-athena"><span class="octicon octicon-link"></span></a>Welcome to Athena</h3>
2014-09-29 21:23:36 +00:00
<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>
2014-09-29 21:08:09 +00:00
<h1>
<a name="releases" class="anchor" href="#releases"><span class="octicon octicon-link"></span></a>Releases:</h1>
<ul>
2014-09-29 21:32:14 +00:00
<li>
<a href="https://github.com/Antidote/Athena/releases/tag/v1.0.0">v1.0.0</a>:
2014-09-29 21:08:09 +00:00
Initial release</li>
</ul>
</section>
2014-09-29 21:23:36 +00:00
</div>
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
<!-- 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>
2014-09-29 21:08:09 +00:00
</div>
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
</body>
2014-09-29 21:23:36 +00:00
</html>