mirror of https://github.com/libAthena/athena.git
Create gh-pages branch via GitHub
This commit is contained in:
parent
7f4a87bb44
commit
b5728ff1a8
30
index.html
30
index.html
|
@ -33,16 +33,38 @@
|
||||||
<section id="main_content" class="inner">
|
<section id="main_content" class="inner">
|
||||||
<p><a href="/">Home</a></p>
|
<p><a href="/">Home</a></p>
|
||||||
|
|
||||||
<hr><h3>
|
<hr>
|
||||||
<a name="welcome-to-athena" class="anchor" href="#welcome-to-athena"><span class="octicon octicon-link"></span></a>Welcome to Athena</h3>
|
|
||||||
|
<h3>
|
||||||
|
<a id="welcome-to-athena" class="anchor" href="#welcome-to-athena" aria-hidden="true"><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>
|
<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>
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a id="release-v110-now-available" class="anchor" href="#release-v110-now-available" aria-hidden="true"><span class="octicon octicon-link"></span></a>Release v1.1.0 now available!</h3>
|
||||||
|
|
||||||
|
<p>Version 1.1.0 ushers in several improvements to Athena</p>
|
||||||
|
|
||||||
|
<p>Additional Data-Types</p>
|
||||||
|
|
||||||
|
<p>Now you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.</p>
|
||||||
|
|
||||||
|
<p>Modularized Qmake Build-System</p>
|
||||||
|
|
||||||
|
<p>Qt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.</p>
|
||||||
|
|
||||||
|
<p>Self-Sufficient Build Dependencies</p>
|
||||||
|
|
||||||
|
<p>Data compression/decompression libraries like zlib and lzo are now part of Athena's repository, so you can simply clone-n-go!</p>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
<a name="releases" class="anchor" href="#releases"><span class="octicon octicon-link"></span></a>Releases:</h1>
|
<a id="releases" class="anchor" href="#releases" aria-hidden="true"><span class="octicon octicon-link"></span></a>Releases:</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
<a href="https://github.com/Antidote/Athena/releases/tab/1.1.0">v1.1.0</a>
|
||||||
|
Second major release</li>
|
||||||
|
<li>
|
||||||
<a href="https://github.com/Antidote/Athena/releases/tag/v1.0.0">v1.0.0</a>:
|
<a href="https://github.com/Antidote/Athena/releases/tag/v1.0.0">v1.0.0</a>:
|
||||||
Initial release</li>
|
Initial release</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -53,7 +75,7 @@ Initial release</li>
|
||||||
<div id="footer_wrap" class="outer">
|
<div id="footer_wrap" class="outer">
|
||||||
<footer class="inner">
|
<footer class="inner">
|
||||||
<p class="copyright">Athena maintained by <a href="https://github.com/Antidote">Antidote</a></p>
|
<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>
|
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"name":"Athena","tagline":"Small, Powerful, Extensible.","body":"[Home](/)\r\n***\r\n### Welcome to Athena\r\nAthena 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.\r\n\r\n#Releases:\r\n* [v1.0.0](https://github.com/Antidote/Athena/releases/tag/v1.0.0): \r\n Initial release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
{"name":"Athena","tagline":"Small, Powerful, Extensible.","body":"[Home](/)\r\n***\r\n### Welcome to Athena\r\nAthena 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.\r\n\r\n### Release v1.1.0 now available!\r\nVersion 1.1.0 ushers in several improvements to Athena\r\n\r\nAdditional Data-Types\r\n\r\nNow you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.\r\n\r\nModularized Qmake Build-System\r\n\r\nQt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.\r\n\r\nSelf-Sufficient Build Dependencies\r\n\r\nData compression/decompression libraries like zlib and lzo are now part of Athena's repository, so you can simply clone-n-go!\r\n\r\n#Releases:\r\n* [v1.1.0](https://github.com/Antidote/Athena/releases/tab/1.1.0)\r\n Second major release\r\n* [v1.0.0](https://github.com/Antidote/Athena/releases/tag/v1.0.0): \r\n Initial release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
|
@ -0,0 +1,116 @@
|
||||||
|
/*
|
||||||
|
Copyright 2014 GitHub Inc.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pl-c /* comment */ {
|
||||||
|
color: #969896;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
|
||||||
|
.pl-s .pl-v /* string variable */ {
|
||||||
|
color: #0086b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-e /* entity */,
|
||||||
|
.pl-en /* entity.name */ {
|
||||||
|
color: #795da3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-s .pl-s1 /* string source */,
|
||||||
|
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-ent /* entity.name.tag */ {
|
||||||
|
color: #63a35c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-k /* keyword, storage, storage.type */ {
|
||||||
|
color: #a71d5d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
|
||||||
|
.pl-s /* string */,
|
||||||
|
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
|
||||||
|
.pl-sr /* string.regexp */,
|
||||||
|
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
|
||||||
|
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
|
||||||
|
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
|
||||||
|
color: #183691;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-v /* variable */ {
|
||||||
|
color: #ed6a43;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-id /* invalid.deprecated */ {
|
||||||
|
color: #b52a1d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-ii /* invalid.illegal */ {
|
||||||
|
background-color: #b52a1d;
|
||||||
|
color: #f8f8f8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
|
||||||
|
color: #63a35c;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-ml /* markup.list */ {
|
||||||
|
color: #693a17;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mh /* markup.heading */,
|
||||||
|
.pl-mh .pl-en /* markup.heading entity.name */,
|
||||||
|
.pl-ms /* meta.separator */ {
|
||||||
|
color: #1d3e81;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mq /* markup.quote */ {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mi /* markup.italic */ {
|
||||||
|
color: #333;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mb /* markup.bold */ {
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
|
||||||
|
background-color: #ffecec;
|
||||||
|
color: #bd2c00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
|
||||||
|
background-color: #eaffea;
|
||||||
|
color: #55a532;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mdr /* meta.diff.range */ {
|
||||||
|
color: #795da3;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl-mo /* meta.output */ {
|
||||||
|
color: #1d3e81;
|
||||||
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ Slate Theme for GitHub Pages
|
||||||
by Jason Costello, @jsncostello
|
by Jason Costello, @jsncostello
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
@import url(pygment_trac.css);
|
@import url(github-light.css);
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
MeyerWeb Reset
|
MeyerWeb Reset
|
||||||
|
@ -201,12 +201,14 @@ ul, ol, dl {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: inside;
|
list-style-position: inside;
|
||||||
|
list-style: disc;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal inside;
|
list-style-position: inside;
|
||||||
|
list-style: decimal;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue