Updated README file.

This commit is contained in:
LoRd_MuldeR 2016-04-16 14:25:52 +02:00
parent 16e01f9b99
commit 4d2b4cf6f0
4 changed files with 179 additions and 45 deletions

View File

@ -1,51 +1,89 @@
<!doctype html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>MUtilites</title> <meta charset="utf-8">
<meta charset="utf-8" /> <meta name="generator" content="pandoc">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<style type="text/css"> <meta name="author" content="Created by LoRd_MuldeR &lt;mulder2@gmx&gt; check http://muldersoft.com/ for news and updates!">
<!-- <title>MUtilities README</title>
body { font-family: "Times New Roman", Times, serif; color: #000000; background-color: #FFFFFF; } <style type="text/css">code{white-space: pre;}</style>
tt, pre, code { font-family: Courier New, Courier, mono; background-color: #EDF3F7; padding: 1px; } <!--[if lt IE 9]>
a { color: #0000BB; text-decoration: none; } <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
a:visited { color: #0000BB; text-decoration: none; } <![endif]-->
a:active { color: #0000FF; text-decoration: none; } <style type="text/css">
a:hover { color: #0000FF; text-decoration: underline; } <!--
--> body { font-family: "Times New Roman", Times, serif; color: #000000; background-color: #FFFFFF; }
</style> p { text-align: justify; }
tt, pre, code { font-family: Courier New, Courier, mono; background-color: #EDF3F7; padding: 1px; }
h1:not(.title) { margin-top: 2.25em; }
h2:not(.author) { margin-top: 2.0em; }
h3, h4 { margin-top: 1.75em; }
a { color: #0000BB; text-decoration: none; }
a:visited { color: #0000BB; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
img { margin-bottom: 0.75em; }
ul, ol { margin-bottom: 2.0em; }
li>ul, li>ol { margin-bottom: 0em; }
-->
</style>
</head> </head>
<body> <body>
<h1>MUtilities &ndash; MuldeR's Utilities for Qt</h1> <header>
<p><b>Please visit <a href="http://muldersoft.com/">http://muldersoft.com/</a> or <a href="https://github.com/lordmulder?tab=repositories">https://github.com/lordmulder</a> for more information!</b></p> <h1 class="title">MUtilities README</h1>
<hr> <h2 class="author">Created by LoRd_MuldeR &lt;<script type="text/javascript">
<h2>About this Library</h2> <!--
<p>This library is a collection of routines and classes to extend the <a href="http://qt-project.org/">Qt cross-platform framework</a>. It contains various convenience and utility functions as well as wrappers for OS-specific functionalities. The library was originally created as a "side product" of the <a href="http://lamexp.sourceforge.net/">LameXP</a> application: Over the years, a lot of code, <i>not</i> really specific to LameXP, had accumulated in the LameXP code base. Some of that code even had been used in other projects too, in a "copy & paste" fashion &ndash; which had lead to redundancy and much complicated maintenance. In order to clean-up the LameXP code base, to eliminate the ugly redundancy and to simplify maintenance, the code in question has finally been refactored into the <i>MUtilities</i> (aka "MuldeR's Utilities for Qt") library. This library now forms the foundation of LameXP and various other OpenSource projects. h='&#x67;&#x6d;&#120;';a='&#64;';n='&#x6d;&#x75;&#108;&#100;&#x65;&#114;&#50;';e=n+a+h;
<hr> document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
<h2>License Information</h2> // -->
<p>This library is free software. It is released under the terms of the <a href="https://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License (LGPL), Version 2.1</a>.</p> </script><noscript>&#x6d;&#x75;&#108;&#100;&#x65;&#114;&#50;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#120;</noscript>&gt; check <a href="http://muldersoft.com/" class="uri">http://muldersoft.com/</a> for news and updates!</h2>
<p><pre><code>MUtilities &ndash; MuldeR's Utilities for Qt<br>Copyright (C) 2004-2016 LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;. Some rights reserved.<br><br>This library is free software; you can redistribute it and/or<br>modify it under the terms of the GNU Lesser General Public<br>License as published by the Free Software Foundation; either<br>version 2.1 of the License, or (at your option) any later version.<br><br>This library is distributed in the hope that it will be useful,<br>but WITHOUT ANY WARRANTY; without even the implied warranty of<br>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br>Lesser General Public License for more details.<br><br>You should have received a copy of the GNU Lesser General Public<br>License along with this library; if not, write to the Free Software<br>Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</code></pre> </header>
<hr> <nav id="TOC">
<h2>Acknowledgement</h2> <ul>
<p>The following <u>third-party</u> code is used in the <i>MUtilities</i> library: <li><a href="#introduction"><span class="toc-section-number">1</span> Introduction</a></li>
<ul> <li><a href="#license"><span class="toc-section-number">2</span> License</a></li>
<li> <li><a href="#acknowledgement"><span class="toc-section-number">3</span> Acknowledgement</a></li>
<b>Keccak/SHA-3 Reference Implementation</b><br> </ul>
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer<br> </nav>
No Copyright / Dedicated to the Public Domain<br><br> <h1 id="introduction"><span class="header-section-number">1</span> Introduction</h1>
</li> <p>The <strong>MUtilities</strong> library is a collection of routines and classes to extend the <a href="http://qt-project.org/"><em>Qt cross-platform framework</em></a>. It contains various convenience and utility functions as well as wrappers for OS-specific functionalities. The library was originally created as a &quot;side product&quot; of the <a href="http://lamexp.sourceforge.net/"><strong>LameXP</strong></a> application: Over the years, a lot of code, <strong>not</strong> really specific to <em>LameXP</em>, had accumulated in the <em>LameXP</em> code base. Some of that code even had been used in other projects too, in a &quot;copy &amp; paste&quot; fashion which had lead to redundancy and much complicated maintenance. In order to clean-up the LameXP code base, to eliminate the ugly redundancy and to simplify maintenance, the code in question has finally been refactored into the <strong>MUtilities</strong> (aka &quot;MuldeR's Utilities for Qt&quot;) library. This library now forms the foundation of <em>LameXP</em> and various <a href="https://github.com/lordmulder"><em>other OpenSource projects</em></a>.</p>
<li> <h1 id="license"><span class="header-section-number">2</span> License</h1>
<b>Natural Order String Comparison</b><br> <p>This library is free software. It is released under the terms of the <a href="https://www.gnu.org/licenses/lgpl-2.1.html"><strong>GNU Lesser General Public License (LGPL), Version 2.1</strong></a>.</p>
Copyright (C) 2000, 2004 by Martin Pool <a href="mailto:mbp@sourcefrog.net">&lt;mbp@sourcefrog.net&gt;</a><br> <pre><code>MUtilities - MuldeR&#39;s Utilities for Qt
Released under the zlib License<br><br> Copyright (C) 2004-2016 LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;. Some rights reserved.
</li>
<li> This library is free software; you can redistribute it and/or
<b>Adler-32 Checksum Algorithm (from zlib)</b><br> modify it under the terms of the GNU Lesser General Public
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler<br> License as published by the Free Software Foundation; either
Released under the zlib License<br><br> version 2.1 of the License, or (at your option) any later version.
</li>
</ul> This library is distributed in the hope that it will be useful,
<hr> but WITHOUT ANY WARRANTY; without even the implied warranty of
<p>e.o.f.</p> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</code></pre>
<h1 id="acknowledgement"><span class="header-section-number">3</span> Acknowledgement</h1>
<p>The following third-party code is used in the MUtilities library:</p>
<ul>
<li><p><strong>Keccak/SHA-3 Reference Implementation</strong><br />
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer<br />
No Copyright / Dedicated to the Public Domain</p></li>
<li><p><strong>Natural Order String Comparison</strong><br />
Copyright (C) 2000, 2004 by Martin Pool <script type="text/javascript">
<!--
h='&#x73;&#x6f;&#x75;&#114;&#x63;&#x65;&#102;&#114;&#x6f;&#x67;&#46;&#110;&#x65;&#116;';a='&#64;';n='&#x6d;&#98;&#112;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x6d;&#98;&#112;&#32;&#x61;&#116;&#32;&#x73;&#x6f;&#x75;&#114;&#x63;&#x65;&#102;&#114;&#x6f;&#x67;&#32;&#100;&#x6f;&#116;&#32;&#110;&#x65;&#116;</noscript><br />
Released under the zlib License</p></li>
<li><p><strong>Adler-32 Checksum Algorithm (from zlib)</strong><br />
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler<br />
Released under the zlib License</p></li>
</ul>
<p> </p>
<p><strong>e.o.f.</strong></p>
</body> </body>
</html> </html>

49
README.md Normal file
View File

@ -0,0 +1,49 @@
% MUtilities &ndash; README
% Created by LoRd_MuldeR &lt;<mulder2@gmx>&gt; &ndash; check <http://muldersoft.com/> for news and updates!
# Introduction #
The **MUtilities** library is a collection of routines and classes to extend the [*Qt cross-platform framework*](http://qt-project.org/). It contains various convenience and utility functions as well as wrappers for OS-specific functionalities. The library was originally created as a "side product" of the [**LameXP**](http://lamexp.sourceforge.net/) application: Over the years, a lot of code, **not** really specific to *LameXP*, had accumulated in the *LameXP* code base. Some of that code even had been used in other projects too, in a "copy & paste" fashion &ndash; which had lead to redundancy and much complicated maintenance. In order to clean-up the LameXP code base, to eliminate the ugly redundancy and to simplify maintenance, the code in question has finally been refactored into the **MUtilities** (aka "MuldeR's Utilities for Qt") library. This library now forms the foundation of *LameXP* and various [*other OpenSource projects*](https://github.com/lordmulder).
# License
This library is free software. It is released under the terms of the [**GNU Lesser General Public License (LGPL), Version 2.1**](https://www.gnu.org/licenses/lgpl-2.1.html).
MUtilities - MuldeR's Utilities for Qt
Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>. Some rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Acknowledgement
The following third-party code is used in the MUtilities library:
* **Keccak/SHA-3 Reference Implementation**
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer
No Copyright / Dedicated to the Public Domain
* **Natural Order String Comparison**
Copyright (C) 2000, 2004 by Martin Pool <mbp@sourcefrog.net>
Released under the zlib License
* **Adler-32 Checksum Algorithm (from zlib)**
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
Released under the zlib License
&nbsp;
**e.o.f.**

17
etc/style/style.css Normal file
View File

@ -0,0 +1,17 @@
<style type="text/css">
<!--
body { font-family: "Times New Roman", Times, serif; color: #000000; background-color: #FFFFFF; }
p { text-align: justify; }
tt, pre, code { font-family: Courier New, Courier, mono; background-color: #EDF3F7; padding: 1px; }
h1:not(.title) { margin-top: 2.25em; }
h2:not(.author) { margin-top: 2.0em; }
h3, h4 { margin-top: 1.75em; }
a { color: #0000BB; text-decoration: none; }
a:visited { color: #0000BB; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
img { margin-bottom: 0.75em; }
ul, ol { margin-bottom: 2.0em; }
li>ul, li>ol { margin-bottom: 0em; }
-->
</style>

30
z_mkdocs.bat Normal file
View File

@ -0,0 +1,30 @@
@echo off
setlocal EnableDelayedExpansion
:: ------------------------------------------
:: Setup Paths
:: ------------------------------------------
set "PATH_PANDOC=C:\Program Files (x86)\Pandoc"
:: ------------------------------------------
:: Create Documents
:: ------------------------------------------
echo ===========================================================================
echo Building software documentation..."
echo ===========================================================================
echo.
for %%i in ("%~dp0\*.md") do (
echo PANDOC: %%~nxi
"%PATH_PANDOC%\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes --to html5 --toc -N --standalone -H "%~dp0\etc\style\style.css" "%%~i" --output "%%~dpni.html"
if not "!ERRORLEVEL!"=="0" (
echo.
echo Something went wrong^^!
echo.
pause && exit
)
)
echo.