Dwimmer
view release on metacpan or search on metacpan
lib/Dwimmer/Feed/Config.pm view on Meta::CPAN
131132133134135136137138139140141142143144145146147148149150151
<
link
>[% e.
link
%]</
link
>
<description><![CDATA[[% e.display %]]]></description>
<dc:date>[% e.issued %]</dc:date>
</item>
[% END %]
</channel></rss>
};
$DEFAULT
{header_tt} =
q {
<!DOCTYPE
html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<head>
<title>[% title %]</title>
<
link
href=
"/rss.xml"
rel=
"alternate"
type=
"application/rss+xml"
title =
"[% name %] RSS Feed"
/>
<
link
href=
"/atom.xml"
rel=
"alternate"
type=
"application/atom+xml"
title =
"[% name %] ATOM Feed"
/>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
</head>
<body>
share/public/404.html view on Meta::CPAN
1234567891011<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
<head>
<title>Error 404</title>
<
link
rel=
"stylesheet"
href=
"/css/error.css"
/>
<meta http-equiv=
"Content-type"
content=
"text/html; charset=UTF-8"
/>
</head>
<body>
<h1>Error 404</h1>
<div id=
"content"
>
share/public/500.html view on Meta::CPAN
1234567891011<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
<head>
<title>Error 500</title>
<
link
rel=
"stylesheet"
href=
"/css/error.css"
/>
<meta http-equiv=
"Content-type"
content=
"text/html; charset=UTF-8"
/>
</head>
<body>
<h1>Error 500</h1>
<div id=
"content"
>
share/views/layouts/main.tt view on Meta::CPAN
1234567891011<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
<head>
<meta http-equiv=
"Content-type"
content=
"text/html; charset=<% settings.charset %>"
/>
<title><% page.title %></title>
<
link
rel=
"stylesheet"
href=
"<% request.uri_base %>/css/style.css"
/>
<
link
rel=
"stylesheet"
href=
"<% request.uri_base %>/cleditor/jquery.cleditor.css"
/>
<script type=
"text/javascript"
src=
"<% request.uri_base %>/javascripts/jquery-1.6.3.min.js"
></script>
<script type=
"text/javascript"
src=
"<% request.uri_base %>/javascripts/jquery.a-tools-1.5.2.min.js"
></script>
( run in 0.628 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )