/[couchdb]/design/reblog/views/tags/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

Contents of /design/reblog/views/tags/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (show annotations)
Thu Apr 30 16:28:17 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: application/javascript
File size: 142 byte(s)
count tags
1 function(doc) {
2 if(doc.tags && doc.tags.length) {
3 for(var idx in doc.tags) {
4 emit(doc.tags[idx], 1);
5 }
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.26