[Bast-commits] r6260 - ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Thu May 14 13:03:20 GMT 2009


Author: castaway
Date: 2009-05-14 13:03:20 +0000 (Thu, 14 May 2009)
New Revision: 6260

Modified:
   ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
Log:
Crappy html, missing tags etc.. fixup!


Modified: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt	2009-05-14 11:19:59 UTC (rev 6259)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt	2009-05-14 13:03:20 UTC (rev 6260)
@@ -4,11 +4,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <meta name="generator" contnet="Plagger [% context.VERSION %]" />
+    <meta name="generator" content="Plagger [% context.VERSION %]" />
     <link rel="alternate" type="application/atom+xml" title="Atom: [% feed.title | html %]" href="[% url.atom %]" />
     <link rel="alternate" type="application/rss+xml" title="RSS: [% feed.title | html %]" href="[% url.rss %]" />
 [% IF url.opml -%]
-    <link rel="subscriptions" type="text/x-opml" title="Subscriptions" ref="[% url.opml %]" />
+    <link rel="subscriptions" type="text/x-opml" title="Subscriptions" href="[% url.opml %]" />
 [% END -%]
 [% IF url.foaf -%]
     <link rel="meta" type="application/rdf+xml" title="foafroll" href="[% url.foaf %]" />
@@ -23,8 +23,8 @@
     <title>[% feed.title %]</title>
   </head>
   <body>
-	<div id="wrap">  
-	  <div id="header-left">
+    <div id="wrap">  
+      <div id="header-left">
         <p class="pad">
           &nbsp;&nbsp;
         </p>
@@ -52,28 +52,28 @@
         </p>
       </div>
     </div>
-	<div id='main'>
-    <div id="feed-title">[% feed.title %]</div>
-	<ul id="members-list">
+    <div id='main'>
+      <div id="feed-title">[% feed.title %]</div>
+      <ul id="members-list">
       [% FOREACH member = members %]
         <li class="member">
-          <a class="member-link" href="[% member.link | html %]">[% member.title | html %]</a>
+          <a class="member-link" href="[% member.link | uri | html %]">[% member.title | html %]</a>
         </li>
       [% END %]
-    </ul>
-    <h4><a href="http://www.enlightenedperl.org/ironman.html">Join the program</a></h4>
+      </ul>
+      <h4><a href="http://www.enlightenedperl.org/ironman.html">Join the program</a></h4>
 	
-	<div class='header'>Last updated: [% USE date; date.format %]
+      <div class='header'>Last updated: [% USE date; date.format %]
 	[%- INCLUDE 'nav.tt' -%]
-	</div>
+      </div>
     [% FOREACH entry = entries %]
       <div class="entry">
         <div class="entry-header">
           <div class="entry-title">
             [% IF entry.source.title %]
-              <a class="entry-source-link" href="[% entry.source.link | html %]">[% entry.source.title | html %]</a>: 
+              <a class="entry-source-link" href="[% entry.source.link | uri | html %]">[% entry.source.title | html %]</a>: 
             [% END %]
-            <a class="entry-link" href="[% (entry.permalink || entry.id) | html %]">[% entry.title | html %]</a>
+            <a class="entry-link" href="[% (entry.permalink || entry.id) | uri | html %]">[% entry.title | html %]</a>
           </div>
           [% IF entry.author %]
             <span class="entry-by-line">
@@ -86,6 +86,7 @@
               <span class="entry-tag">
                 [% entry.tags.join('</span>, <span class="entry-tag">') %]
               </span>
+            </span>
           [% END %]
         </div>
         [% IF entry.body %]
@@ -100,7 +101,7 @@
               <span class="entry-post-date">[% entry.date.format('Mail') %]</span>
             </span>
           [% END %]
-          <a class="entry-permalink" href="[% entry.permalink | html %]">permalink</a>
+          <a class="entry-permalink" href="[% entry.permalink | uri | html %]">permalink</a>
           <!-- AddThis Button BEGIN -->
 <script type="text/javascript">var addthis_pub="ironman";</script>
 <a href="http://www.addthis.com/bookmark.php?v=20" onmouseover="return addthis_open(this, '', '[% (entry.permalink || entry.id) %]', '[% entry.title | html %]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
@@ -113,15 +114,16 @@
       </div>
     [% END %]
     <hr />
+   </div> [%# end main %]
 	<div class="footer">
 	<h4>Perl Iron Man Planet</h4>
-	Built by: <em><a href="http://desert-island.me.uk/~castaway/">castaway</a>, 
+	Built by: <em><a href="http://desert-island.me.uk/~castaway/web">castaway</a>, 
     <a href="http://penfold.vox.com">Penfold</a>,
      <a href="http://bobtfish.livejournal.com/">t0m</a>,
      <a href="http://www.basirat.com/">mohsen</a>, 
 <a href="http://www.perlmonks.org/?node=theorbtwo">theorbtwo</a>, 
 <a href="http://www.shadowcat.co.uk">epitaph</a></em>
-    <br/>Hosted by: <em><a href="http://www.shadowcat.co.uk">Shadowcat Systems</a>
+    <br/>Hosted by: <em><a href="http://www.shadowcat.co.uk">Shadowcat Systems</a></em>
 	[%- INCLUDE 'nav.tt' -%]
 	</div>
    </div>




More information about the Bast-commits mailing list