/[couchdb]/design/reblog/views/publised_by_time/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/publised_by_time/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (hide annotations)
Thu Apr 30 16:28:06 2009 UTC (15 years ago) by dpavlin
File MIME type: application/javascript
File size: 50 byte(s)
published items by time
1 dpavlin 38 function(doc) {
2     emit(
3     doc.timestamp, doc
4     );
5     }

  ViewVC Help
Powered by ViewVC 1.1.26