• R/O
  • SSH
  • HTTPS

slashdotjp: Commit


Commit MetaInfo

Revision1106 (tree)
Time2009-04-03 18:13:08
Authortach

Log Message

fix to back dc:creator and dc:subject to journal RSSes

Change Summary

Incremental Difference

--- slashjp/trunk/plugins/Journal/journal.pl (revision 1105)
+++ slashjp/trunk/plugins/Journal/journal.pl (revision 1106)
@@ -272,7 +272,9 @@
272272
273273 push @items, {
274274 story => {
275- 'time' => $article->[0],
275+ 'time' => $article->[0],
276+ uid => $juid,
277+ tid => $article->[5],
276278 },
277279 title => $article->[2],
278280 description => strip_notags($article->[1]) . $suffix,
@@ -363,6 +365,8 @@
363365 push @items, {
364366 story => {
365367 'time' => $entry->[3],
368+ uid => $entry->[2],
369+ tid => $entry->[8],
366370 },
367371 title => $title,
368372 link => $link,
Show on old repository browser