Skip to content

Commit

Permalink
Merge branch 'blog-harvester.de' of git://github.com/astro/harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Feb 18, 2009
2 parents cbd996c + d3f8a36 commit 3bde8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Expand Up @@ -19,7 +19,7 @@ collections:
- http://planet.entropia.de/rss.rdf
- http://asocio.no-ip.com/unter-schwarzer-flagge/?feed=rss2
projects:
- "http://trac.c3d2.de/harvester/timeline?max=20&daysback=2&format=rss"
- http://github.com/feeds/astro/commits/harvester/blog-harvester.de
links:
- http://feeds.delicious.com/rss/fukami
- http://feeds.delicious.com/rss/astro1138
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -142,7 +142,7 @@ <h2>Photos</h2>
<xsl:variable name="microblogs"
select="collection[@name='microblogs']"/>
<xsl:variable name="items"
select="hv:collection-items('microblogs')"/>
select="hv:collection-items('microblogs', 100)"/>
<xsl:variable name="now"
select="string($items/item[1]/date)"/>

Expand Down

0 comments on commit 3bde8d7

Please sign in to comment.