<?xml version="1.0" encoding="UTF-8"?>
<book >
  <title>DocBook Framework (DBF)</title>

  <chapter>
    <title>Preface</title>

    <section >
      <title>About this Project</title>

      <para>This project started out as a framework to render documentation
      for the Apache Velocity project (
      http://velocity.apache.org/) and ended somehow up to be a
      generic framework to render DocBook documents using Java and driven by
      Apache ant.</para>

      <para>While DocBook format seems to be ubiquitous these days, to our
      surprise there were not many generic frameworks around that could render
      all kinds of formats, are platform independent, do not require lots of
      infrastructure installed and are easily customizable.</para>

      <para>Projects either use heavily customized and hacked style sheets or
      a mix of Java and other applications. Adjusting such a rendering
      framework to the needs of the Apache Velocity project was not easy, so
      at some point, we decided to redo this (almost) from scratch.</para>
    </section>

    <section >
      <title>License Information</title>

      <para>Copyright © 2006-2007 The Apache Software Foundation.</para>

      <para>Licensed under the Apache License, Version 2.0 (the "License") you
      may not use this file except in compliance with the License. You may
      obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0</para>

      <para>Unless required by applicable law or agreed to in writing,
      software distributed under the License is distributed on an "AS IS"
      BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied. See the License for the specific language governing permissions
      and limitations under the License.</para>
    </section>

    <section >
      <title>Author Information</title>

      <para>This framework and documentation was written by the Apache
      Velocity Developers. If you have questions, found a bug or have
      enhancements, please contact us through the Apache Velocity Development
      Mailing list at dev@velocity.apache.org</para>
    </section>
  </chapter>
</book>


