Publishing site for version 1.0.0
This commit is contained in:
13
devs.html
13
devs.html
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2017-07-31
|
||||
| Generated by Apache Maven Doxia at 2017-08-09
|
||||
| Rendered using Apache Maven Fluido Skin 1.4
|
||||
-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20170731" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20170809" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>SLF4Bukkit – SLF4Bukkit for Plugin Developers</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
|
||||
|
||||
<style type="text/css">body{background-image: url('./images/profiles/pre-release.png');}</style>
|
||||
|
||||
|
||||
<script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
|
||||
@@ -122,10 +121,10 @@
|
||||
<ul class="breadcrumb">
|
||||
|
||||
|
||||
<li id="publishDate">Last Published: 2017-07-31
|
||||
<li id="publishDate">Last Published: 2017-08-09
|
||||
<span class="divider">|</span>
|
||||
</li>
|
||||
<li id="projectVersion">Version: 0.1.6
|
||||
<li id="projectVersion">Version: 1.0.0
|
||||
</li>
|
||||
|
||||
|
||||
@@ -205,7 +204,7 @@
|
||||
<div class="source"><pre class="prettyprint linenums"><dependency>
|
||||
<groupId>info.ronjenkins</groupId>
|
||||
<artifactId>slf4bukkit</artifactId>
|
||||
<version>0.1.6</version>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</pre></div></div>
|
||||
|
||||
@@ -226,6 +225,8 @@
|
||||
<li>You can use the <a href="apidocs/info/ronjenkins/slf4bukkit/ColorString.html">ColorString</a> class to easily create colored log messages.</li>
|
||||
|
||||
<li>For a consistent user experience, it’s recommended that you perform all logging via SLF4Bukkit and not use <tt>Plugin.getLogger()</tt>.</li>
|
||||
|
||||
<li>Any color-related features are silently stripped/ignored when SLF4Bukkit runs on a Bukkit implementation where JAnsi is not available (e.g. PaperSpigot).</li>
|
||||
</ul></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user