[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/devel/krumo/docs/ -> ric_INSTALL.html (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   3    <html xmlns="http://www.w3.org/1999/xhtml">
   4          <head>
   5              <!-- template designed by Marco Von Ballmoos  -->
   6              <title></title>
   7              <link rel="stylesheet" href="media/stylesheet.css" />
   8                                              </head>
   9          <body>
  10                          
<div align="center"><h1>INSTALL</h1></div>
  11  <pre>
  12  ------------------------------------------------------------------------------
  13  
  14                       SETUP: How to install Krumo ?
  15  
  16  ------------------------------------------------------------------------------
  17  
  18  In order to use Krumo you have to put it on your (development) server, and 
  19  include it in your script. You can put it somewhere in the INCLUDE_PATH, or 
  20  specify the full path to the &quot;class.krumo.php&quot; file.
  21  
  22  You have to modify the &quot;krumo.ini&quot; file too. It is the configuration file for 
  23  Krumo. The first option is choosing a skin:
  24  
  25   [skin]
  26   selected = &quot;orange&quot;
  27  
  28  The value for this setting has to be the name of one of the sub-folders from the 
  29  &quot;Krumo/skins/&quot; folder. If the value provided for the skin results in not finding 
  30  the skin, the `default` skin will be used instead.
  31  
  32  The second option is used to set the correct web path to the folder where Krumo 
  33  is installed. This is used in order to make the images from Krumo's CSS skins 
  34  web-accessible.
  35  
  36   [css]
  37   url = &quot;http://www.example.com/Krumo/&quot;
  38  
  39  So far those two are the only configuration options.
  40  
  41  All the CSS files (&quot;skin.css&quot;) from the &quot;Krumo/skins/&quot; sub-folders must have the 
  42  proper permissions in order to be readable from Krumo. Same applies for 
  43  &quot;krumo.ini&quot; and &quot;krumo.js&quot; files.
  44  </pre>
  45      <p class="notes" id="credit">
  46          Documentation generated on Sat, 16 Jun 2007 09:50:08 +0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC4</a>
  47      </p>
  48      </body>
  49  </html>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7