Differences From Artifact [41c57f81]:
- File util/init.rkt — part of check-in [c8598882] at 2020-02-20 03:00:14 on branch trunk — Use new init script & revise makefile to ensure series info is accurate after a clean rebuild (user: joel, size: 356) [annotate] [blame] [check-ins using]
To Artifact [ae86fdec]:
- File util/init.rkt — part of check-in [71cdd100] at 2020-03-15 18:33:12 on branch trunk — Change system for managing series: remove from SQLite cache, manage as a hash table of structs instead. (user: joel, size: 336) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - |
#lang racket/base
(require racket/file
pollen/setup
"../cache.rkt"
"../snippets-html.rkt")
(provide main)
(define (main)
(init-cache-db!)
|