| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 "class.krumo.php" file. 21 22 You have to modify the "krumo.ini" file too. It is the configuration file for 23 Krumo. The first option is choosing a skin: 24 25 [skin] 26 selected = "orange" 27 28 The value for this setting has to be the name of one of the sub-folders from the 29 "Krumo/skins/" 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 = "http://www.example.com/Krumo/" 38 39 So far those two are the only configuration options. 40 41 All the CSS files ("skin.css") from the "Krumo/skins/" sub-folders must have the 42 proper permissions in order to be readable from Krumo. Same applies for 43 "krumo.ini" and "krumo.js" 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>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |