Update index.html

This commit is contained in:
Moritz Bunkus
2015-04-19 14:45:50 +02:00
parent bb9a5c6889
commit 1073faf566

View File

@@ -13,13 +13,13 @@
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Libebml by Matroska-Org</title>
<title>libEBML by the Matroska team</title>
</head>
<body>
<header>
<div class="inner">
<h1>Libebml</h1>
<h1>libEBML</h1>
<h2>a C++ libary to parse EBML files</h2>
<a href="https://github.com/Matroska-Org/libebml" class="button"><small>View project on</small> GitHub</a>
</div>
@@ -54,21 +54,19 @@
<p>There is also one disadvantage commonly said about XML: it's very verbose. That's why you should have default/assumed values in you EBML-based format as much as possible. So you just describe what is really necessary.</p>
<p>EBML was originally created for the <a href="http://www.matroska.org">Matroska</a> project. So this is naturally the first format based on EBML to exist. You are therefore encouraged to check the specs to know how to design a format based on EBML.</p>
<h3>Contact</h3>
<p>All people that are working on EBML are related to Matroska. So you'd better contact the <a href="http://www.matroska.org/contact/index.html">Matroska team</a>.</p>
</section>
<aside id="sidebar">
<a href="https://github.com/Matroska-Org/libebml/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/Matroska-Org/libebml/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<a href="index.html">Home page</a>
<a href="specs.html">Specifications</a>
<p class="repo-owner"><a href="https://github.com/Matroska-Org/libebml"></a> is maintained by <a href="https://github.com/Matroska-Org">Matroska-Org</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>