[Bast-commits] r7628 -
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Fri Sep 11 18:59:08 GMT 2009
Author: frew
Date: 2009-09-11 18:59:07 +0000 (Fri, 11 Sep 2009)
New Revision: 7628
Modified:
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
Log:
Add Link to OPML on front page
Modified: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-09-11 13:39:42 UTC (rev 7627)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-09-11 18:59:07 UTC (rev 7628)
@@ -1,4 +1,4 @@
-<!DOCTYPE html
+<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -23,7 +23,7 @@
<title>[% feed.title %]</title>
</head>
<body>
- <div id="wrap">
+ <div id="wrap">
<div id="header-left">
<p class="pad">
@@ -32,17 +32,17 @@
<div id="header-middle">
<p class="pad">
-
+
</p>
</div>
-
+
<div id="header-text">
<h1 class="title">
enlightened perl organisation
</h1>
<p class="dict">
<strong>enlightened</strong> |en'litnd|: <em>adjective</em>:<br />
- having or showing a rational,
+ having or showing a rational,
modern, and well-informed outlook </p>
</div>
@@ -61,14 +61,14 @@
</li>
[% END %]
</ul>
-
+
<div class='header'>
<p>
<a href="http://www.enlightenedperl.org/ironman.html">Join the program</a>
<a href="mailto:ironman at shadowcat.co.uk">Report a problem</a>
</p>
<p>
- Only showing posts tagged "perl", "cpan" or "ironman" (or containing those words).
+ Only showing posts tagged "perl", "cpan" or "ironman" (or containing those words).
</p>
Last updated: [% USE date; date.format %]
[%- INCLUDE 'nav.tt' -%]
@@ -78,7 +78,7 @@
<div class="entry-header">
<div class="entry-title">
[% IF entry.source.title %]
- <a class="entry-source-link" href="[% entry.source.link | uri | 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) | uri | html %]">[% entry.title | html %]</a>
</div>
@@ -124,15 +124,16 @@
<div class="footer">
<h4>Perl Iron Man Planet</h4>
Built by: <em>
- <a href="http://desert-island.me.uk/~castaway/web">castaway</a>,
+ <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.basirat.com/">mohsen</a>,
+ <a href="http://www.perlmonks.org/?node=theorbtwo">theorbtwo</a>,
<a href="http://www.shadowcat.co.uk">epitaph</a></em>
<a href="http://www.shadowcat.co.uk">mdk</a></em>
<br/>Hosted by: <em><a href="http://www.shadowcat.co.uk">Shadowcat Systems</a></em>
<br/>The code repository can be <em><a href="http://dev.catalyst.perl.org/repos/bast/ironman">accessed here</a></em>
+ <br/><a href="/subscriptions.opml">OPML File</a>
[%- INCLUDE 'nav.tt' -%]
</div>
</div>
More information about the Bast-commits
mailing list