Update documentation

This commit is contained in:
Oliver Hamlet
2016-04-12 21:37:00 +01:00
parent 9e88c70d97
commit 1031d9720f
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -481,7 +481,7 @@ figure > div {
<h2 id="credits">Credits</h2>
<p>LOOT is developed by a team on <a href="https://github.com/loot/">GitHub</a>, with contributions from users. A full list of GitHub contributors may be found <a href="http://loot.github.io/credits/">here</a>. A list of team members may be viewed on the <a href="https://github.com/loot/loot.github.io/wiki/Team-Members">project wiki</a>. Unless otherwise noted, team members can be contacted on the <a href="http://forums.bethsoft.com/index.php">Bethesda Softworks Forums</a> or on <a href="http://forums.nexusmods.com/">The Nexus Forums</a> via the private messaging system.
<p>LOOT is developed on <a href="https://github.com/loot/">GitHub</a>. A full list of GitHub contributors may be found <a href="http://loot.github.io/credits/">here</a>.
<p>LOOT's masterlists were largely converted from <a href="http://boss-developers.github.io">BOSS</a>'s masterlists, and so credit is due to the very large number of sources and people who have contributed to them.
<p>In addition, the following are credited with application-related support:
<ul>
@@ -510,7 +510,7 @@ figure > div {
<a href="https://github.com/chjj/marked">Marked</a>,
<a href="https://github.com/WrinklyNinja/pseudosem">pseudosem</a>,
<a href="https://www.polymer-project.org/">Polymer</a> and
<a href="https://github.com/WrinklyNinja/yaml-cpp">yaml-cpp</a> libraries, and the <a href="https://bitbucket.org/chromiumembedded/cef">Chromium Embedded Framework</a>. Copyright license information for all these may be found <a href="licenses/Licenses.txt">here</a>.
<a href="https://github.com/loot/yaml-cpp">yaml-cpp</a> libraries, and the <a href="https://bitbucket.org/chromiumembedded/cef">Chromium Embedded Framework</a>. Copyright license information for all these may be found <a href="licenses/Licenses.txt">here</a>.
<h2 id="license">License</h2>
<p>LOOT is distributed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License v3.0</a>, aside from the documentation, which is distributed under the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License v1.3</a>. The full texts of the licenses are included with LOOT in the accompanying <a href="licenses/GNU%20GPL%20v3.txt">GNU GPL v3.txt</a> and <a href="licenses/GNU%20FDL%20v1.3.txt">GNU FDL v1.3.txt</a> files.
@@ -568,7 +568,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".</blockqu
<li>The French and Danish translations have been updated.</li>
<li>The installer now only creates one shortcut for LOOT in the Start menu, following Microsoft guidelines.</li>
<li>A lot of code has been refactored and improved to increase its quality.</li>
<li>The Boost (1.60), CEF (3.2556.1368.g535c4fb), libespm (2.5.0), libgit2 (0.24.0), libloadorder (7.0.0) and Polymer (1.2) dependencies have been updated to the versions given in brackets.</li>
<li>The Boost (1.60), CEF (3.2623.1397.gaf139d7), libespm (2.5.2), libgit2 (0.24.0), libloadorder (8.0.0) and Polymer (1.4) dependencies have been updated to the versions given in brackets.</li>
</ul>
<h4>Removals</h4>
<ul>
+2
View File
@@ -71,6 +71,8 @@
* unloaded.
* * The `loot_db` type is now an opaque struct, and functions that used
* to take it as a value now take a pointer to it.
* * Removed the `loot_lang_any` constant. The `loot_lang_english`
* constant should be used instead.
*
* ## 0.8.1 - *27 September 2015*
*