[Bast-commits] r6005 - in ironman/plagger: .
assets/plugins/Publish-Planet/default/static/css
assets/plugins/Publish-Planet/default/template
castaway at dev.catalyst.perl.org
castaway at dev.catalyst.perl.org
Tue Apr 28 21:35:19 GMT 2009
Author: castaway
Date: 2009-04-28 22:35:19 +0100 (Tue, 28 Apr 2009)
New Revision: 6005
Added:
ironman/plagger/assets/plugins/Publish-Planet/default/static/css/epo.css
ironman/plagger/ironman.yaml
Modified:
ironman/plagger/assets/plugins/Publish-Planet/default/template/index.tt
Log:
epo.css, no entry content on html
Added: ironman/plagger/assets/plugins/Publish-Planet/default/static/css/epo.css
===================================================================
--- ironman/plagger/assets/plugins/Publish-Planet/default/static/css/epo.css (rev 0)
+++ ironman/plagger/assets/plugins/Publish-Planet/default/static/css/epo.css 2009-04-28 21:35:19 UTC (rev 6005)
@@ -0,0 +1,30 @@
+body{
+background: #5F8DD3;
+}
+img{
+border:none;
+}
+.entry {
+border:8px solid #D7E3F4;
+}
+#feed-title{
+background:none;
+border:none;
+color:#ffffff;
+font-family:arial;
+font-weight:bold;
+padding:0;
+text-align:left;
+}
+#members-list{
+border:8px solid #D7E3F4;
+}
+.member-link,
+.entry-source-link,
+.entry-link{
+color:#2c5aa0;
+text-decoration:none;
+}
+.member{
+padding:5px;
+}
Modified: ironman/plagger/assets/plugins/Publish-Planet/default/template/index.tt
===================================================================
--- ironman/plagger/assets/plugins/Publish-Planet/default/template/index.tt 2009-04-28 21:13:41 UTC (rev 6004)
+++ ironman/plagger/assets/plugins/Publish-Planet/default/template/index.tt 2009-04-28 21:35:19 UTC (rev 6005)
@@ -17,6 +17,9 @@
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="css/handheld.css" media="handheld" />
<link rel="stylesheet" type="text/css" href="css/screen-members-list.css" />
+ <link rel="stylesheet" type="text/css"
+ href="css/epo.css" />
+
<title>[% feed.title %]</title>
</head>
<body>
@@ -52,11 +55,6 @@
</span>
[% END %]
</div>
- [% IF entry.body %]
- <div class="entry-body">
- [% entry.body %]
- </div>
- [% END %]
<div class="entry-footer">
[% IF entry.date %]
<span class="entry-posted">
Added: ironman/plagger/ironman.yaml
===================================================================
--- ironman/plagger/ironman.yaml (rev 0)
+++ ironman/plagger/ironman.yaml 2009-04-28 21:35:19 UTC (rev 6005)
@@ -0,0 +1,280 @@
+global:
+ assets_path: /home/castaway/plagger/assets
+ # Make plagger more verbose than default
+ log:
+ level: debug
+
+plugins:
+ # Subscribe to a couple of "My Feeds" on the web
+ # They could be either Feeds URL or Blog URL (with Auto-Discovery support)
+ - module: Subscription::Config
+ config:
+ tag: perl
+ feed:
+ -
+ url: http://www.catalyzed.org/mt/mt-cp.cgi?__mode=feed&_type=posts&blog_id=1&id=34
+ title: Robert Sedlacek (phaylon)
+ -
+ url: http://www.catalyzed.org/mt/mt-cp.cgi?__mode=feed&_type=posts&blog_id=1&id=1
+ title: Jay Kuri (jayk)
+ -
+ url: http://www.catalyzed.org/mt/mt-cp.cgi?__mode=feed&_type=posts&blog_id=1&id=2
+ title: Devin Austin (dhoss)
+ -
+ url: http://howcaniexplainthis.blogspot.com/feeds/posts/default
+ title: Jan Ingvoldstad
+ -
+ url: http://use.perl.org/~masak/journal/rss
+ title: Carl Masak (masak)
+ -
+ url: http://jjnapiorkowski.vox.com/library/posts/atom.xml
+ title: John Napiorkowski
+ -
+ url: http://perl-yarg.blogspot.com/feeds/posts/default?alt=rss
+ title: Nick Perez (nperez)
+ -
+ url: http://szabgab.com/blog/Perl.rss
+ title: Gabor Szabo (szabgab)
+ -
+ url: http://szabgab.com/blog/Perl%206.rss
+ title: Gabor Szabo (szabgab)
+ -
+ url: http://sartak.blogspot.com/feeds/posts/default
+ title: Shawn M Moore (sartak)
+ -
+ url: http://www.opensourcery.com/blog/hans-dieter-pearcey/feed
+ title: Hans Dieter Pearcey (hdp)
+ -
+ url: http://basirat.org/?feed=rss2
+ title: Mohsen Basirat
+ -
+ url: https://www.socialtext.net/feed/workspace/lukec?tag=Perl%20Necklace
+ title: Luke Closs (lukec)
+ -
+ url: http://damienlearnsperl.blogspot.com/feeds/posts/default
+ title: DamienLearnsPerl
+ -
+ url: http://feeds2.feedburner.com/ListCentralBlog
+ title: Marilyn Burgess
+ -
+ url: http://donnieknows.com/taxonomy/term/14/0/feed
+ title: Donnie Cameron (macnod)
+ -
+ url: http://use.perl.org/~Alias/journal/rss
+ title: Adam Kennedy (Alias)
+ -
+ url: http://lumberjaph.net/blog/index.php/feed/
+ title: Franck Cuny
+ -
+ url: http://dragonstaff.blogspot.com/feeds/posts/default
+ title: Peter Edwards
+ -
+ url: http://blog.robin.smidsrod.no/xmlsrv/atom.php?blog=1&cat=23
+ title: Robin Smidsrod
+ -
+ url: http://desert-island.me.uk/~castaway/feed/atom.xml
+ title: Jess Robinson
+ -
+ url: http://acidcycles.wordpress.com/feed/atom/
+ title: Oliver Charles (aCiD2)
+ -
+ url: http://chris.prather.org/rss.xml
+ title: Chris Prather (perigrin)
+ -
+ url: http://divisionbyzero.net/blog/feed/
+ title: Brad Lhotsky (reyjrar)
+ -
+ url: http://blog.afoolishmanifesto.com/feed
+ title: fREW Schmidt (fREW)
+ -
+ url: http://rjbs.manxome.org/rubric/entries/user/rjbs/tags/perl?format=rss
+ title: Ricardo SIGNES (rjbs)
+ -
+ url: http://bricas.vox.com/library/posts/atom.xml
+ title: Brian Cassidy (bricas)
+ -
+ url: http://sial.org/blog/index.xml
+ title: Jeremy Mates (thrig)
+ -
+ url: http://sedition.com/feed/atom
+ title: Ashley Pond V
+ -
+ url: http://jquelin.blogspot.com/feeds/posts/default
+ title: Jerome Quelin
+ -
+ url: http://use.perl.org/~Ovid/journal/rss
+ title: Curtis Poe (Ovid)
+ -
+ url: http://www.simplicidade.org/notes/archives/perl/perl.xml
+ title: Pedro Melo (melo)
+ -
+ url: http://proudtouseperl.com/atom.xml
+ title: Michael Peters (and others)
+ -
+ url: http://use.perl.org/~mpeters/journal/rss
+ title: Michael Peters
+ -
+ url: http://my.opera.com/nicomen/xml/atom/blog/tag/perl
+ title: Nicolas Mendoza
+ -
+ url: http://perlid.blogspot.com/feeds/posts/default
+ title: Kiki (kixx)
+ -
+ url: http://onionstand.blogspot.com/feeds/posts/default
+ title: garu
+ -
+ url: http://catdev.blogspot.com/feeds/posts/default
+ title: Gerda Shank (gshank)
+ -
+ url: http://babyl.dyndns.org/techblog/atom.xml
+ title: Yanick Champoux (yanick)
+ -
+ url: http://peter.makholm.net/category/open-source/en/perl-en/feed/
+ title: Peter Makholm
+ -
+ url: http://ergoletterbag.blogspot.com/feeds/posts/default
+ title: Garrett Goebel
+ -
+ url: http://blog.cyberion.net/rss.xml
+ title: Yann Kerherve (yann)
+ -
+ url: http://transfixedbutnotdead.com/feed/
+ title: Barry Walsh (draegtun)
+ -
+ url: http://perlgeek.de/blog-en/index.rss
+ title: Moritz Lenz (moritz)
+ -
+ url: http://pjf.id.au/blog/index.rss?tag=perl
+ title: Paul Fenwick (pjf)
+ -
+ url: http://feeds2.feedburner.com/justatheory/atomfull
+ title: David E. Wheeler (Theory)
+ -
+ url: http://headrattle.blogspot.com/feeds/posts/default/-/perl
+ title: Jay Hannah (jhannah)
+ -
+ url: http://feeds2.feedburner.com/Suppernew
+ title: Pedro Figueiredo
+ -
+ url: http://andk.vox.com/library/posts/atom.xml
+ title: Andreas Koenig (andk)
+ -
+ url: http://zerothorder.blogspot.com/feeds/posts/default
+ title: Bruno Vecchi
+ -
+ url: http://s1n.dyndns.org/index.php/feed/
+ title: Jason Switzer (sln)
+ -
+ url: http://perldition.org/feeds/category/Perl/atom
+ title: Florian Ragwitz (rafl)
+ -
+ url: http://c9s.blogspot.com/feeds/posts/default/-/Perl
+ title: Cornelius
+ -
+ url: http://blog.jeremiahfoster.com/?feed=atom
+ title: Jeremiah Foster
+ -
+ url: http://rassie.org/archives/tag/enlightened-perl-iron-man/feed
+ title: Nikolai Prokoschenko
+ -
+ url: http://www.catalyzed.org/mt/mt-cp.cgi?__mode=feed&_type=posts&blog_id=1&id=3
+ title: Dan Dascalescu
+ -
+ url: http://perl.stirbu.name/atom.xml
+ title: Viorel Stirbu
+ -
+ url: http://www.modernperlbooks.com/mt/atom.xml
+ title: chromatic
+ -
+ url: http://blog.laufeyjarson.com/category/perl/feed/
+ title: Louis Erickson (laufeyjarson)
+ -
+ url: http://rohan.almeida.in/feed/atom
+ title: Rohan Almeida
+ -
+ url: http://nailingjelly.wordpress.com/category/perl/feed/
+ title: Nigel Metheringham
+ -
+ url: http://graeme.per.ly/feed
+ title: Graeme Lawton
+ -
+ url: http://blog.netcubed.de/feed/
+ title: Moritz Onken
+ -
+ url: http://feeds2.feedburner.com/PerlHowto
+ title: Thomas Fahle
+ -
+ url: http://perlamentations.blogspot.com/feeds/posts/default
+ title: Darko Prelec
+ -
+ url: http://www.jamhome.us/feed
+ title: Michael Rasmussen (mikeraz)
+ -
+ url: http://code.sherohman.org/category/tags/perl
+ title: Dave Sherohman
+ -
+ url: http://www.catalyzed.org/mt/mt-cp.cgi?__mode=feed&_type=posts&blog_id=1&id=31
+ title: Chris Nehren (apeiron)
+ -
+ url: http://www.dagolden.com/index.php/feed/
+ title: David Golden
+ -
+ url: http://ap0calypse.agitatio.org/feed/rss
+ title: manuel
+ -
+ url: http://www.kiffingish.com/atom.xml
+ title: Kiffin Gish (kgish)
+ -
+ url: http://gugod.org/perl/atom.xml
+ title: Kang-min Liu
+ -
+ url: http://www.shadowcat.co.uk/feed/blog/matt-s-trout
+ title: Matt S. Trout (mst)
+
+ # Deduplicate entries using URL + datetime as a key
+ - module: Filter::Rule
+ rule:
+ module: Deduped
+ path: /home/castaway/plagger/ironman.db
+
+# - module: Filter::Rule
+# rule:
+# module: Fresh
+# mtime:
+# path: /home/castaway/plagger/ironman.mtime
+# autoupdate: 1
+
+## done in bundle!
+# - module: SmartFeed::All
+# config:
+# expression: grep $args->{entry}->body_text =~ /\b$_\b/i || $args->{entry}->has_tag($_), qw/perl cpan/
+# title: Planet Iron Man
+
+ - module: Publish::CSV
+ config:
+ dir: /home/castaway/plagger/csv
+ encoding: utf-8
+ filename: my_%t.csv
+ mode: append
+ column:
+ - author
+ - title
+ - permalink
+ - date
+
+
+## MyPlanet, is not the default Planet bundle
+## has full_content => 0 for both outgoing feeds
+
+ # Load 'Bundle' planet plugins
+ - module: Bundle::MyPlanet
+ config:
+ extra_rule:
+ expression: grep $args->{entry}->body_text =~ /\b$_\b/i || $args->{entry}->has_tag($_), qw/perl cpan/
+ duration: 3 days
+ title: Planet Iron Man
+ description: Perl Iron Man Competition
+ dir: /home/castaway/ironman.enlightenedperl.org/
+ url: http://ironman.enlightenedperl.org/
+ theme: default
+ stylesheet: http://bulknews.typepad.com/blog/styles.css
More information about the Bast-commits
mailing list