From 8c91c8ff649bc3222753049d487b276a240ec182 Mon Sep 17 00:00:00 2001
From: Ceki Gulcu
Date: Sat, 31 Oct 2009 05:43:00 +0100
Subject: [PATCH] - in index.html added links to the migrator tool and the page
on brinding legacy apis
- minor editing in legacy.html
---
slf4j-site/src/site/pages/index.html | 11 +++++++++++
slf4j-site/src/site/pages/legacy.html | 19 +++++++++----------
2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/slf4j-site/src/site/pages/index.html b/slf4j-site/src/site/pages/index.html
index 733297042..764e18f35 100644
--- a/slf4j-site/src/site/pages/index.html
+++ b/slf4j-site/src/site/pages/index.html
@@ -36,6 +36,17 @@ Simple Logging Facade for Java (SLF4J)
the two-page SLF4J user manual.
+ In case you wish to migrate your Java source files to SLF4J,
+ consider our migrator tool which can
+ migrate your project into SLF4J in minutes.
+
+ In case an externally-maintained component you depend on uses a
+ logging API other than SLF4J, such as commons logging, log4j or
+ j.u.l, have a look at SLF4J's binary-support for legacy APIs.
+
+
+