Artifact ae86fdecf5a91d28083782617a81b5f9f695f88957d5d150445b375b965670fc:
- 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]
#lang racket/base (require racket/file pollen/setup "../cache.rkt" "../snippets-html.rkt") (provide main) (define (main) (init-cache-db!) (display-to-file (html$-page-footer) (build-path (current-project-root) "scribbled" "site-footer.html") #:exists 'replace))