From 1e0dbc8ec0cbcad6b98126173fdbc355a82a517f Mon Sep 17 00:00:00 2001 From: rjenkinsjr Date: Wed, 30 Mar 2016 21:21:26 -0400 Subject: [PATCH] Improve site wording/content --- pom.xml | 2 +- src/github/README.md | 4 ++-- src/site/markdown/index.md | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e34be87..b2a638c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ slf4bukkit 0.1.2-SNAPSHOT SLF4Bukkit - SLF4J binding that uses Bukkit's plugin logging system. + ${project.name} is an SLF4J binding that uses Bukkit's plugin logging system. http://rjenkinsjr.github.io/slf4bukkit UTF-8 diff --git a/src/github/README.md b/src/github/README.md index 50fec2c..c327051 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -17,8 +17,8 @@ ${project.name} === ${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!). ### Plugin Developers diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 96d7e4b..5f96fe7 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -18,7 +18,11 @@ #set($h4 = '####') #set($h5 = '#####') #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.