https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/trac/locale/ko/LC_MESSAGES/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/trac/locale/ko/LC_MESSAGES/tracini.mo
����������
�@%CAy�>��>7=#u��!|���X�/\�h\Am�| g� �� yt!��!7�"q�"C%\\%+�%,�%.&AA&+�&,�&K�&(('+Q'�}'Dg(+�(2�(7)MC)*�)9�)4�)?+*Bk*.�*a�*l?+��+D,)_,_�,k�,MU-R�-�-�	/*�0��0��1l-2%�2\�344�R5��5�v6�A7�$8v�9�.;4�<�=@,!B0NB1BZ�BJC�WCE�D�'E;�E3�EW2Fv�F�G@�G�GmI�zI�J��J�K��K�`LI�LSIMS�M��M��OfuQf�QBCRP�R!�R)�R�#S(�S"�S�U��U �V+�V%�VWXo*Xb�X��X��Y�DZ/<[�l[�\4]/5]7e]-�]*�]!�]D^c]^H�^
_�`Ab�Cbkc��i�Fj�k��k��l:tm�mM�mnk.oq�o�pTq`q6rr��w�-|f+���|e�%�=�QF�b��K��)G�	q��{�qc��ՆF��i�XN�����@��8���1̌)��+(��T����
���+��Q&��x�O��		N�LX����)6�<`�����s��m�ll�٥��vw���t���������$�F��-�*�|�<��8خ2�[D�5��8֯N�5^�8��Ͱ]ܱ5:�:p�I��h��2^�?��Oѳd!�b��1�q������$�<?�d|����b���k~���2����ý�_�r�i\�n��5���������������^�}������.��G��H-�wv�w���f�XA����Pj�Q��l
��z���M��K
��V�������w� ��������WK�m��p���8������Q�d��r7�4��<����6��1�B��K�*4�<_�+��E��%��4����Z��]��3�<��P��A4�>v�J��<�<=�.z�\����f��
�S�Ur���&���������?�7A/qO�5�c�v�Z
ci
��y����'7(_��,$^Q]�bcq@�`  w!��"�_$bE%��%lw'��'-�(�)��*g�+2Q-9�-(r,g,b) color triple to use for the color corresponding
to the intermediate color, if two linear interpolations are used
for the color scale (see `intermediate_point`).
If not set, the intermediate color between `oldest_color` and
`newest_color` will be used.
(''since 0.11'')(r,g,b) color triple to use for the color corresponding
to the newest color, for the color scale used in ''blame'' or
the browser ''age'' column if `color_scale` is enabled.
(''since 0.11'')(r,g,b) color triple to use for the color corresponding
to the oldest color, for the color scale used in ''blame'' or
the browser ''age'' column if `color_scale` is enabled.
(''since 0.11'')A Genshi text template snippet used to get the notification subject.

By default, the subject template is `$prefix #$ticket.id: $summary`.
`$prefix` being the value of the `smtp_subject_prefix` option.
''(since 0.11)''Alternative text for the header logo.Always send notifications to any address in the ''reporter''
field.Always send notifications to the person who causes the ticket
property change and to any previous updater of that ticket.Always send notifications to the ticket owner (''since 0.9'').As the workflow for tickets is now configurable, there can
be many ticket states, and simply displaying closed tickets
vs. all the others is maybe not appropriate in all cases. This
section enables one to easily create ''groups'' of states that
will be shown in different colors in the milestone progress
bar.

Note that the groups can only be based on the ticket
//status//, nothing else. In particular, it's not possible to
distinguish between different closed tickets based on the
//resolution//.

Example configuration with three groups, //closed//, //new//
and //active// (the default only has closed and active):
{{{
# the 'closed' group correspond to the 'closed' tickets
closed = closed

# .order: sequence number in the progress bar
closed.order = 0

# .query_args: optional parameters for the corresponding
#              query.  In this example, the changes from the
#              default are two additional columns ('created' and
#              'modified'), and sorting is done on 'created'.
closed.query_args = group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime

# .overall_completion: indicates groups that count for overall
#                      completion percentage
closed.overall_completion = true

new = new
new.order = 1
new.css_class = new
new.label = new

# Note: one catch-all group for other statuses is allowed
active = *
active.order = 2

# .css_class: CSS class for this interval
active.css_class = open

# .label: displayed label for this group
active.label = in progress
}}}

The definition consists in a comma-separated list of accepted
status.  Also, '*' means any status and could be used to
associate all remaining states to one catch-all group.

The CSS class can be one of: new (yellow), open (no color) or
closed (green). Other styles can easily be added using custom
CSS rule: `table.progress td.<class> { background: <color> }`
to a [TracInterfaceCustomization#SiteAppearance site/style.css] file
for example.

(''since 0.11'')Automatically reload template files after modification.Base URL for serving the core static resources below
`/chrome/common/`.

It can be left empty, and Trac will simply serve those resources
itself.

Advanced users can use this together with
[TracAdmin trac-admin ... deploy <deploydir>] to allow serving the
static resources for Trac directly from the web server.
Note however that this only applies to the `<deploydir>/htdocs/common`
directory, the other deployed resources (i.e. those from plugins)
will not be made available this way and additional rewrite
rules will be needed in the web server.Base URL of a Trac instance where errors in this Trac
should be reported.

This can be an absolute or relative URL, or '.' to reference
this Trac instance. An empty value will disable the reporting
buttons.  (''since 0.11.3'')Charset to be used when in doubt.Check that the committer has permission to perform the requested
operations on the referenced tickets.

This requires that the user names be the same for Trac and repository
operations.Comma separated list of paths categorized as branches.
If a path ends with '*', then all the directory entries found below
that path will be included.
Example: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`Comma separated list of paths categorized as tags.

If a path ends with '*', then all the directory entries found below
that path will be included.
Example: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`Comma-separated list of MIME types that should be treated as
binary data. (''since 0.11.5'')Comma-separated list of allowed prefixes for repository
directories when adding and editing repositories in the repository
admin panel. If the list is empty, all repository directories are
allowed. (''since 0.12.1'')Comma-separated list of colors to use for the TracRevisionLog
graph display. (''since 1.0'')Comma-separated list of domains that should be considered as
valid for email addresses (such as localdomain).Comma-separated list of domains that should not be considered
part of email addresses (for usernames with Kerberos domains).Comma-separated list of version control properties to hide from
the repository browser.
(''since 0.9'')Comma-separated list of version control properties to render
as oneliner wiki content in the repository browser.

(''since 0.11'')Comma-separated list of version control properties to render
as wiki content in the repository browser.

(''since 0.11'')Commands that add a reference, as a space-separated list.

If set to the special value <ALL>, all tickets referenced by the
message will get a reference to the changeset.Commands that close tickets, as a space-separated list.Custom logging format.

If nothing is set, the following will be used:

Trac[$(module)s] $(levelname)s: $(message)s

In addition to regular key names supported by the Python
logger library (see
http://docs.python.org/library/logging.html), one could use:

- $(path)s     the path for the current environment
- $(basename)s the last path component of the current environment
- $(project)s  the project name

Note the usage of `$(...)s` instead of `%(...)s` as the latter form
would be interpreted by the ConfigParser itself.

Example:
`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`

''(since 0.10.5)''Database backup locationDatabase connection
[wiki:TracEnvironment#DatabaseConnectionStrings string] for this
projectDefault cc: list for newly created tickets.Default component for newly created tickets.Default description for newly created tickets.Default host/domain to append to address that do not specify
one.Default keywords for newly created tickets.Default milestone for newly created tickets.Default number of days displayed in the Timeline, in days.
(''since 0.9.'')Default owner for newly created tickets.Default priority for newly created tickets.Default repository connector type. (''since 0.10'')

This is also used as the default repository type for repositories
defined in [[TracIni#repositories-section repositories]] or using the
"Repositories" admin panel. (''since 0.12'')Default resolution for resolving (closing) tickets
(''since 0.11'').Default severity for newly created tickets.Default summary (title) for newly created tickets.Default type for newly created tickets (''since 0.9'').Default value for the limit argument in the TracRevisionLog.
(''since 0.11'')Default version for newly created tickets.Define charset encoding of paths within git repositories.Displayed tab width in file preview. (''since 0.9'')Don't accept tickets with a too big comment.
(''since 0.11.2'')Don't accept tickets with a too big description.
(''since 0.11'').E-Mail address of the project's administrator.Email address(es) to always send notifications to,
addresses can be seen by all recipients (Cc:).Email address(es) to always send notifications to,
addresses do not appear publicly (Bcc:). (''since 0.10'')Enable colorization of the ''age'' column.

This uses the same color scale as the source code annotation:
blue is older, red is newer.
(''since 0.11'')Enable email notification.Enable persistent caching of commit tree.Enable reverse mapping of git email addresses to trac user ids
(costly if you have many users).Enable the display of all ticket changes in the timeline, not only
open / close operations (''since 0.9'').Enable/disable highlighting CamelCase links to missing pages
(''since 0.9'').Enable/disable splitting the WikiPageNames with space characters
(''since 0.10'').Enable/disable the use of unsafe HTML tags such as `<script>` or
`<embed>` with the HTML [wiki:WikiProcessors WikiProcessor]
(''since 0.10.4'').

For public sites where anonymous users can edit the wiki it is
recommended to leave this option disabled (which is the default).Every option in the `[interwiki]` section defines one InterWiki
prefix. The option name defines the prefix. The option value defines
the URL, optionally followed by a description separated from the URL
by whitespace. Parametric URLs are supported as well.

'''Example:'''
{{{
[interwiki]
MeatBall = http://www.usemod.com/cgi-bin/mb.pl?
PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1
tsvn = tsvn: Interact with TortoiseSvn
}}}Height of the header logo image in pixels.If `log_type` is `file`, this should be a path to the
log-file.  Relative paths are resolved relative to the `log`
directory of the environment.If set to a value between 0 and 1 (exclusive), this will be the
point chosen to set the `intermediate_color` for interpolating
the color value.
(''since 0.11'')In this section, you can define additional fields for tickets. See
TracTicketsCustomFields for more details.Inactivity timeout in seconds after which the automatic wiki preview
triggers an update. This option can contain floating-point values. The
lower the setting, the more requests will be made to the server. Set
this to 0 to disable automatic preview. The default is 2.0 seconds.
(''since 0.12'')Level of verbosity in log.

Should be one of (`CRITICAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`).Lifetime of the authentication cookie, in seconds.

This value determines how long the browser will cache
authentication information, and therefore, after how much
inactivity a user will have to log in again. The default value
of 0 makes the cookie expire at the end of the browsing
session. (''since 0.12'')Like ticket_subject_template but for batch modifications.

By default, the template is `$prefix Batch modify: $tickets_descr`.
''(since 1.0)''List of URI schemes considered "safe", that will be rendered as
external links even if `[wiki] render_unsafe_content` is `false`.
(''since 0.11.8'')List of additional MIME types and keyword mappings.
Mappings are comma-separated, and for each MIME type,
there's a colon (":") separated list of associated keywords
or file extensions. (''since 0.10'')List of additional MIME types associated to filename patterns.
Mappings are comma-separated, and each mapping consists of a MIME type
and a Python regexp used for matching filenames, separated by a colon
(":"). (''since 1.0'')List of additional MIME types known by Enscript.
For each, a tuple `mimetype:mode:quality` has to be
specified, where `mimetype` is the MIME type,
`mode` is the corresponding Enscript mode to be used
for the conversion and `quality` is the quality ratio
associated to this conversion.
That can also be used to override the default
quality ratio used by the Enscript render, which is 2
(''since 0.10'').List of additional MIME types known by Pygments.

For each, a tuple `mimetype:mode:quality` has to be
specified, where `mimetype` is the MIME type,
`mode` is the corresponding Pygments mode to be used
for the conversion and `quality` is the quality ratio
associated to this conversion. That can also be used
to override the default quality ratio used by the
Pygments render.List of additional MIME types known by SilverCity.
For each, a tuple `mimetype:mode:quality` has to be
specified, where `mimetype` is the MIME type,
`mode` is the corresponding SilverCity mode to be used
for the conversion and `quality` is the quality ratio
associated to this conversion.
That can also be used to override the default
quality ratio used by the SilverCity render, which is 3
(''since 0.10'').List of components implementing `IPermissionPolicy`, in the order in
which they will be applied. These components manage fine-grained access
control to Trac resources.
Defaults to the DefaultPermissionPolicy (pre-0.11 behavior) and
LegacyAttachmentPolicy (map ATTACHMENT_* permissions to realm specific
ones)List of repositories that should be synchronized on every page
request.

Leave this option empty if you have set up post-commit hooks calling
`trac-admin $ENV changeset added` on all your repositories
(recommended). Otherwise, set it to a comma-separated list of
repository names. Note that this will negatively affect performance,
and will prevent changeset listeners from receiving events from the
repositories specified here. The default is to synchronize the default
repository, for backward compatibility. (''since 0.12'')List of repository paths that can be downloaded.

Leave this option empty if you want to disable all downloads, otherwise
set it to a comma-separated list of authorized paths (those paths are
glob patterns, i.e. "*" can be used as a wild card). In a
multi-repository environment, the path must be qualified with the
repository name if the path does not point to the default repository
(e.g. /reponame/trunk). Note that a simple prefix matching is
performed on the paths, so aliases won't get automatically resolved.
(''since 0.10'')Location of authz policy configuration file.Location of mysqldump for MySQL database backupsLocation of pg_dump for Postgres database backupsLogging facility to use.

Should be one of (`none`, `file`, `stderr`, `syslog`, `winlog`).Make `<textarea>` fields resizable. Requires !JavaScript.
(''since 0.12'')Make the owner field of tickets use a drop-down menu.
Be sure to understand the performance implications before activating
this option. See
[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].

Please note that e-mail addresses are '''not''' obfuscated in the
resulting drop-down menu, so this option should not be used if
e-mail addresses must remain protected.
(''since 0.9'')Maximum allowed file size (in bytes) for ticket and wiki
attachments.Maximum allowed total size (in bytes) for an attachment list to be
downloadable as a `.zip`. Set this to -1 to disable download as `.zip`.
(''since 1.0'')Maximum allowed wiki page size in bytes. (''since 0.11.2'')Maximum file size for HTML preview. (''since 0.9'')Maximum number of days (-1 for unlimited) displayable in the
Timeline. (''since 0.11'')Maximum number of modified files for which the changeset view will
attempt to show the diffs inlined (''since 0.10'').Maximum total size in bytes of the modified files (their old size
plus their new size) for which the changeset view will attempt to show
the diffs inlined (''since 0.10'').Minimum length of query string allowed when performing a search.Name of the component implementing `IEmailSender`.

This component is used by the notification system to send emails.
Trac currently provides `SmtpEmailSender` for connecting to an SMTP
server, and `SendmailEmailSender` for running a `sendmail`-compatible
executable. (''since 0.12'')Name of the component implementing `IPermissionStore`, which is used
for managing user and group permissions.Name of the component implementing `ITicketGroupStatsProvider`,
which is used to collect statistics on groups of tickets for display
in the milestone views.Name of the component implementing `ITicketGroupStatsProvider`,
which is used to collect statistics on groups of tickets for display
in the roadmap views.Name of the component that handles requests to the base
URL.

Options include `TimelineModule`, `RoadmapModule`,
`BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`
and `WikiModule`. The default is `WikiModule`. (''since 0.9'')Name of the project.Never obfuscate `mailto:` links explicitly written in the wiki,
even if `show_email_addresses` is false or the user has not the
EMAIL_VIEW permission (''since 0.11.6'').Number of files to show (`-1` for unlimited, `0` to disable).

This can also be `location`, for showing the common prefix for the
changed files. (since 0.11).Number of tickets displayed in the rss feeds for reports
(''since 0.11'')Number of tickets displayed per page in ticket queries,
by default (''since 0.11'')Number of tickets displayed per page in ticket reports,
by default (''since 0.11'')One of the alternatives for registering new repositories is to
populate the `[repositories]` section of the `trac.ini`.

This is especially suited for setting up convenience aliases,
short-lived repositories, or during the initial phases of an
installation.

See [TracRepositoryAdmin#Intrac.ini TracRepositoryAdmin] for details
about the format adopted for this section and the rest of that page for
the other alternatives.

(''since 0.12'')Optionally use `[trac] base_url` for redirects.

In some configurations, usually involving running Trac behind
a HTTP proxy, Trac can't automatically reconstruct the URL
that is used to access it. You may need to use this option to
force Trac to use the `base_url` setting also for
redirects. This introduces the obvious limitation that this
environment will only be usable when accessible from that URL,
as redirects are frequently used. ''(since 0.10.5)''Order of the items to display in the `mainnav` navigation bar,
listed by IDs. See also TracNavigation.Order of the items to display in the `metanav` navigation bar,
listed by IDs. See also TracNavigation.Ordered list of filters to apply to all requests
(''since 0.10'').Ordered list of workflow controllers to use for ticket actions
(''since 0.11'').Page footer text (right-aligned).Password for SMTP server. (''since 0.9'')Path for the authentication cookie. Set this to the common
base path of several Trac instances if you want them to share
the cookie.  (''since 0.12'')Path to a gitweb-formatted projects.listPath to the //shared htdocs directory//.

Static resources in that directory are mapped to /chrome/shared
under the environment URL, in addition to common and site locations.

This can be useful in site.html for common interface customization
of multiple Trac environments.

(''since 1.0'')Path to the //shared plugins directory//.

Plugins in that directory are loaded in addition to those in
the directory of the environment `plugins`, with this one
taking precedence.

(''since 0.11'')Path to the //shared templates directory//.

Templates in that directory are loaded in addition to those in the
environments `templates` directory, but the latter take precedence.

(''since 0.11'')Path to the Enscript executable.Path to the PHP executable (''since 0.9'').Path to the base of your git projectsPath to the default repository. This can also be a relative path
(''since 0.11'').

This option is deprecated, and repositories should be defined in the
[TracIni#repositories-section repositories] section, or using the
"Repositories" admin panel. (''since 0.12'')Path to the git executable.Path to the sendmail executable.

The sendmail program must accept the `-i` and `-f` options.
 (''since 0.12'')Paths to sqlite extensions, relative to Trac environment's
directory or absolute. (''since 0.12'')Permit email address without a host/domain (i.e. username only).

The SMTP server should accept those addresses, and either append
a FQDN or use local delivery. (''since 0.10'')Recipients can see email addresses of other CC'ed recipients.

If this option is disabled (the default), recipients are put on BCC.
(''since 0.10'')Reference URL for the Trac deployment.

This is the base URL that will be used when producing
documents that will be used outside of the web browsing
context, like for example when inserting URLs pointing to Trac
resources in notification e-mails.Reply-To address to use in notification emails.Require commands to be enclosed in an envelope.

Must be empty or contain two characters. For example, if set to "[]",
then commands must be in the form of [closes #4].Restrict cookies to HTTPS connections.

When true, set the `secure` flag on all cookies so that they
are only sent to the server on HTTPS connections. Use this if
your Trac instance is only accessible through HTTPS. (''since
0.11.2'')SMTP server hostname to use for email notifications.SMTP server port to use for email notification.Send ticket change notification when updating a ticket.Sender address to use in notification emails.Sender name to use in notification emails.Short description of the project.Show IP addresses for resource edits (e.g. wiki).
(''since 0.11.3'')Show email addresses instead of usernames. If false, we obfuscate
email addresses. (''since 0.11'')Show the SQL queries in the Trac log, at DEBUG level.
''(Since 0.11.5)''Specifies the MIME encoding scheme for emails.

Valid options are 'base64' for Base64 encoding, 'qp' for
Quoted-Printable, and 'none' for no encoding, in which case mails will
be sent as 7bit if the content is all ASCII, or 8bit otherwise.
(''since 0.10'')Specifies which search filters should be disabled by
default on the search page. This will also restrict the
filters for the quick search function. The filter names
defined by default components are: `wiki`, `ticket`,
`milestone` and `changeset`.  For plugins, look for
their implementation of the ISearchSource interface, in
the `get_search_filters()` method, the first member of
returned tuple. Once disabled, search filters can still
be manually enabled by the user on the search page.
(since 0.12)Template for project URLs. %s will be replaced with the repo
nameText to prepend to subject line of notification emails.

If the setting is not defined, then the [$project_name] prefix.
If no prefix is desired, then specifying an empty option
will disable it. (''since 0.10.1'')The TracBrowser for Subversion can interpret the `svn:externals`
property of folders. By default, it only turns the URLs into links as
Trac can't browse remote repositories.

However, if you have another Trac instance (or an other repository
browser like [http://www.viewvc.org/ ViewVC]) configured to browse the
target repository, then you can instruct Trac which other repository
browser to use for which external URL. This mapping is done in the
`[svn:externals]` section of the TracIni.

Example:
{{{
[svn:externals]
1 = svn://server/repos1                       http://trac/proj1/browser/$path?rev=$rev
2 = svn://server/repos2                       http://trac/proj2/browser/$path?rev=$rev
3 = http://theirserver.org/svn/eng-soft       http://ourserver/viewvc/svn/$path/?pathrev=25914
4 = svn://anotherserver.com/tools_repository  http://ourserver/tracs/tools/browser/$path?rev=$rev
}}}
With the above, the
`svn://anotherserver.com/tools_repository/tags/1.1/tools` external will
be mapped to `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`
(and `rev` will be set to the appropriate revision number if the
external additionally specifies a revision, see the
[http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book on externals]
for more details).

Note that the number used as a key in the above section is purely used
as a place holder, as the URLs themselves can't be used as a key due to
various limitations in the configuration file parser.

Finally, the relative URLs introduced in
[http://subversion.apache.org/docs/release-notes/1.5.html#externals Subversion 1.5]
are not yet supported.

(''since 0.11'')The base query to be used when linkifying values of ticket
fields. The query is a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].
(''since 0.12'')The date format. Valid options are 'iso8601' for selecting
ISO 8601 format, or leave it empty which means the default
date format will be inferred from the browser's default
language. (''since 1.0'')The date information format. Valid options are 'relative' for
displaying relative format and 'absolute' for displaying absolute
format. (''since 1.0'')The default query for anonymous users. The query is either
in [TracQuery#QueryLanguage query language] syntax, or a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].
(''since 0.11.2'')The default query for authenticated users. The query is either
in [TracQuery#QueryLanguage query language] syntax, or a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].
(''since 0.11.2'')The default style to use for Pygments syntax highlighting.The default timezone to useThe length at which a sha1 should be abbreviated to (must
be >= 4 and <= 40).The maximum number of templates that the template loader will cache
in memory. The default value is 128. You may want to choose a higher
value if your site uses a larger number of templates, and you have
enough memory to spare, or you can reduce it if you are short on
memory.The minimum length of an hex-string for which
auto-detection as sha1 is performed (must be >= 4 and <= 40).The module prefix used in the `authz_file` for the default
repository. If left empty, the global section is used.The path to the Subversion
[http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html authorization (authz) file].
To enable authz permission checking, the `AuthzSourcePolicy` permission
policy must be added to `[trac] permission_policies`.The preferred language to use if no user preference has
been set. (''since 0.12.1'')The workflow for tickets is controlled by plugins. By default,
there's only a `ConfigurableTicketWorkflow` component in charge.
That component allows the workflow to be configured via this section
in the `trac.ini` file. See TracWorkflow for more details.

(''since 0.11'')This section configures InterTrac prefixes. Options in this section
whose name contain a "." define aspects of the InterTrac prefix
corresponding to the option name up to the ".". Options whose name
don't contain a "." define an alias.

The `.url` is mandatory and is used for locating the other Trac.
This can be a relative URL in case that Trac environment is located
on the same server.

The `.title` information is used for providing a useful tooltip when
moving the cursor over an InterTrac link.

The `.compat` option can be used to activate or disable a
''compatibility'' mode:
 * If the targeted Trac is running a version below
   [trac:milestone:0.10 0.10] ([trac:r3526 r3526] to be precise), then
   it doesn't know how to dispatch an InterTrac link, and it's up to
   the local Trac to prepare the correct link. Not all links will work
   that way, but the most common do. This is called the compatibility
   mode, and is `true` by default.
 * If you know that the remote Trac knows how to dispatch InterTrac
   links, you can explicitly disable this compatibility mode and then
   ''any'' TracLinks can become InterTrac links.

Example configuration:
{{{
[intertrac]
# -- Example of setting up an alias:
t = trac

# -- Link to an external Trac:
trac.title = Edgewall's Trac for Trac
trac.url = http://trac.edgewall.org
}}}This section is used to enable or disable components
provided by plugins, as well as by Trac itself. The component
to enable/disable is specified via the name of the
option. Whether its enabled is determined by the option value;
setting the value to `enabled` or `on` will enable the
component, any other value (typically `disabled` or `off`)
will disable the component.

The option name is either the fully qualified name of the
components or the module/package prefix of the component. The
former enables/disables a specific component, while the latter
enables/disables any component in the specified
package/module.

Consider the following configuration snippet:
{{{
[components]
trac.ticket.report.ReportModule = disabled
webadmin.* = enabled
}}}

The first option tells Trac to disable the
[wiki:TracReports report module].
The second option instructs Trac to enable all components in
the `webadmin` package. Note that the trailing wildcard is
required for module/package matching.

To view the list of active components, go to the ''Plugins''
page on ''About Trac'' (requires `CONFIG_VIEW`
[wiki:TracPermissions permissions]).

See also: TracPluginsThis section provides a way to add arbitrary permissions to a
Trac environment. This can be useful for adding new permissions to use
for workflow actions, for example.

To add new permissions, create a new section `[extra-permissions]` in
your `trac.ini`. Every entry in that section defines a meta-permission
and a comma-separated list of permissions. For example:
{{{
[extra-permissions]
extra_admin = extra_view, extra_modify, extra_delete
}}}
This entry will define three new permissions `EXTRA_VIEW`,
`EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permissions
`EXTRA_ADMIN` that grants all three permissions.

If you don't want a meta-permission, start the meta-name with an
underscore (`_`):
{{{
[extra-permissions]
_perms = extra_view, extra_modify
}}}Timeout value for database connection, in seconds.
Use '0' to specify ''no timeout''. ''(Since 0.11)''URL of the icon of the project.URL of the image to use as header logo.
It can be absolute, server relative or relative.

If relative, it is relative to one of the `/chrome` locations:
`site/your-logo.png` if `your-logo.png` is located in the `htdocs`
folder within your TracEnvironment;
`common/your-logo.png` if `your-logo.png` is located in the
folder mapped to the [#trac-section htdocs_location] URL.
Only specifying `your-logo.png` is equivalent to the latter.URL of the main project web site, usually the website in
which the `base_url` resides. This is used in notification
e-mails.URL to link to, from the header logo.Use SSL/TLS to send notifications over SMTP. (''since 0.10'')Use git-committer id instead of git-author id for the
changeset ''Author'' field.Use git-committer timestamp instead of git-author timestamp
for the changeset ''Timestamp'' field.Use the action author as the sender of notification emails.
(''since 1.0'')Username for SMTP server. (''since 0.9'')When true, send a `X-Sendfile` header and no content when sending
files from the filesystem, so that the web server handles the content.
This requires a web server that knows how to handle such a header,
like Apache with `mod_xsendfile` or lighttpd. (''since 1.0'')Whether Wiki formatter should respect the new lines present
in the Wiki text.
If set to 'default', this is equivalent to 'yes' for new environments
but keeps the old behavior for upgraded environments (i.e. 'no').
(''since 0.11'').Whether attachments should be rendered in the browser, or
only made downloadable.

Pretty much any file may be interpreted as HTML by the browser,
which allows a malicious user to attach a file containing cross-site
scripting attacks.

For public sites where anonymous users can create attachments it is
recommended to leave this option disabled (which is the default).Whether consecutive changesets from the same author having
exactly the same message should be presented as one event.
That event will link to the range of changesets in the log view.
(''since 0.11'')Whether login names should be converted to lower case
(''since 0.9'').Whether raw files should be rendered in the browser, or only made
downloadable.

Pretty much any file may be interpreted as HTML by the browser,
which allows a malicious user to create a file containing cross-site
scripting attacks.

For open repositories where anyone can check-in a file, it is
recommended to leave this option disabled (which is the default).Whether the IP address of the user should be checked for
authentication (''since 0.9'').Whether wiki formatting should be applied to changeset messages.

If this option is disabled, changeset messages will be rendered as
pre-formatted text.Whether wiki-formatted changeset messages should be multiline or
not.

If this option is not specified or is false and `wiki_format_messages`
is set to true, changeset messages will be single line only, losing
some formatting (bullet points, etc).Whether wiki-formatted event messages should be truncated or not.

This only affects the default rendering, and can be overriden by
specific event providers, see their own documentation.
(''Since 0.11'')Which formatter flavor (e.g. 'html' or 'oneliner') should be
used when presenting the description for new tickets.
If 'oneliner', the [timeline] abbreviated_messages option applies.
(''since 0.11'').Which width of ambiguous characters (e.g. 'single' or
'double') should be used in the table of notification mail.

If 'single', the same width as characters in US-ASCII. This is
expected by most users. If 'double', twice the width of
US-ASCII characters.  This is expected by CJK users. ''(since
0.12.2)''Width of the header logo image in pixels.Wrap `GitRepository` in `CachedRepository`.Project-Id-Version:  Trac
Report-Msgid-Bugs-To: http://trac.edgewall.org/
POT-Creation-Date: 2013-02-02 15:20+0100
PO-Revision-Date: 2013-01-28 03:17+0000
Last-Translator: YT H <dev@theYT.net>
Language: ko
Language-Team: Korean (http://www.transifex.com/projects/p/trac/language/ko/)
Plural-Forms: nplurals=1; plural=0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Generated-By: Babel 2.8.0
색상 척도를 선형 보간할 때 중간 항목에 해당하는 (R,G,B) 색상을 설정합니다 (`intermediate_point` 참고).
설정되지 않으면, `oldest_color`와 `newest_color`의 중간 색상이 사용됩니다.
(''0.11 버전부터'')가장 새로운 항목에 해당하는 (R,G,B) 색상을 설정합니다. 이것은 `color_scale`이 활성화 되었을 때, ''수정한 사람 보기'' 또는 저장소 탐색기 ''오래됨''열의 색상 척도에서 사용됩니다.
(''0.11 버전부터'')가장 오래된 항목에 해당하는 (R,G,B) 색상을 설정합니다. 이것은 `color_scale`이 활성화 되었을 때, ''수정한 사람 보기'' 또는 저장소 탐색기 ''오래됨''열의 색상 척도에서 사용됩니다.
(''0.11 버전부터'')알림 제목을 위해 사용되는 Genshi 텍스트 템플릿입니다.

제목 템플릿의 기본값은 `$prefix #$ticket.id: $summary`입니다. `$prefix`는 `smtp_subject_prefix` 설정의 값입니다. (''0.11 버전부터'')헤더 로고의 대체 텍스트입니다.항상 티켓 ''작성자'' 필드의 모든 주소에 알림을 전송합니다.티켓 속성을 변경한 사람이나 이전에 티켓을 변경한 적이 있는 사용자에게 항상 알림을 전송합니다.항상 티켓 소유자에게 알림을 전송합니다 (''0.9 버전부터'').티켓의 작업 흐름을 이제 설정할 수 있기 때문에, 티켓의 상태도 여러가지가 될 수 있습니다. 따라서 닫힌 티켓과 나머지들로 보여주는 것은 경우에 따라 적절하지 않을 수 있습니다.
이 구역에서는 마일스톤 진행 막대에서 다른 색상으로 보여 줄 상태들의 ''그룹''을 정의할 수 있습니다.

티켓의 //상태//로만 그룹지을 수 있다는 점에 주의하십시오. 예를 들어, 닫힌 티켓들을 //해결 방법//에 따라 그룹 구분할 수는 없습니다.

다음은 //closed//, //new//, //active//의 세 가지 그룹이 있는 예제 환경 설정입니다 (기본값은 closed와 active 그룹만 있음):
{{{
# 'closed' 그룹은 닫힌 티켓에 대응됨
closed = closed

# .order: 진행 막대에서의 순서 번호
closed.order = 0

# .query_args: 관련된 질의에 대한 선택적인 인수들입니다.
#              이 예제에서는 두 개의 열('created'와 'modified')을 추가로 표시하고,
#              정렬 기준이 'created'라는 점이 기본값과 다릅니다.
closed.query_args = group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime

# .overall_completion: 그룹이 전체 완료율을 집계하는 데 포함됨을 나타냅니다
closed.overall_completion = true

new = new
new.order = 1
new.css_class = new
new.label = new

# 참고: 남아 있는 모든 상태들에 대한 그룹을 정의할 수 있습니다
active = *
active.order = 2

# .css_class: 해당 그룹 구간을 위한 CSS 클래스
active.css_class = open

# .label: 이 그룹에 대해 표시할 레이블
active.label = in progress
}}}

그룹 정의 부분에는 사용 가능한 상태들의 쉼표로 구분된 목록을 입력합니다. 또한 '*'는 모든 상태를 의미하며, 남아 있는 상태들을 그 그룹과 연관짓는데 사용할 수 있습니다.

CSS 클래스는 new (노랑), open (무색), closed (초록) 중의 하나입니다. 다른 스타일은 사용자 지정 CSS 규칙을 [TracInterfaceCustomization#SiteAppearance site/style.css] 파일에 추가하여 사용할 수 있습니다. 규칙의 예:
`table.progress td.<class> { background: <color> }`

(''0.11 버전부터'')수정된 다음에 템플릿 파일을 자동으로 다시 불러옵니다.`/chrome/common/` 이하의 핵심 정적 리소스를 제공하는 기본 URL입니다.

빈 값으로 놓아두면 Trac이 자체적으로 리소스를 전달합니다.

고급 사용자는 [TracAdmin trac-admin ... deploy <deploydir>] 명령과 함께 이 설정을 사용하여, Trac의 정적 리소스를 웹 서버가 직접 전달하도록 할 수 있습니다.
하지만 이 설정은 `<deploydir>/htdocs/common` 디렉토리에만 적용된다는 점에 유의하십시오. 다른 리소스들(예를 들어 플러그인의 리소스)은 이 방법으로 처리되지 않으며 추가적인 rewrite 규칙이 웹 서버에 필요할 것입니다.이 Trac의 오류 발생이 보고될 Trac 인스턴스의 기본 URL입니다.

이 값은 절대 또는 상대 URL일 수 있으며, 이 Trac 인스턴스를 가리키려면 '.'으로 지정합니다. 빈 값으로 지정하면 보고 버튼이 비활성화 됩니다. (''0.11.3 버전부터'')문자셋이 확실하지 않을 때 사용할 값입니다.참조된 티켓에 대해, 커미터가 요청된 동작을 수행할 권한이 있는지 확인합니다.

이를 위해서는 Trac과 저장소 동작에서 사용되는 사용자 이름이 같아야 합니다.브랜치로 분류될, 쉼표로 구분된 경로의 목록입니다.
만일 경로가 '*'로 끝난다면, 해당 경로 이하의 모든 디렉토리 항목이 포함될 것입니다.
예제: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`태그로 분류될, 쉼표로 구분된 경로의 목록입니다.
만일 경로가 '*'로 끝난다면, 해당 경로 이하의 모든 디렉토리 항목이 포함될 것입니다.
예제: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`이진 데이터로 처리될, 쉼표로 구분된 MIME 형식의 목록입니다. (''0.11.5 버전부터'')저장소 관리 패널에서 저장소를 추가하거나 편집할 때 저장소 디렉토리 앞에 붙을 문자열에 대한, 쉼표로 구분된 목록입니다.
목록이 비어 있으면, 모든 저장소 디렉토리가 허용됩니다. (''0.12.1 버전부터'')[TracRevisionLog 리비전 기록] 그래프 표시를 위해 사용될 색상의 쉼표로 구분된 목록입니다. (''1.0 버전부터'')유효한 메일 주소로 처리되어야 하는, 쉼표로 구분된 도메인의 목록입니다 (localdomain 등).메일 주소의 일부분으로 처리되지 않아야 하는, 쉼표로 구분된 도메인의 목록입니다 (Kerberos 도메인의 사용자 이름).저장소 탐색기에서 숨길 버전 관리 속성의 쉼표로 구분된 목록입니다. (''0.9 버전부터'')저장소 탐색기에서 한 줄 위키 내용으로 처리될, 버전 관리 속성의 쉼표로 구분된 목록입니다.

(''0.11 버전부터'')저장소 탐색기에서 위키 내용으로 처리될, 버전 관리 속성의 쉼표로 구분된 목록입니다.

(''0.11 버전부터'')공백으로 구분된, 참조를 추가하는 명령어의 목록입니다.

특별한 값인 <ALL>로 지정하면, 메시지에 나타난 모든 티켓이 변경사항에서 참조됩니다.공백으로 구분된, 티켓을 닫는 명령어의 목록입니다.사용자 정의 로깅 형식입니다.

설정되어 있지 않다면, 다음 값이 사용됩니다:

Trac[$(module)s] $(levelname)s: $(message)s

파이썬 로거 라이브러리에서 지원되는 일반적인 키 이름 (http://docs.python.org/library/logging.html 참조) 이외에도, 다음을 사용할 수 있습니다:

- $(path)s     현재 저장소의 경로
- $(basename)s 현재 저장소 경로의 마지막 요소
- $(project)s  프로젝트 이름

`%(...)s` 대신 `$(...)s`를 사용해야 (형식은 동일) 설정 해석기에 의해 처리될 수 있음에 유의하십시오.

예제: `($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`

(''0.10.5 버전부터'')데이터베이스 백업 위치입니다.이 프로젝트의 데이터베이스 연결 [wiki:TracEnvironment#DatabaseConnectionStrings 문자열]을 지정합니다.새로 생성될 티켓의 기본 참조자 목록입니다.새로 생성될 티켓의 기본 컴포넌트입니다.새로 생성될 티켓의 기본 설명입니다.지정하지 않았을 때 주소에 덧붙을, 기본 호스트 또는 도메인입니다.새로 생성될 티켓의 기본 키워드입니다.새로 생성될 티켓의 기본 마일스톤입니다.타임라인에서 보여 줄 날짜 수(일)입니다. (''0.9 버전부터'')새로 생성될 티켓의 기본 소유자입니다.새로 생성될 티켓의 기본 우선순위입니다.기본 저장소 커넥터 형식입니다. (''0.10 버전부터'')

이 값은 [⁠[TracIni#repositories-section repositories]⁠] 구역에서 정의한 저장소나 "저장소" 관리 패널의 기본 저장소 형식으로도 사용됩니다. (''0.12 버전부터'')티켓을 해결할 때 (닫을 때)의 기본 해결방법입니다 (''0.11 버전부터'').새로 생성될 티켓의 기본 중요도입니다.새로 생성될 티켓의 기본 개요(제목)입니다.새로 생성될 티켓의 기본 유형입니다 (''0.9 버전부터'').[TracRevisionLog 리비전 기록]의 limit 인수에 대한 기본값입니다. (''0.11 버전부터'')새로 생성될 티켓의 기본 버전입니다.Git 저장소 경로의 문자셋 인코딩을 지정합니다.파일 미리보기에서 표시될 탭 너비입니다. (''0.9 버전부터'')너무 큰 용량의 덧글이 있는 티켓을 허용하지 않습니다. (''0.11.2 버전부터'')너무 큰 용량의 설명이 있는 티켓을 허용하지 않습니다. (''0.11 버전부터'')프로젝트 관리자의 메일 주소입니다.항상 알림 메일을 보낼 주소입니다. 이 주소는 모든 수신자가 볼 수 있습니다 (참조:).항상 알림 메일을 보낼 주소입니다. 이 주소는 다른 수신자가 볼 수 없습니다 (숨은 참조:). (''0.10 버전부터'')''오래됨'' 열의 색상 표시를 활성화합니다.

이것은 소스 코드 수정한 사람 보기에서와 같은 색상 척도를 사용합니다: 파란색은 오래된 것이며, 빨간색은 새로운 것입니다. (''0.11 버전부터'')메일 알림을 활성화합니다.커밋 트리에 대한 영구 캐싱을 활성화합니다.Git 메일 주소를 Trac 사용자 ID로 역매핑합니다 (사용자가 많다면 오래 걸림).열기/닫기 동작 이외에, 모든 티켓 변경 사항이 타임라인에 표시되도록 합니다 (''0.9 버전부터'').CamelCase 자동 링크의 대상이 존재하지 않는 페이지일 때, 강조 표시할 지 여부입니다 (''0.9 버전부터'').CamelCase 형식의 [WikiPageNames 위키 페이지 이름] 단어 사이에 띄어쓰기를 삽입할 지 여부입니다 (''0.10 버전부터'').HTML [wiki:WikiProcessors 위키 프로세서]에서 `<script>`나 `<embed>`와 같은 안전하지 않은 HTML 태그를 사용하는 것을 활성화/비활성화 합니다 (''0.10.4 버전부터'').

익명의 사용자가 위키 페이지를 편집할 수 있는 공개 사이트에서는, 이 설정을 비활성화 하는 것을 권장합니다 (기본값).`[interwiki]` 구역의 각 설정은 하나의 InterWiki 접두어를 정의합니다.
설정의 이름에는 접두어를 입력합니다. 설정의 값에는 URL을 입력하며, 선택적으로 공백으로 구분하여 설명을 입력할 수 있습니다. 변수를 사용하는 URL도 지원합니다.

'''예제:'''
{{{
[interwiki]
MeatBall = http://www.usemod.com/cgi-bin/mb.pl?
PEP = http://www.python.org/peps/pep-$1.html 파이썬 개선 제안서 $1
tsvn = tsvn: TortoiseSvn과 상호작용
}}}헤더 로고 이미지의 픽셀 높이입니다.`log_type`이 `file`이라면, 이 값은 로그 파일의 경로여야 합니다. 상대 경로는 Trac 저장소의 `log` 디렉토리를 기준으로 해석됩니다.0 이상 1 미만의 값으로 설정할 경우, 색상 값을 보간할 때 `intermediate_color`를 사용할 지점이 됩니다.
(''0.11 버전부터'')이 구역에서, 티켓의 추가 필드를 정의할 수 있습니다. 자세한 정보는 [[TracTicketsCustomFields]]를 보십시오.위키 자동 미리보기 화면이 갱신될 때까지의 비활동 대기 시간을 초로 지정합니다. 이 설정에는 실수값을 입력할 수 있습니다.
값이 낮을수록, 서버에 더 많은 요청이 이루어집니다. 0으로 설정하면 자동 미리보기 기능을 비활성화 합니다. 기본값은 2.0 초입니다. (''0.12 버전부터'')로그의 상세도입니다.

(`CRITICAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`) 중 하나여야 합니다.인증 쿠키의 유효 시간을 초 단위로 지정합니다.

이 값은 얼마 동안 브라우저가 인증 정보를 저장할 지를 결정하며, 따라서 이 시간 동안 비활성 상태였다면 사용자는 다시 로그인 해야 합니다.
기본값 0은 브라우징 세션 종료 시에 쿠키가 만료되도록 합니다. (''0.12 버전부터'')ticket_subject_template와 유사하지만 일괄 수정을 위해 사용됩니다.

템플릿의 기본값은 `$prefix Batch modify: $tickets_descr`입니다. (''1.0 버전부터'')"안전한" 것으로 간주되는 URI 스킴의 목록입니다. 이것들은 `[wiki] render_unsafe_content`가 거짓으로 설정되어도 외부 링크로 표시될 것입니다. (''0.11.8 버전부터'')MIME 형식과 키워드 매핑의 추가적인 목록입니다.
매핑은 쉼표로 구분되어 있는 목록이며, 각 매핑은 MIME 형식을 먼저 나열하고, 쌍점(":")으로 구분하여 연관된 키워드 또는 파일 확장자가 덧붙습니다. (''0.10 버전부터'')MIME 형식과 연관된 파일명 패턴의 추가적인 목록입니다.
매핑은 쉼표로 구분되어 있는 목록이며, 각 매핑은 MIME 형식, 쌍점 (":"), 파일명 일치 검사에 사용할 파이썬 정규식으로 구성됩니다. (''1.0 버전부터'')Enscript에 추가로 알릴 MIME 형식의 목록입니다.
각각에 대해, `MIME형식:모드:품질` 값쌍을 정의합니다. 여기에서 `MIME형식`은 MIME 형식을, `모드`는 변환에 사용될 Enscript 모드를, `품질`은 변환에 관계된 품질 비율을 의미합니다.
이는 또한 Enscript 렌더에서 사용되는 기본 품질 비율(2)을 덮어쓰는 데 사용할 수 있습니다 (''0.10 버전부터'').Pygments에 추가로 알릴 MIME 형식의 목록입니다.

각각에 대해, `MIME형식:모드:품질` 값쌍을 정의합니다. 여기에서 `MIME형식`은 MIME 형식을, `모드`는 변환에 사용될 Pygments 모드를, `품질`은 변환에 관계된 품질 비율을 의미합니다.
이는 또한 Pygments 렌더에서 사용되는 기본 품질 비율을 덮어쓰는 데 사용할 수 있습니다 (''0.10 버전부터'').SilverCity에 추가로 알릴 MIME 형식의 목록입니다.
각각에 대해, `MIME형식:모드:품질` 값쌍을 정의합니다. 여기에서 `MIME형식`은 MIME 형식을, `모드`는 변환에 사용될 SilverCity 모드를, `품질`은 변환에 관계된 품질 비율을 의미합니다.
이는 또한 SilverCity 렌더에서 사용되는 기본 품질 비율(3)을 덮어쓰는 데 사용할 수 있습니다 (''0.10 버전부터'').`IPermissionPolicy`를 구현하는 컴포넌트의 목록이며, 적용되어야 하는 순서대로 나열합니다. 이 컴포넌트들은 Trac 리소스에 대한 세밀한 접근 제어를 관리합니다.
기본값은 DefaultPermissionPolicy(0.11 이전 버전의 동작)와 LegacyAttachmentPolicy(ATTACHMENT_* 권한을 각 영역(realm)별 권한으로 대응함)입니다.매 페이지 요청마다 동기화 되어야 하는 저장소의 목록입니다.

모든 저장소에 대해 `trac-admin $ENV changeset added`를 호출하는 post-commit hook을 설정했다면, 이 설정을 비워 두십시오 (권장됨).
아닐 경우, 쉼표로 구분된 저장소 이름의 목록을 입력하십시오.
이 설정은 성능에 안좋은 영향을 끼치며, 여기에 지정한 저장소로부터 변경사항 리스너가 이벤트를 받는 것을 막는다는 점에 유의하십시오.
이전 버전 호환성을 위해, 기본값은 기본 저장소를 동기화 하는 것입니다. (''0.12 버전부터'')다운로드 할 수 있는 저장소 경로의 목록입니다.

빈 칸으로 놓아두면 모든 다운로드가 비활성화 됩니다.
아닐 경우 접근 허용된 경로에 대한 쉼표로 구분된 목록을 입력합니다 (경로들은 glob 패턴으로, "*"이 아무개 문자로 사용될 수 있음).
다중 저장소 환경에서 경로가 기본 저장소를 가리키지 않는 경우, 저장소 이름 부분까지 포함된 경로를 입력해야 합니다 (예: /reponame/trunk).
경로에 대해 단순히 접두어 비교만 수행하기 때문에, 별칭이 자동적으로 처리되지 않음에 유의하십시오. (''0.10 버전부터'')authz 정책 설정 파일의 위치입니다.MySQL 데이터베이스 백업을 위한 mysqldump의 위치입니다.Postgres 데이터베이스 백업을 위한 pg_dump의 위치입니다.사용할 로깅 대상을 지정합니다.

(`none`, `file`, `stderr`, `syslog`, `winlog`) 중 하나여야 합니다.`<textarea>` 필드의 크기를 조정 가능하게 합니다. !JavaScript가 필요합니다. (''0.12 버전부터'')티켓 소유자 필드에 드롭다운 메뉴를 사용합니다.
이 설정을 활성화 하기 전에 성능에 끼치는 영향을 이해하고 있어야 합니다.
[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List] 항목을 참조하십시오.

드롭다운 메뉴에 있는 메일 주소는 난독화 되지 않으므로, 메일 주소가 보호되어야 한다면 이 설정을 사용하지 않아야 함을 유의하십시오.
(''0.9 버전부터'')티켓과 위키 페이지 첨부 파일에 허용할 최대 크기(바이트)입니다.`.zip` 압축 파일로 묶어서 받을 수 있도록 표시될, 첨부 파일 크기 합계의 최대값(바이트)입니다. 값을 -1로 설정하면 이 기능을 해제합니다.
(''1.0 버전부터'')위키 페이지의 최대 크기(바이트)입니다. (''0.11.2 버전부터'')HTML 미리보기의 최대 허용 파일 크기입니다. (''0.9 버전부터'')타임라인에서 보여줄 수 있는 최대 날짜 수(-1은 무제한)입니다. (''0.11 버전부터'')변경사항 보기에서 변경된 사항을 인라인으로 보여줄, 변경된 파일의 최대 수입니다 (''0.10 버전부터'').변경사항 보기에서 변경된 사항을 인라인으로 보여줄, 변경된 파일의 최대 용량의 합(이전 크기 더하기 새 크기)입니다 (''0.10 버전부터'').검색을 수행할 때 입력해야 하는 최소 문자열 길이입니다.`IEmailSender`를 구현하는 컴포넌트의 이름입니다.

이 컴포넌트는 메일을 보내기 위해 알림 시스템에서 사용됩니다.
Trac은 현재 SMTP 서버에 연결하기 위해 `SmtpEmailSender`를, `sendmail` 호환 명령 실행을 위해 `SendmailEmailSender`를 제공합니다. (''0.12 버전부터'')`IPermissionStore`를 구현하는 컴포넌트의 이름입니다. 이 컴포넌트는 사용자와 그룹 권한을 관리하는 데 사용됩니다.`ITicketGroupStatsProvider`를 구현하는 컴포넌트의 이름입니다. 이 컴포넌트는 마일스톤 보기에 표시할 티켓 그룹에 대한 통계를 수집하는 데 사용됩니다.`ITicketGroupStatsProvider`를 구현하는 컴포넌트의 이름입니다. 이 컴포넌트는 로드맵 보기에 표시할 티켓 그룹에 대한 통계를 수집하는 데 사용됩니다.기본 URL에 대한 요청을 처리하는 컴포넌트의 이름입니다.

설정값은 `TimelineModule`, `RoadmapModule`, `BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`, `WikiModule`을 포함합니다. 기본값은 `WikiModule`입니다. (''0.9 버전부터'')프로젝트의 이름입니다.`show_email_addresses`가 거짓이고 사용자에게 EMAIL_VIEW 권한이 없어도, 위키 페이지에 명시적으로 적혀 있는 `mailto:` 링크를 난독화 하지 않습니다 (''0.11.6 버전부터'').보여 줄 파일의 수입니다 (`-1`이면 무제한, `0`이면 비활성화).

`location`으로 설정하면, 변경된 파일의 공통 접두사를 표시합니다 (''0.11 버전부터'').보고서의 RSS 피드에서 표시될 티켓의 수입니다 (''0.11 버전부터'').티켓 검색에서, 기본적으로 페이지 당 보여 줄 티켓의 수입니다 (''0.11 버전부터'').티켓 보고서에서, 기본적으로 페이지 당 보여 줄 티켓의 수입니다 (''0.11 버전부터'').새로운 저장소를 등록하는 방법 중의 하나는 `trac.ini` 파일의 `[repositories]` 구역에 입력하는 것입니다.

이 방법은 특히 저장소 별칭을 설정하거나, 단기 사용 용도의 저장소를 등록하거나, 설치의 초기 단계에서 적합합니다.

이 구역에서 사용하는 형식에 대해서는 [TracRepositoryAdmin#ReposTracIni TracRepositoryAdmin]를 참고하시고, 다른 방법들에 대해서는 그 페이지의 다른 내용들을 보십시오.

(''0.12 버전부터'')선택적으로 리디렉션에 `[trac] base_url`을 사용합니다.

특정 환경에서, 보통 HTTP Proxy 뒤에서 Trac이 실행되고 있을 때, Trac은 접근하는 데 사용되는 URL을 자동으로 재구성 할 수 없습니다.
Trac이 `base_url` 설정을 리디렉션에도 사용하도록 하기 위해 이 설정을 사용할 수 있습니다.
이렇게 하는 것은, 리디렉션이 보통 사용되는 것처럼, 이 환경이 해당 URL로 접근하는 경우에만 사용 가능하게 한다는 한계가 있습니다. ``(0.10.5 버전부터)```mainnav` 탐색 막대에 항목을 표시하는 순서이며, ID로 나열합니다. [[TracNavigation]]을 참고하십시오.`metanav` 탐색 막대에 항목을 표시하는 순서이며, ID로 나열합니다. [[TracNavigation]]을 참고하십시오.모든 요청에 적용될 필터를 순서대로 나열한 목록입니다 (''0.10 버전부터'').티켓 작업에 사용될 작업 흐름 컨트롤러에 대한 정렬된 목록입니다 (''0.11 버전부터'').페이지 바닥글 텍스트 (오른쪽 정렬됨).SMTP 서버의 비밀번호입니다. (''0.9 버전부터'')인증 쿠키의 경로입니다. 여러 Trac 인스턴스에서 쿠키를 공유하려면 이 값을 인스턴스들의 공통 기본 경로로 설정하십시오. (''0.12 버전부터'')Gitweb 형식의 projects.list 파일 경로입니다.//공유 htdocs 디렉토리//의 경로입니다.

common, site 디렉토리나 정적 리소스들은 환경 URL 밑의 /chrome/shared 로 대응됩니다.

이는 다중 Trac 환경에 대한 공통 인터페이스 사용자 정의를 위한 site.html 파일에 유용합니다.

(''1.0 버전부터'')//공유 플러그인 디렉토리//의 경로입니다.

이 디렉토리에 있는 플러그인은 각 저장소의 `plugins` 디렉토리에 있는 것과 함께 로드되며, 이 디렉토리에 있는 것이 우선권을 갖습니다.

(''0.11 버전부터'')//공유 템플릿 디렉토리//의 경로입니다.

이 디렉토리의 템플릿은 각 저장소의 `templates` 디렉토리에 있는 것과 함께 로드되지만, 후자가 우선권을 갖습니다.

(''0.11 버전부터'')Enscript 실행 파일의 경로입니다.PHP 실행 파일의 경로입니다 (''0.9 버전부터'').Git 프로젝트의 기본 경로입니다.기본 저장소의 경로입니다. 상대 경로로 지정할 수도 있습니다 (''0.11 버전부터'').

이 설정은 더 이상 사용되지 않습니다. 저장소는 [TracIni#repositories-section repositories] 구역 또는 "저장소" 관리 패널을 이용하여 정의되어야 합니다. (''0.12 버전부터'')Git 실행 파일의 경로입니다.sendmail 실행 파일의 경로입니다.

sendmail 프로그램은 `-i`와 `-f` 옵션을 처리할 수 있어야 합니다. (''0.12 버전부터'')SQLite 확장의 경로이며, Trac 저장소 디렉토리에 상대적으로 또는 절대 경로로 지정합니다. (''0.12 버전부터'')호스트나 도메인이 없는 메일 주소(사용자 이름만 있는)를 허용합니다.

SMTP 서버가 이 주소들을 받아들여야 하며, 전체 주소 도메인 이름(FQDN)을 덧붙이거나 로컬로 전달합니다. (''0.10 버전부터'')수신자가 다른 참조 수신자의 메일 주소를 볼 수 있도록 합니다.

이 설정이 비활성화 되어 있으면(기본값), 수신자는 숨은 참조로 들어갑니다. (''0.10 버전부터'')설치된 Trac의 기준 URL입니다.

이것은 웹 탐색 상황이 아닐 때 사용되는 문서를 만드는 경우(예를 들어, 알림 메일에서 Trac 자원을 가리키는 URL을 삽입)의 기본 URL입니다.알림 메일에서 사용할 회신 대상 주소입니다.명령어를 둘러싸는 문자를 지정합니다.

값은 비어 있거나 두 글자여야 합니다. 예를 들어 "[]"로 설정하면, 명령어는 [closes #4]와 같은 형태여야 합니다.쿠키 사용을 HTTPS 연결에만 제한합니다.

true로 설정하면, HTTPS 연결을 사용하는 서버에만 쿠키가 전송되도록 `secure` 플래그를 설정합니다.
HTTPS로만 Trac을 접근할 경우에 이 설정을 사용하십시오. (''0.11.2 버전부터'')메일 알림에 사용될 SMTP 서버 호스트 이름입니다.메일 알림에 사용될 SMTP 서버 포트 번호입니다.티켓을 변경할 때 티켓 변경 알림이 전송되도록 합니다.알림 메일에서 사용할 보낸 사람 주소입니다.알림 메일에서 사용할 보낸 사람 이름입니다.프로젝트에 대한 짧은 설명입니다.자원 편집(예: 위키)에 대해 IP 주소를 표시합니다. (''0.11.3 버전부터'')사용자 이름 대신 메일 주소를 표시합니다. 거짓으로 설정하면, 메일 주소를 난독화 처리할 것입니다. (''0.11 버전부터'')DEBUG 수준일 때, SQL 질의가 Trac 로그에 기록되도록 합니다. (''0.11.5 버전부터'')메일의 MIME 인코딩 방식을 지정합니다.

Base64 인코딩은 'base64'를, Quoted-Printable은 'qp'를, 인코딩 하지 않을 경우 (ASCII 내용만 있을 경우 7비트로, 아닐 경우 8비트로 전송) 'none'을 입력합니다.
(''0.10 버전부터'')검색 페이지에서 기본적으로 비활성화 해 놓을 검색 필터를 지정합니다. 이것은 빠른 검색 기능에서 적용될 필터에도 영향을 미칩니다.
기본 컴포넌트에서 정의된 필터 이름은 `wiki`, `ticket`, `milestone`, `changeset`입니다.
플러그인에 대해서는, ISearchSource 인터페이스의 구현에서 `get_search_filters()` 메소드가 반환하는 튜플의 첫 번째 멤버를 보십시오.
비활성화 된 필터는 사용자가 검색 페이지에서 수동으로 다시 활성화 할 수 있습니다. (''0.12 버전부터'')프로젝트 URL의 템플릿입니다. %s는 저장소 이름으로 교체됩니다.알림 메일의 제목 앞에 덧붙일 텍스트입니다.

설정을 정의하지 않았다면, [$project_name]이 덧붙습니다. 덧붙이는 텍스트를 없애고 싶다면, 빈 내용으로 설정하십시오. (''0.10.1 버전부터'')Trac의 Subversion [TracBrowser 저장소 탐색기]는 폴더의 `svn:externals` 속성을 해석할 수 있습니다. Trac이 원격 저장소를 탐색할 수 없기 때문에, 기본으로 이는 URL을 링크로 변환시키기만 합니다.

하지만 대상 저장소를 탐색할 수 있는 다른 Trac 인스턴스(또는 [http://www.viewvc.org/ ViewVC]와 같은 저장소 탐색기)가 있다면, 외부 URL에 대해 어떤 저장소 탐색기를 사용할 지 Trac에 지시할 수 있습니다. 이 매핑은 [[wiki:TracIni]]의 `[svn:externals]` 구역에 정의합니다.

예제:
{{{
[svn:externals]
1 = svn://server/repos1                       http://trac/proj1/browser/$path?rev=$rev
2 = svn://server/repos2                       http://trac/proj2/browser/$path?rev=$rev
3 = http://theirserver.org/svn/eng-soft       http://ourserver/viewvc/svn/$path/?pathrev=25914
4 = svn://anotherserver.com/tools_repository  http://ourserver/tracs/tools/browser/$path?rev=$rev
}}}
위 예제와 같이 설정했을 때, `svn://anotherserver.com/tools_repository/tags/1.1/tools` 외부 주소는 `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=` 로 연결됩니다. 또한 외부 저장소에 대해 리비전이 지정되었다면, `rev` 인수는 해당되는 리비전 번호로 설정됩니다 (자세한 정보는 [http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book on externals]를 참조하십시오).

참고로, 이 구역에서는 숫자가 키이며 이는 자리 표시자로만 사용되었습니다. 설정 파일 해석기의 한계로 URL을 키로 사용할 수 없기 때문입니다.

마지막으로, [http://subversion.apache.org/docs/release-notes/1.5.html#externals Subversion 1.5]에서 도입된 상대 URL은 아직 지원되지 않습니다.

(''0.11 버전부터'')티켓 필드 값에 걸리는 링크에서 사용할 기본 질의문입니다.
질의문은 `query:` [TracQuery#UsingTracLinks Trac 링크]에서 `?`로 시작하는 URL 질의 문자열입니다.
(''0.12 버전부터'')날짜 형식입니다. ISO 8601 형식을 선택하려면 'iso8601'로 설정하고, 빈 값으로 두면 웹 브라우저의 기본 언어 설정으로부터 유추된 기본 날짜 형식을 사용합니다.날짜 정보의 형식입니다. 'relative'로 설정하면 상대 형식으로, 'absolute'로 설정하면 절대 형식으로 표시합니다. (''1.0 버전부터'')익명 사용자의 기본 질의문입니다.
질의문은 [TracQuery#QueryLanguage 질의 언어] 형식이거나, `query:` [TracQuery#UsingTracLinks Trac 링크]에서 `?`로 시작하는 URL 질의 문자열입니다.
(''0.11.2 버전부터'')인증 사용자의 기본 질의문입니다.
질의문은 [TracQuery#QueryLanguage 질의 언어] 형식이거나, `query:` [TracQuery#UsingTracLinks Trac 링크]에서 `?`로 시작하는 URL 질의 문자열입니다.
(''0.11.2 버전부터'')Pygments 구문 강조에서 사용될 기본 스타일입니다.기본 시간대입니다.SHA1 값이 축약되어야 하는 문자 길이입니다 (4 이상 40 이하).템플릿 로더가 메모리에 캐시 할 최대 템플릿 수입니다. 기본값은 128입니다.
사이트가 많은 수의 템플릿을 이용한다면 큰 값을 입력할 수 있으며, 이 경우 충분한 메모리가 있어야 합니다. 메모리가 부족하다면 값을 줄일 수 있습니다.SHA1 값으로 자동 인식 할 16진수 문자열의 최소 길이입니다 (4 이상 40 이하).기본 저장소의 `authz_file`에 사용될 모듈 접두어입니다. 빈 칸으로 놓아두면 global 구역이 사용됩니다.Subversion [http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html 인증 (authz) 파일]의 경로입니다.
authz 권한 확인을 활성화 하려면, `[trac] permission_policies` 항목에 `AuthzSourcePolicy` 권한 정책이 추가되어야 합니다.사용자 설정이 없을 때 사용할 기본 언어입니다. (''0.12.1 버전부터'')티켓의 작업 흐름은 플러그인에 의해 조정됩니다. 기본적으로, 이를 담당하는 컴포넌트는 `ConfigurableTicketWorkflow` 뿐입니다.
이 컴포넌트는 `trac.ini` 파일의 현재 구역을 통해 업무 흐름이 구성될 수 있도록 합니다. 자세한 정보는 [TracWorkflow]를 보십시오. (''0.11 버전부터'')이 구역에서는 InterTrac 접두어를 설정합니다.
Options in this section whose name contain a "." define aspects of the InterTrac prefix corresponding to the option name up to the ".".
"."을 포함하지 않는 이름은 별칭을 정의하는 것입니다.

`.url`은 필수적이며 다른 Trac의 위치를 파악하는 데 사용됩니다. 해당 Trac 저장소가 같은 서버에 있다면 이 값을 상대 URL로 지정할 수 있습니다.

`.title` 정보는 InterTrac 링크에 마우스 커서를 올려놓았을 때 표시되는 툴팁에 사용됩니다.

`.compat` 설정은 ''호환성'' 모드를 활성화 하거나 비활성화 하는 데 사용됩니다:
 * 대상 Trac이 [trac:milestone:0.10 0.10] (정확히 [trac:r3526 r3526]) 버전 이하라면, InterTrac 링크를 다루는 법을 알지 못합니다. 따라서 로컬 Trac이 올바른 링크를 준비해야 합니다.
   모든 링크가 이 방법으로 동작하지는 않지만, 일반적으로는 됩니다. 이것이 호환성 모드이며, 기본값으로 `true`입니다.
 * 만일 다른 Trac이 InterTrac 링크를 다루는 방법을 안다면, 호환성 모드를 명시적으로 해제할 수 있습니다. ''어느'' [TracLinks Trac 링크]나 InterTrac 링크가 될 수 있습니다.

예제 설정:
{{{
[intertrac]
# -- 별칭을 설정하는 예제:
t = trac

# -- 외부 Trac에 연결:
trac.title = Trac에 대한 Edgewall의 Trac
trac.url = http://trac.edgewall.org
}}}이 구역은 Trac 자신 뿐만 아니라 플러그인에 의해 제공되는 컴포넌트들을 활성화 또는 비활성화 하는 데 사용됩니다.
활성화 또는 비활성화 할 컴포넌트는 설정의 이름 부분에 지정합니다. 활성화 여부는 설정의 값 부분으로 결정되며, 활성화 하려면 `enabled` 또는 `on` 값으로, 비활성화 하려면 다른 값으로 (일반적으로 `disabled`나 `off`) 설정합니다.

설정의 이름 부분은 컴포넌트의 완전한 이름이거나 모듈 또는 패키지 접두어입니다.
전자의 경우 특정 컴포넌트 하나의 상태만을 설정하며, 후자는 지정한 모듈 또는 패키지에 속한 모든 컴포넌트의 상태를 설정합니다.

다음 예제를 살펴보겠습니다:
{{{
[components]
trac.ticket.report.ReportModule = disabled
webadmin.* = enabled
}}}

첫 번째 설정은 Trac이 [wiki:TracReports 보고서 모듈]을 비활성화 하도록 합니다. 두 번째 설정은 `webadmin` 패키지에 속한 모든 컴포넌트를 활성화 하도록 지시합니다.
참고로 모듈 또는 패키지 매칭을 위해서는 끝에 아무개 문자가 필요합니다.

활성화 된 컴포넌트의 목록을 보려면, ''Trac에 대해서'' 페이지의 ''Plugins'' 관련 부분을 보십시오(`CONFIG_VIEW` [wiki:TracPermissions 권한]이 필요함).

참고: TracPlugins이 구역에서는 Trac 환경에 임의의 권한을 추가할 수 있습니다. 이는 예를 들어 작업 흐름 동작에 사용할 새로운 권한을 추가하는 데 사용될 수 있습니다.

새로운 권한을 추가하려면, `trac.ini` 파일에 `[extra-permissions]`라는 새로운 구역을 만듭니다. 구역의 각 항목에는 메타 권한과, 쉼표로 구분된 권한의 목록을 정의합니다.
예제:
{{{
[extra-permissions]
extra_admin = extra_view, extra_modify, extra_delete
}}}
이 항목은 메타 권한인 `EXTRA_ADMIN`(세 개의 권한을 모두 허용)을 정의할 뿐만 아니라, `EXTRA_VIEW`, `EXTRA_MODIFY`, `EXTRA_DELETE`라는 세 개의 새로운 권한을 정의합니다.

메타 권한을 원하지 않는다면, 메타 부분에 해당되는 이름을 밑줄 (`_`)로 시작하십시오:
{{{
[extra-permissions]
_perms = extra_view, extra_modify
}}}데이터베이스 접속 제한 시간을 초 단위로 지정합니다.
제한 시간을 없애려면 '0'을 입력하십시오. (''0.11 버전부터'')프로젝트 아이콘의 URL입니다.헤더 로고 이미지로 사용할 파일의 URL입니다. 절대 경로이거나 서버 상대 경로, 상대 경로로 지정할 수 있습니다.

상대 경로일 경우, `/chrome` 위치를 기준으로 합니다:  `your-logo.png` 파일이 [TracEnvironment Trac 저장소]의 `htdocs` 폴더 안에 있을 경우 `site/your-logo.png`가 되며, 파일이 [TracIni#trac-section htdocs_location] URL에 매핑된 폴더 안에 있을 경우 `common/your-logo.png`이 됩니다.
`your-logo.png`로만 지정하는 것은 후자와 동일합니다.메인 프로젝트 웹 사이트의 URL이며, 일반적으로 `base_url`이 있는 웹사이트입니다. 이 값은 알림 메일에서 사용됩니다.헤더 로고에서 링크 할 URL입니다.SMTP를 통해 알림 메일을 보낼 때 SSL/TLS를 사용합니다. (''0.10 버전부터'')변경사항 작성자 필드에 Git 작성자 ID 대신 Git 커미터 ID를 사용합니다.변경사항 시간 필드에 Git 작성자 시간 대신 Git 커미터 시간을 사용합니다.동작의 작성자를 알림 메일의 보낸 사람으로 사용합니다. (''1.0 버전부터'')SMTP 서버의 사용자 이름입니다. (''0.9 버전부터'')참일 경우, 웹서버가 내용을 처리할 수 있도록 파일 시스템의 파일을 전송할 때 `X-Sendfile` 헤더를 보내고 내용은 보내지 않습니다.
이 기능을 위해서는 `mod_xsendfile`이 설치된 Apache나 lighttpd와 같이 그러한 헤더를 처리할 수 있는 웹 서버가 필요합니다. (''1.0 버전부터'')위키 포맷터가 위키 텍스트에 있는 줄바꿈을 유지하는지 여부입니다.
'default'로 설정하면, 새로운 저장소에 대해서는 'yes'와 동일하지만 업그레이드 된 저장소에서는 이전 동작(예: 'no')을 유지합니다. (''0.11 버전부터'')첨부 파일이 브라우저에서 표시될지, 다운로드 받을 수 있게만 할 지 여부입니다.

대다수의 파일은 브라우저에서 HTML로 표현될 수 있으며, 이는 악의적인 사용자가 크로스 사이트 스크립팅 공격을 하는 것을 가능하게 합니다.

익명의 사용자가 첨부 파일을 올릴 수 있는 공개 사이트에서는, 이 설정을 비활성화 하는 것을 권장합니다 (기본값).같은 작성자와 같은 메시지의 연속된 변경사항이 하나의 이벤트로 표시되어야 하는지 여부입니다.
이 이벤트는 로그 보기의 변경사항 범위로 연결됩니다. (''0.11 버전부터'')로그인 이름이 소문자로 변환되어야 하는지 여부입니다 (''0.9 버전부터'').원본 파일을 브라우저에서 표시할 지, 다운로드 하게만 할 지 여부입니다.

거의 모든 파일이 브라우저에서 HTML로 표현될 수 있으며, 이는 악의적인 사용자가 크로스 사이트 스크립팅 공격을 포함한 파일을 만드는 것을 가능하게 합니다.

누구나 파일을 체크인 할 수 있는 공개 저장소에 대해서는, 이 설정을 비활성화 하는 것을 권장합니다 (기본값).인증을 위해 사용자의 IP 주소가 확인되어야 하는지 여부입니다 (''0.9 버전부터'').변경사항 메시지에 위키 서식이 적용되어야 하는지 여부입니다.

이 설정이 비활성화 되면, 변경사항 메시지는 미리 서식 지정된 텍스트로 표시됩니다.위키 형식의 변경사항 메시지가 여러 줄로 표현되어야하는지 여부입니다.

설정값이 비어 있거나, 값이 거짓이면서 `wiki_format_messages` 값이 참이면, 변경사항 메시지는 일부 서식(글머리 기호 등)을 잃고 한 줄로 표시될 것입니다.위키 포맷으로 된 (긴) 이벤트 메시지가 잘려나갈 수 있는지 여부입니다.

이는 기본 렌더링에만 영향을 미치며, 특정 이벤트 제공자에 따라 달라질 수 있습니다 (해당 문서를 참고하십시오). (''0.11 버전부터'')새로운 티켓에 대한 설명을 보여줄 때 어떠한 포맷터 취향(예: 'html' 또는 'oneliner')이 사용되는지 지정합니다.
'oneliner'이면, [timeline]의 abbreviated_messages 설정이 적용됩니다. (''0.11 버전부터'')알림 메일의 표에서 모호한 문자들에 대해 어떤 너비(예: 'single' 또는 'double')를 사용할 지를 지정합니다.

'single'은 US-ASCII 문자의 너비와 같으며, 대부분의 사용자에게 적용됩니다.
'double'은 US-ASCII 문자 너비의 두 배이며, 한중일 사용자에게 적용됩니다. (''0.12.2 버전부터'')헤더 로고 이미지의 픽셀 너비입니다.`GitRepository`를 `CachedRepository`로 래핑합니다.

https://t.me/RX1948 - 2025