Publishing site for version 0.1.5
This commit is contained in:
14
devs.html
14
devs.html
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2016-04-02
|
||||
| Generated by Apache Maven Doxia at 2017-07-31
|
||||
| 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="20160402" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20170731" />
|
||||
<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" />
|
||||
@@ -122,10 +122,10 @@
|
||||
<ul class="breadcrumb">
|
||||
|
||||
|
||||
<li id="publishDate">Last Published: 2016-04-02
|
||||
<li id="publishDate">Last Published: 2017-07-31
|
||||
<span class="divider">|</span>
|
||||
</li>
|
||||
<li id="projectVersion">Version: 0.1.4
|
||||
<li id="projectVersion">Version: 0.1.5
|
||||
</li>
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@
|
||||
<div class="source"><pre class="prettyprint linenums"><dependency>
|
||||
<groupId>info.ronjenkins</groupId>
|
||||
<artifactId>slf4bukkit</artifactId>
|
||||
<version>0.1.4</version>
|
||||
<version>0.1.5</version>
|
||||
</dependency>
|
||||
</pre></div></div>
|
||||
|
||||
@@ -224,6 +224,8 @@
|
||||
<li>SLF4Bukkit issues <tt>ChatColor.RESET</tt> after every log message, so you don’t have to worry about resetting after each message.</li>
|
||||
|
||||
<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>
|
||||
</ul></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
@@ -235,7 +237,7 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p class="pull-right">Copyright © 2016.
|
||||
<p class="pull-right">Copyright © 2017.
|
||||
All rights reserved.
|
||||
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user