This file is indexed.

/usr/share/doc/smarty/README.Debian is in smarty 2.6.26-0.2ubuntu1.

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
Installation

In order to use Smarty from your php scripts, you'll have to add
/usr/share/php/smarty/libs on the include_path of php5, that is in the
file /etc/php5/{apache,apache2}/php.ini or use
require("smarty/libs/Smarty.class.php");


Update

On smarty update, please note you will have to clear out all smarty
generated files, by default in a templates_c directory.

 -- Dimitri Fontaine <dfontaine@CVF.fr>, Fri Jul  2 10:24:31 2004