Packages
Default Zotonic site, used when no other site can handle the supplied Host.
Current section
Files
Jump to
Current section
Files
zotonic_site_status
rebar.config
rebar.config
%% -*- mode: erlang -*-{require_min_otp_vsn, "22"}.{erl_opts, [ debug_info]}.{deps, [ {zotonic_core, "1.0.0-rc.6"}, {zotonic_mod_wires, "1.0.0-rc.6"} ]}.{plugins, []}.{xref_checks, [undefined_function_calls, locals_not_used, deprecated_function_calls]}.