|
Last change
on this file since 790 was 765, checked in by Bruno Cornec, 20 years ago |
- First successful gentoo build
- Addition of a new trac- logo + conf file for trac in svn
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | [header_logo]
|
|---|
| 2 | src = http://www.mondorescue.org/images/trac-logo.png
|
|---|
| 3 | alt = Mondo Rescue
|
|---|
| 4 | height = 120
|
|---|
| 5 | link = http://www.mondorescue.org
|
|---|
| 6 | width = 350
|
|---|
| 7 |
|
|---|
| 8 | [logging]
|
|---|
| 9 | log_file = trac.log
|
|---|
| 10 | log_level = INFO
|
|---|
| 11 | log_type = file
|
|---|
| 12 |
|
|---|
| 13 | [trac]
|
|---|
| 14 | default_charset = iso-8859-15
|
|---|
| 15 | templates_dir = /usr/share/trac/templates
|
|---|
| 16 | repository_dir = /mondo/svn/mondorescue
|
|---|
| 17 | htdocs_location = /trac/
|
|---|
| 18 | database = sqlite:db/trac.db
|
|---|
| 19 |
|
|---|
| 20 | [notification]
|
|---|
| 21 | smtp_enabled = true
|
|---|
| 22 | smtp_replyto = trac@svn.mondorescue.org
|
|---|
| 23 | smtp_always_cc = bruno.cornec@hp.com
|
|---|
| 24 | smtp_server = 10.3.252.29
|
|---|
| 25 | smtp_from = trac@svn.mondorescue.org
|
|---|
| 26 | always_notify_reporter = true
|
|---|
| 27 | always_notify_owner = true
|
|---|
| 28 |
|
|---|
| 29 | [project]
|
|---|
| 30 | url = http://www.mondorescue.org
|
|---|
| 31 | footer = The <a href="http://www.mondorescue.org">Mondo Rescue</a> project is hosted <br>by the <a href="http://www.hpintelco.net">HP Intel Solution Center</a> on a <a href="http://www.mandriva.com">Mandriva</a> system.
|
|---|
| 32 | name = MondoRescue
|
|---|
| 33 | descr = GPL disaster recovery solution
|
|---|
| 34 | icon = /mondo/www/html/mondo/favicon.ico
|
|---|
| 35 |
|
|---|
| 36 | [mimeviewer]
|
|---|
| 37 | enscript_path = enscript
|
|---|
| 38 |
|
|---|
| 39 | [attachment]
|
|---|
| 40 | render_unsafe_content = false
|
|---|
| 41 | max_size = 262144
|
|---|
| 42 |
|
|---|
| 43 | [timeline]
|
|---|
| 44 | changeset_show_files = 0
|
|---|
| 45 |
|
|---|
| 46 | [diff]
|
|---|
| 47 | tab_width = 8
|
|---|
| 48 |
|
|---|
| 49 | [ticket]
|
|---|
| 50 | default_version = 2.0.8
|
|---|
| 51 | default_severity = normal
|
|---|
| 52 | default_component = mondo
|
|---|
| 53 | default_priority = normal
|
|---|
| 54 | default_milestone = 2.0.9
|
|---|
| 55 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.