{# Copyright (C) 2006-2017 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at http://trac.edgewall.com/license.html. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at http://trac.edgewall.org/. #} # extends 'layout.html' # block title About Trac ${ super() } # endblock title # block content

${_("About Trac")}

# trans Trac is a web-based software project management and bug/issue tracking system emphasizing ease of use and low ceremony. It provides an integrated Wiki, an interface to version control systems, and a number of convenient ways to stay on top of events and changes within a project. # endtrans

# set online ${_("online")} # endset # trans online Trac is distributed under the modified BSD License.
The complete text of the license can be found ${online} as well as in the COPYING file included in the distribution. # endtrans

# set teo http://trac.edgewall.org/ # endset # trans teo Please visit the Trac open source project: ${teo} # endtrans

# include 'environment_info.html'
${ super() } # endblock content