UNPKG
couchdb-compile
Version:
latest (1.11.2)
1.11.2
1.11.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
Build CouchDB documents from fs.
github.com/jo/couchdb-compile
jo/couchdb-compile
couchdb-compile
/
test
/
fixtures
/
full
/
lists
/
docs.js
15 lines
(14 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function (head, req) { var row start({ headers: { 'Content-Type': 'text/html' } }) send('
<!DOCTYPE
html
>
<
html
lang
=
en
>
') send('
<
ol
>
') while(row = getRow()) { send('
<
li
>
' + row.key + '
</
li
>
') } send('
</
ol
>
') }