This file is indexed.

/usr/share/doc/ruby-locale-rails/examples/README is in ruby-locale-rails 2.0.5-7.

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
== Ruby-Locale for Ruby on Rails sample application
This is the sample application for localization.

=== Includes
1. How to get current language.
2. Auto-Detect the locale from the WWW browser
3. Set locale as the "lang" parameter
4. Set "lang" as the cookie value
5. Localized Routes
6. Action caching
7. Separate Localized View template file

== Installation

1. Instal rails-2.2.x.
2. Install sqlite3-ruby
   gem install sqlite3-ruby
3. Install locale_rails
   gem install locale_rails
4. rake db:create 
5. ruby script/server
6. Access http://localhost:3000/ from the WWW browser.