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