| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | |
|---|
| 3 | [attachment] |
|---|
| 4 | max_size = 26214400 |
|---|
| 5 | render_unsafe_content = false |
|---|
| 6 | |
|---|
| 7 | [browser] |
|---|
| 8 | downloadable_paths = /trunk, /branches/*, /tags/* |
|---|
| 9 | hide_properties = svk:merge |
|---|
| 10 | render_unsafe_content = false |
|---|
| 11 | |
|---|
| 12 | [changeset] |
|---|
| 13 | max_diff_bytes = 10000000 |
|---|
| 14 | max_diff_files = 0 |
|---|
| 15 | wiki_format_messages = true |
|---|
| 16 | |
|---|
| 17 | [header_logo] |
|---|
| 18 | alt = |
|---|
| 19 | height = -1 |
|---|
| 20 | link = http://libcaca.zoy.org/ |
|---|
| 21 | src = /img/trac_banner.png |
|---|
| 22 | width = -1 |
|---|
| 23 | |
|---|
| 24 | [logging] |
|---|
| 25 | log_file = trac.log |
|---|
| 26 | log_level = DEBUG |
|---|
| 27 | log_type = none |
|---|
| 28 | |
|---|
| 29 | [mimeviewer] |
|---|
| 30 | enscript_modes = text/x-dylan:dylan:4 |
|---|
| 31 | enscript_path = enscript |
|---|
| 32 | max_preview_size = 2621440 |
|---|
| 33 | mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb |
|---|
| 34 | php_path = php |
|---|
| 35 | silvercity_modes = |
|---|
| 36 | tab_width = 8 |
|---|
| 37 | |
|---|
| 38 | [notification] |
|---|
| 39 | always_notify_owner = false |
|---|
| 40 | always_notify_reporter = false |
|---|
| 41 | always_notify_updater = false |
|---|
| 42 | mime_encoding = qp |
|---|
| 43 | smtp_always_bcc = |
|---|
| 44 | smtp_always_cc = libcaca-trac@lists.zoy.org |
|---|
| 45 | smtp_default_domain = |
|---|
| 46 | smtp_enabled = true |
|---|
| 47 | smtp_from = sam+trac@zoy.org |
|---|
| 48 | smtp_from_name = Libcaca Trac |
|---|
| 49 | smtp_password = |
|---|
| 50 | smtp_port = 25 |
|---|
| 51 | smtp_server = localhost |
|---|
| 52 | smtp_subject_prefix = |
|---|
| 53 | smtp_user = |
|---|
| 54 | use_public_cc = true |
|---|
| 55 | use_short_addr = false |
|---|
| 56 | use_tls = false |
|---|
| 57 | |
|---|
| 58 | [project] |
|---|
| 59 | descr = Libcaca |
|---|
| 60 | footer = Visit the libcaca project at<br /><a href="http://libcaca.zoy.org/">http://libcaca.zoy.org/</a> |
|---|
| 61 | icon = /favicon.ico |
|---|
| 62 | name = libcaca |
|---|
| 63 | url = http://libcaca.zoy.org/ |
|---|
| 64 | |
|---|
| 65 | [search] |
|---|
| 66 | min_query_length = 3 |
|---|
| 67 | |
|---|
| 68 | [ticket] |
|---|
| 69 | default_component = libcucul |
|---|
| 70 | default_milestone = 1.0 |
|---|
| 71 | default_priority = major |
|---|
| 72 | default_type = defect |
|---|
| 73 | default_version = SVN |
|---|
| 74 | restrict_owner = false |
|---|
| 75 | |
|---|
| 76 | [timeline] |
|---|
| 77 | changeset_long_messages = false |
|---|
| 78 | changeset_show_files = 0 |
|---|
| 79 | default_daysback = 30 |
|---|
| 80 | ticket_show_details = false |
|---|
| 81 | |
|---|
| 82 | [trac] |
|---|
| 83 | authz_file = |
|---|
| 84 | authz_module_name = |
|---|
| 85 | #base_url = http://libcaca.zoy.org/ |
|---|
| 86 | check_auth_ip = true |
|---|
| 87 | database = sqlite:db/trac.db |
|---|
| 88 | default_charset = iso-8859-15 |
|---|
| 89 | default_handler = WikiModule |
|---|
| 90 | htdocs_location = |
|---|
| 91 | ignore_auth_case = false |
|---|
| 92 | mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search |
|---|
| 93 | metanav = login,logout,settings,help,about |
|---|
| 94 | permission_store = DefaultPermissionStore |
|---|
| 95 | repository_dir = /home/sam/svn/libcaca |
|---|
| 96 | repository_type = svn |
|---|
| 97 | # request_filters = <set in global trac.ini> |
|---|
| 98 | # templates_dir = <set in global trac.ini> |
|---|
| 99 | timeout = 20 |
|---|
| 100 | |
|---|
| 101 | [wiki] |
|---|
| 102 | ignore_missing_pages = false |
|---|
| 103 | split_page_names = false |
|---|
| 104 | |
|---|