This file is indexed.

/usr/share/compass/frameworks/fancy-buttons/templates/project/manifest.rb is in compass-fancy-buttons-plugin 1.1.1~20120313-4.

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
# Make sure you list all the project template files here in the manifest.
stylesheet 'ie6.sass', :media => 'screen, projection', :condition => "lt IE 7"
image 'button_bg.png'

#print "Check out http://brandonmathis.com/projects/fancy-buttons/guide/ to get a guide on how to use fancy-buttons"

#print "Install example files? (html and buttons.sass) (Y/n)?" 
#response = gets
#if response.downcase == "y" || response.downcase == "\n"
#file 'index.html'
#stylesheet 'buttons.sass', :media => 'screen, projection'
#end
#print 'Don\'t forget to @import "fancy-buttons"'