From 09845a5d34276efd513b368f6fa82afa9a0b2ad8 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 11 Nov 2016 23:35:52 -0500 Subject: [PATCH] Adds meta::hack sponsor page with some boilerplate content. --- lib/MetaCPAN/Web/Controller/About.pm | 5 +++ root/about/meta_hack.html | 61 ++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 root/about/meta_hack.html diff --git a/lib/MetaCPAN/Web/Controller/About.pm b/lib/MetaCPAN/Web/Controller/About.pm index 60f77781aa..ce1872f6af 100644 --- a/lib/MetaCPAN/Web/Controller/About.pm +++ b/lib/MetaCPAN/Web/Controller/About.pm @@ -30,6 +30,11 @@ sub contact : Local : Args(0) { $c->stash( template => 'about/contact.html' ); } +sub meta_hack : Local : Args(0) { + my ( $self, $c ) = @_; + $c->stash( template => 'about/meta_hack.html' ); +} + sub resources : Local : Args(0) { my ( $self, $c ) = @_; $c->res->redirect( '/about/contact', 301 ); diff --git a/root/about/meta_hack.html b/root/about/meta_hack.html new file mode 100644 index 0000000000..10b51fc154 --- /dev/null +++ b/root/about/meta_hack.html @@ -0,0 +1,61 @@ +<% PROCESS inc/about-bar.html %> +<% title = 'meta::hack' %> +
+ +