/[couchdb]/design/reblog/views/by_feed_html/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /design/reblog/views/by_feed_html/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (hide annotations)
Tue Apr 28 22:26:57 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: application/javascript
File size: 118 byte(s)
drop in map/reduce javascript function which work on data imported from reblog
1 dpavlin 37 function(doc) {
2     emit(
3     [ doc.feed_title, doc.feed_link ],
4     '<a href="' + doc.link + '">' + doc.title + '</a>'
5     );
6     }

  ViewVC Help
Powered by ViewVC 1.1.26