Improve site wording/content
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -22,7 +22,7 @@
|
|||||||
<artifactId>slf4bukkit</artifactId>
|
<artifactId>slf4bukkit</artifactId>
|
||||||
<version>0.1.2-SNAPSHOT</version>
|
<version>0.1.2-SNAPSHOT</version>
|
||||||
<name>SLF4Bukkit</name>
|
<name>SLF4Bukkit</name>
|
||||||
<description>SLF4J binding that uses Bukkit's plugin logging system.</description>
|
<description>${project.name} is an SLF4J binding that uses Bukkit's plugin logging system.</description>
|
||||||
<url>http://rjenkinsjr.github.io/slf4bukkit</url>
|
<url>http://rjenkinsjr.github.io/slf4bukkit</url>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
${project.name}
|
${project.name}
|
||||||
===
|
===
|
||||||
${project.description}
|
${project.description}
|
||||||
---
|
|
||||||
### Server Owners
|
### Server Administrators
|
||||||
If you were linked here by documentation for a plugin that you're using on your Bukkit/Spigot server, [go here](${project.url}) to learn what configuration options you have available (and please ask the plugin developer to fix their links!).
|
If you were linked here by documentation for a plugin that you're using on your Bukkit/Spigot server, [go here](${project.url}) to learn what configuration options you have available (and please ask the plugin developer to fix their links!).
|
||||||
|
|
||||||
### Plugin Developers
|
### Plugin Developers
|
||||||
|
|||||||
@@ -18,7 +18,11 @@
|
|||||||
#set($h4 = '####')
|
#set($h4 = '####')
|
||||||
#set($h5 = '#####')
|
#set($h5 = '#####')
|
||||||
#set($h6 = '######')
|
#set($h6 = '######')
|
||||||
${project.name} for Server Administrators
|
${project.name}
|
||||||
|
===
|
||||||
|
${project.description}
|
||||||
|
|
||||||
|
For Server Administrators
|
||||||
---
|
---
|
||||||
|
|
||||||
If you were linked here by documentation for a plugin that you're using on your Bukkit/Spigot server, you can control the logging behavior of the plugin using its `config.yml` file.
|
If you were linked here by documentation for a plugin that you're using on your Bukkit/Spigot server, you can control the logging behavior of the plugin using its `config.yml` file.
|
||||||
|
|||||||
Reference in New Issue
Block a user