2 username="http://smcv.pseudorandom.co.uk/"
5 date="2012-10-10T13:45:10Z"
7 If your wiki configuration is written in YAML (it says IkiWiki::Setup::Yaml near the top), the correct syntax is something like
10 http_proxy: http://proxy.uns.edu.ar:1280/
11 https_proxy: http://proxy.uns.edu.ar:1280/
15 ENV: { http_proxy: 'http://proxy.uns.edu.ar:1280/', https_proxy: 'http://proxy.uns.edu.ar:1280/' }
17 (many variations are possible, see <http://www.yaml.org/>).
19 The syntax you quoted is correct for Perl-syntax setup files (which will mention IkiWiki::Setup::Standard near the top), but not YAML ones.