Differences From Artifact [b1d87bbc]:
- File index.html.pp — part of check-in [a770b922] at 2019-07-28 16:36:45 on branch trunk — Add rough home page, finally close [3514e657bf79a443] (user: joel, size: 2661) [annotate] [blame] [check-ins using]
To Artifact [930470e2]:
- File index.html.pp — part of check-in [1346740b] at 2019-08-18 20:06:47 on branch trunk — Add notice to index preprocess source (user: joel, size: 2773) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + + | #lang pollen ◊; SPDX-License-Identifier: BlueOak-1.0.0 ◊; This file is licensed under the Blue Oak Model License 1.0.0. ◊(require pollen/template db/base racket/list racket/match) ◊(define (fetch-series) (define q "SELECT noun_plural, pagenode, title FROM series ORDER BY noun_plural DESC") (query-rows (sqltools:dbc) q)) ◊(define (series-item->txpr s) |
︙ |