This file is indexed.

/usr/share/polygen/eng/reviews.grm is in polygen-data 1.0.6.ds2-14build1.

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
I ::=   "title:    Review quotations\n"
      ^ "author:   Manta\n"
      ^ "language: english\n"
      ^ "status:   mature\n"
      ^ "topic:    misc\n"
      ^ "audience: anybody\n"
      ^ "created:  07/10/2002"
;

S ::= "<I>" ^ Quotation ^ "</I>" "\n -" Source
;

Source ::= "La Repubblica" | "Harold Tribune" | "The" ("Sun" | "Stars" | "Moon")
        |  "GirlPower" | "Cosmopolitan" | "The Times" | "Rolling Stone" | "Melody Maker"
        |  State "Today" | ("Daily" | "Monthly" | "Weekly" | "Yearly") "Telegraph"
;

State ::= "Italy" | "Thailandia" | "Germany" | "Holland" | "Rwanda" | "Chile" | "Uganda" | "Ciad" | "Sudan" | "Mexico"
       |  "Turkey" | "Turkmenistan" | "Azerbaijan" | "Burundi" | "Tibet" | "San Marino" | "Vatican"
       |  "Lichtenstein" | "Luxemburg" | "Monaco Principality" | "Slovenia" | "Ecuador" | "Uruguay" | "Paraguay"
       |  "Dalmatia" | "Moldavia" | "Macedonia" | "Kurdistan" | "Malta" | "Argentina" | "Etruria"
       |  "Kamcatka"
;

Quotation ::= [\Exclam ^ "."]
              ("..."^ | \)
              ( the Eulogy Software ever (written | designed | made)
                [for Topic] [(after | since) Program]
	          | [finally] the [ultimate] solution to all [your] [Problem] problems
              | (such a | this) Software (has long been awaited | couldn't be seen)
                since Program times
              | the Software everybody was [so] [long | anxiously | desperately]
                (waiting for | expecting | desiring)
	          ) ^ "."
	          [\Exclam ^ "."]
;

Problem ::= >Topic | pollution | (over | under)^population | demagogy | rethoric | bulimia
         |  diarrhoea
;

Exclam ::= [simply | completely | rather | definitely]
           (unmissable | terrific | marvellous | brilliant | fantastic | perfect)
        |  (won't disappoint you | >(no way to | do not) miss it)
;

Eulogy ::= best | worst | finest
        |  (most | least) >(important | complex | sophisticated)
;

Software ::= [computer] program | tool | [piece of] software | utility | application | product
;

Topic ::= [intensive] (farming | cultivation) | gastronomy
	   |  (stamp | butterly | toy soldier | tin) collectionism
       |  ( jazz | hardcore | classical | baroque | medieval | rinaissance | provence
	      | [(prog | death | black | street | heavy | gothic) ^ "-" ^]
            (rap | rock | metal | pop)
          | folk | popular
	      ) music
       |  fishing | poaching | hunting | poaching
       |  gardening | ["hand-"^]sewning [and needleworking] | safari | alpinism
       |  [hitch] hiking | driving | web design
       |  occultism | (textile | metallurgic) industry | adventure | sex [magick]
       |  pornography | tantra
       |  "Him" | "Her" | man | woman | kids
;

Program ::= Name (Rel | Ver)
;

Rel ::= (6 | 7 | 8 | 9) ^ Digit
     |  (2 | 3 | 4) ^ 00 ^ Digit
     |  "XP" | "NT" | "X"
;

Digit ::= 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
;

Ver ::= Digit ^ "." ^ Digit [^ "." ^ Digit] [^ (a | b | g | d)]
;

Name ::= "Word" | "Excel" | "Outlook" ["Express"] | "Publisher" | "Photoshop" | "Illustrator"
      |  "Quark Express" | "Qbase" | "Cakewalk" | "Vegas" | "Rebirth" | "Reason" | "Dream Weaver"
      |  "Flash MX" | "Internet Explorer" | "Mozilla" | "Netscape" | "Opera" | "AutoCAD"
      |  "3D Studio" | "Maya" | "Office"
;