MediaInfoXP/doc/README.html
2016-05-21 17:31:36 +02:00

220 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html><head>
<title>README</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
/* Solarized (Dark) */
/* Authors: Ethan Schoonover: http://ethanschoonover.com/solarized, CodeCatalyst: http://codecatalyst.com/ */
/* Version: d9a83f4e7a47432baff86e1e7946d9e066cf3d1b (modified) */
/* https://github.com/CodeCatalyst/mou-theme-solarized */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
img {
margin: 0;
padding: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html * {
font-family: "ff-din-web-pro-1", "ff-din-web-pro-2", sans-serif;
font-size: 16px;
line-height: 19.2px;
color-profile: sRGB;
}
body {
min-width: 32em;
max-width: 52em;
margin: 10px;
}
p {
font-weight: lighter;
margin-bottom: 20px;
}
strong {
font-weight: bold;
}
ol,
ul {
margin-left: 2em;
margin-bottom: 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-top: 10px;
}
li {
margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: lighter;
text-transform: capitalize;
margin-top: 20px;
margin-bottom: 20px;
}
h1 {
font-size: 24.624px;
line-height: 29.548799999999996px;
}
h2 {
font-size: 24.624px;
line-height: 29.548799999999996px;
}
h3 {
font-size: 23.44px;
line-height: 28.128px;
}
h4 {
font-size: 22.16px;
line-height: 26.592px;
}
h5 {
font-size: 22.16px;
line-height: 26.592px;
}
h6 {
font-size: 22.16px;
line-height: 26.592px;
}
img {
margin-bottom: 20px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img {
margin-bottom: 0;
}
pre {
margin-bottom: 20px;
}
pre,
code {
font-family: monospace;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 15px;
}
h1 {
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid;
}
h2 {
border-bottom: 1px solid;
}
h3,
h4,
h5,
h6 {
border-bottom: none;
}
html * {
color: #839496;
}
html body {
background-color: #002b36;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
color: #93a1a1;
border-color: #839496;
}
html a,
html a:active,
html a:visited {
color: #93a1a1;
}
html a:hover {
background-color: #073642;
}
html pre {
color: #93a1a1;
background-color: #073642;
}
html a,
html a:active,
html a:visited,
html code.url {
color: #b58900;
}
html h1 {
color: #b58900;
}
html h2,
html h3,
html h4,
html h5,
html h6 {
color: #b58900;
}
/*
LICENSE
Solarized Theme for Mou
Copyright (c) 2012 CodeCatalyst, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Solarized
Copyright (c) 2011 Ethan Schoonover
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
</style>
<!-- base href="file:///D:/_Sandbox/MediaInfo/" -->
</head>
<body>
<h1>MediaInfoLib README</h1>
<p>MediaInfo(Lib) is a convenient unified display of the most relevant technical and tag data for video and audio files.</p>
<p><a href="https://travis-ci.org/MediaArea/MediaInfoLib"><img src="README.svg" alt="Build Status"></a></p>
<p>MediaInfoLib - https://github.com/MediaArea/MediaInfoLib<br>
Copyright (c) MediaArea.net SARL. All Rights Reserved.</p>
<p>This program is freeware under BSD-2-Clause license conditions.<br>
See License.html for more information</p>
</body></html>
<!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->