<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="layout.xsl" type="text/xsl" ?>

<content>

<div class="blurb">
  Library Fantastic

  <div class="desc">
    Ruby Facets is the single largest collection of core extension methods
    and standard library additions available for the Ruby programming language.
  </div>
</div>

<div class="page" style="text-align: center;">

  <div class="sell sm">
    <img src="img/lightbulb.jpg" width="72px" align="left" style="margin: 12px; margin-right: 20px;"/>
    <p>The philosophy of <span class="red">Facets</span> can be summed
    up in a simple mantra, "ALL BASE COMMON". The idea being, that by sharing a broad foundation
    in common, that foundation can better serve the Ruby community. There are a number of
    advantages to this approach. Among them: name consistency, better code-reuse, collaborative
    improvements and reduced installation requirements.</p>
  </div>

  <div class="sell sm">
    <img src="img/apple_core.jpg" width="100px" align="left" style="margin-right: 5px;"/>
    <p>At the heart of Facets is a collection of core extension
    methods. All of which can be loaded with the single call: <code class="red">require 'facets'</code>.
    There are hundreds of quality methods in this collection which have been derived
    from years of experience of dozens of top Ruby programmers.</p>
  </div>

  <div class="sell sm">
    <img src="img/apples3.jpg" width="100px" align="left" style="margin-right: 10px;"/>
    <p>In addition to the core libraries, Facets provides dozens of additional
    classes, modules, mixins and light-weight frameworks. These solid libraries provide
    a general-purpose set of components commonly useful across a variety of applications.</p>
  </div>

  <div class="sell sm">
    <img src="img/people.jpg" width="100px" align="left" style="margin-right: 10px;"/>
    <p>Facets is not the sole achievement of one person, but was made possible by the hard
       work of many excellent programmers. Some persons contributed code directly, other's simply
       had their code picked-up from another open resource. In either case, three cheeers
       for all!
    </p>
  
    <pre style="margin-left: 80px; font-size: 8pt; text-align: left;">
      Thibaut Barrere         Daniel J. Berger        Paul Brannan
      Mikael Brockman         Jamis Buck              Renald Buter
      Shashank Date           Robert Feldt            Mauricio Fernandez
      Florian Frank           Hal Fulton              Michael Granger
      Florian Gross           Thomas-Ivo Heinen       Ara T. Howard
      Dave Hoover             David Hansson           Mohammad Khan
      Gavin Kistner           Richard Laugesen        Derek Lewis
      MenTaLguY               Jan Molic               George Moschovitis
      Michael Neumann         Sean O'Halpin           Tim Pease
      Jonas Pfenniger         Ryan Platte             Tyler Rick
      Christoph Rippel        Thomas Sawyer :)        Daniel Schierbeck
      Gavin Sinclair          Tilo Sloboda            Phil Tomson
      Peter Vanbroekhoven     Jim Weirich             Jeff Wood
      Austin Ziegler          Why The Lucky Stiff
    </pre>
  </div>

  <div class="sell sm">
    <img src="img/license.jpg" width="80px" align="left" style="margin-right: 15px;"/>

    <p>Facets is true open source software!</p>

    <p>Ruby Facets is distributed under the terms of the
      <a href="http://www.ruby-lang.org/en/LICENSE.txt" style="color: red;">Ruby License</a>,
      just like Ruby.
    </p>

    <p>Ruby Facets, Copyright (c) 2005-2008 Tiger Ops</p>

    <p>Credit and additional copyrights for particular code segments are
      given in their respective source. All licenses are either compatible
      with the Ruby license or the original author has given
      permission for inclusion of their code under this license.</p>
  </div>

  <div class="sell" style="margin-top: 60px;">
    <i>"Lots of cool stuff... There's just so much there!"</i><br/>
    <span style="font-size: 10pt;">--Austin Ziegler</span>
  </div>

</div>

</content>

