comparison mod_vjud.wiki @ 300:2dc7d6aab48e

mod_vjud: Add config example of running as a component
author Kim Alvefur <zash@zash.se>
date Thu, 09 Aug 2012 20:42:22 +0200
parents 7699308b4f9b
children 2454dbf940a8
comparison
equal deleted inserted replaced
299:c27f27ba8b58 300:2dc7d6aab48e
20 "vjud", 20 "vjud",
21 -- ... 21 -- ...
22 } 22 }
23 }}} 23 }}}
24 24
25
26 Alternatively, you can load it as a component:
27
28 {{{
29 Component "search.example.com" "vjud"
30 }}}
31
32 (Some old clients require this)
33
25 = Configuration = 34 = Configuration =
26 35
27 36
28 = Compatibility = 37 = Compatibility =
29 || 0.8 || Works || 38 || 0.8 || Works ||
30 || 0.9 || Works || 39 || 0.9 || Works ||
31 || trunk || Works || 40 || trunk || Works ||
32 41
33 Note that the version for 0.8 and 0.9 are slightly different. 42 Note that the version for 0.8 and 0.9 are slightly different.
34 43
35 Some clients expect the search to live on a separate domain from the host and will not work with this module.