Skip to content

Commit

Permalink
More markdowny
Browse files Browse the repository at this point in the history
  • Loading branch information
Colby Gutierrez-Kraybill committed Feb 19, 2018
1 parent 1df0210 commit cbed249
Showing 1 changed file with 17 additions and 27 deletions.
44 changes: 17 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ This release: 1.1.11
Release date: 04/Jan/2014
License: BSD
Maintainer: Colby Gutierrez-Kraybill
Contributors: Leon Torres Original Maintainer
Martain Stannard RollingFileOutputter
Steve Lumos SyslogOutputter
Mark Lewandowski ScribeOutputter
Andreas Hund YamlConfigurator
Jamis Buck log4r.gemspec
Charles Strahan log4jxml/chainsaw integration
Nitay Joffe STARTTLS
David Siegal Smart updates to RollingFileOutputter
|Contributor| |
|-----------|-|
|Leon Torres|Original Maintainer|
|Martain Stannard|RollingFileOutputter|
|Steve Lumos|SyslogOutputter|
|Mark Lewandowski|ScribeOutputter|
|Andreas Hund|YamlConfigurator|
|Jamis Buck|log4r.gemspec|
|Charles Strahan|log4jxml/chainsaw integration|
|Nitay Joffe|STARTTLS|
|David Siegal|Smart updates to RollingFileOutputter|
Homepage: https://log4r.rubyforge.org/
Download: https://rubyforge.org/frs/?group_id=203

Expand All @@ -30,37 +32,25 @@ and YAML configuration, and more.
Requirements
------------

* (required) Ruby >= 1.7.0 (use log4r 1.0.2 for Ruby 1.6)
* (optional) RubyGems for installing Log4r as a gem
* (optional) Ruby syslog library for SyslogOutputter
* (optional) XML configuration requires REXML
* (optional) log4j chainsaw integration requires 'builder' >= 2.0
* (optional) STARTTLS email login, requires 'smtp_tls" if Ruby <= 1.8.6
1. (required) Ruby >= 1.7.0 (use log4r 1.0.2 for Ruby 1.6)
2. (optional) RubyGems for installing Log4r as a gem
3. (optional) Ruby syslog library for SyslogOutputter
4. (optional) XML configuration requires REXML
5. (optional) log4j chainsaw integration requires 'builder' >= 2.0
6. (optional) STARTTLS email login, requires 'smtp_tls" if Ruby <= 1.8.6


More Info
---------

* Installation instructions are in the file INSTALL

* Comprehensive examples are provided in examples/ and can be run right away

* Log4r homepage: doc/index.html
Online: https://log4r.rubyforge.org/

* Manual: doc/manual.html
Online: https://log4r.rubyforge.org/manual.html

* RDoc API reference: doc/rdoc/index.html
Online: https://log4r.rubyforge.org/rdoc/index.html

* The changelog

* Log4r is hosted by RubyForge, which provides news, bug tracking and a forum

* Feel free to bug the maintainer with any questions (listed at top of file)


Usability
---------

Expand Down

0 comments on commit cbed249

Please sign in to comment.