ric_INSTALL.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. SETUP: How to install Krumo ?
  14. ------------------------------------------------------------------------------
  15. In order to use Krumo you have to put it on your (development) server, and
  16. include it in your script. You can put it somewhere in the INCLUDE_PATH, or
  17. specify the full path to the &quot;class.krumo.php&quot; file.
  18. You have to modify the &quot;krumo.ini&quot; file too. It is the configuration file for
  19. Krumo. The first option is choosing a skin:
  20. [skin]
  21. selected = &quot;orange&quot;
  22. The value for this setting has to be the name of one of the sub-folders from the
  23. &quot;Krumo/skins/&quot; folder. If the value provided for the skin results in not finding
  24. the skin, the `default` skin will be used instead.
  25. The second option is used to set the correct web path to the folder where Krumo
  26. is installed. This is used in order to make the images from Krumo's CSS skins
  27. web-accessible.
  28. [css]
  29. url = &quot;http://www.example.com/Krumo/&quot;
  30. So far those two are the only configuration options.
  31. All the CSS files (&quot;skin.css&quot;) from the &quot;Krumo/skins/&quot; sub-folders must have the
  32. proper permissions in order to be readable from Krumo. Same applies for
  33. &quot;krumo.ini&quot; and &quot;krumo.js&quot; files.
  34. </pre>
  35. <p class="notes" id="credit">
  36. Documentation generated on Sun, 02 Dec 2007 09:43:22 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0a2</a>
  37. </p>
  38. </body>
  39. </html>