URI.MakeAbsolute.txt 390 B

12345678910111213
  1. URI.MakeAbsolute
  2. TYPE: bool
  3. VERSION: 2.1.0
  4. DEFAULT: false
  5. --DESCRIPTION--
  6. <p>
  7. Converts all URIs into absolute forms. This is useful when the HTML
  8. being filtered assumes a specific base path, but will actually be
  9. viewed in a different context (and setting an alternate base URI is
  10. not possible). %URI.Base must be set for this directive to work.
  11. </p>
  12. --# vim: et sw=4 sts=4