This file is indexed.

/usr/share/doc/ruby-creole/README.creole is in ruby-creole 0.5.0-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
44
45
46
47
48
= Creole

Creole is a Creole-to-HTML converter for Creole, the lightweight markup
language (http://wikicreole.org/). Github uses this converter to render *.creole files.

Project page on github:

* http://github.com/larsch/creole

Project page on rubyforge:

* http://creole.rubyforge.org/
* http://rubyforge.org/projects/creole/

RDOC:

* http://rdoc.info/projects/larsch/creole

== INSTALLATION

{{{
gem install creole
}}}

== SYNOPSIS

{{{
require 'creole'
html = Creole.creolize('== Creole text')
}}}

== BUGS

If you found a bug, please report it at the Creole project's tracker
on GitHub:

http://github.com/larsch/creole/issues

== AUTHORS

* Lars Christensen (larsch)
* Daniel Mendler (minad)

== LICENSE

Creole is Copyright (c) 2008 Lars Christensen. It is free software, and
may be redistributed under the terms specified in the README file of
the Ruby distribution.