{# Copyright (C) 2006-2023 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 https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://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 https://trac.edgewall.org/ # endset # trans teo Please visit the Trac open source project: ${teo} # endtrans

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