]> git.openstreetmap.org Git - chef.git/commit
Configure the dmca form site on ridley
authorTom Hughes <tom@compton.nu>
Wed, 29 Aug 2018 18:40:50 +0000 (19:40 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 29 Aug 2018 19:22:12 +0000 (20:22 +0100)
commit914ba42493e01bc0f79053b0d3cd6348fcdfa0f8
treee1b821659bd68ff6fd06d7a50c5bfece7de8f528
parent5517dbf1904795f710675847cd2a49f64009286c
Configure the dmca form site on ridley
55 files changed:
cookbooks/dmca/.foodcritic [new file with mode: 0644]
cookbooks/dmca/README.md [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/Common.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/DHTMLRulesTableless.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/PageDHTMLRulesTableless.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/Array.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/ArraySmarty.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/Default.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/ITDynamic.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/ITStatic.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/Object.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/ObjectFlexy.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/QuickHtml.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Renderer/Tableless.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Callback.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Compare.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Email.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Range.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Regex.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/Rule/Required.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/RuleRegistry.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/advcheckbox.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/autocomplete.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/button.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/checkbox.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/date.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/element.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/file.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/group.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/header.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/hidden.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/hiddenselect.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/hierselect.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/html.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/image.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/input.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/link.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/password.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/radio.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/reset.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/select.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/static.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/submit.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/text.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/textarea.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/utils.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/HTML/QuickForm/xbutton.php [new file with mode: 0644]
cookbooks/dmca/files/default/html/index.php [new file with mode: 0644]
cookbooks/dmca/metadata.rb [new file with mode: 0644]
cookbooks/dmca/recipes/default.rb [new file with mode: 0644]
cookbooks/dmca/templates/default/apache.erb [new file with mode: 0644]
roles/ridley.rb