[Bps-public-commit] r15786 - sd/trunk/lib/App/SD/Server
jesse at bestpractical.com
jesse at bestpractical.com
Sun Sep 7 21:39:33 EDT 2008
Author: jesse
Date: Sun Sep 7 21:39:32 2008
New Revision: 15786
Added:
sd/trunk/lib/App/SD/Server/
sd/trunk/lib/App/SD/Server/View.pm
Log:
* First stab at sd-specific templates
Added: sd/trunk/lib/App/SD/Server/View.pm
==============================================================================
--- (empty file)
+++ sd/trunk/lib/App/SD/Server/View.pm Sun Sep 7 21:39:32 2008
@@ -0,0 +1,16 @@
+use warnings;
+use strict;
+
+package App::SD::Server::View;
+use Template::Declare::Tags;
+use Prophet::Server::ViewHelpers;
+use base 'Prophet::Server::View';
+
+template '/' =>
+ page { 'SD' }
+ content {
+ p { 'sd is a P2P bug tracking system.' };
+
+};
+
+1;
More information about the Bps-public-commit
mailing list