0

Improve site wording/content

This commit is contained in:
rjenkinsjr
2016-03-30 21:21:26 -04:00
parent 953ff95150
commit 1e0dbc8ec0
3 changed files with 8 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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.