This file is indexed.

/usr/share/doc/trac-translatedpages/README.Debian is in trac-translatedpages 1.0~svn11919-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Using the Trac TranslatedPagesMacro plugin on Debian
====================================================

Installation
============

To enable the Tags plugin in a specific trac instance, you need to add
one line to the [components] section of trac.ini:

 [components]
 translatedpages.* = enabled


Configuration
=============

Plugin configuration is done in the [translatedpages] stanza of trac.ini.

The available options (and their defaults) are:

[translatedpages]

 # Page name of table containing available languages
 languages_page = TracLanguages

 # Page name template of translated pages
 template = {lang}:{page}

 # Base language to be used without prefix/suffix
 base_language = En

 # Regular expression to match a language code (you really don't want to change this)
 regexp = ([A-Z][a-z]{1,2}(?:_[A-Z]{2})?)


More Info
=========

For more info, please see:

http://trac-hacks.org/wiki/TranslatePagesMacro

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Fri, 26 Oct 2012 02:40:48 -0400