root/trunk/plagger/assets/plugins/Search-Namazu/namazu.tt

Revision 300 (checked in by cwest, 3 years ago)

Move plugin assets into assets/plugin

  • Property svn:mime-type set to text/html
Line 
1 <html>
2 <head>
3 <title>[% feed.title %]: [% entry.title %]</title>
4 <link rel="self" type="text/html" href="[% entry.permalink %]" />
5 <meta http-equiv="Content-Type"  content="text/html; charset=euc-jp" />
6 [% IF entry.author -%]
7 <meta name="DC.author" content="[% entry.author | html %]" />
8 <link rev="made" href="mailto:[% entry.author | html %]" />
9 [% END -%]
10 [% IF entry.tags.size -%]
11 <meta name="keywords" content="[% tag.join(' ') | html %]" />
12 [% END -%]
13 [% IF entry.date -%]
14 <meta name="DC.date" content="[% entry.date.format('W3CDTF') %]" />
15 [% END -%]
16 </head>
17 <body>
18 <h1 class="title"><a href="[% feed.link %]">[% feed.title %]</a>: <a href="[% entry.permalink | html %]">[% entry.title %]</a></h1>
19 <div>
20 [% IF entry.body -%]
21 [% IF entry.body.match('(?i)^<p[ >]') %][% entry.body %][% ELSE %]<div class="entry_body">[% entry.body %]</div>[% END %]
22 [% ELSE %]<br />[% END %]
23 </div>
24 </body>
25 </html>
Note: See TracBrowser for help on using the browser.