Compare commits
No commits in common. "4cbe6fe289e844b1c22b362878d42cb3fb90d293" and "c3c4ea9e55e5cfb7c932be4ccc7bb05ae3fbc6a6" have entirely different histories.
4cbe6fe289
...
c3c4ea9e55
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
;; fandom wikinames * Title * Main Page * Search page override * API endpoint override
|
||||
(define wikis
|
||||
'(((gallowmere) "MediEvil Wiki" "https://medievil.wiki/w/Main_Page" #f #f)
|
||||
'(((gallowmere) "Gallowmere Historia" "https://medievil.wiki/w/Main_Page" #f #f)
|
||||
((fallout) "Fallout Wiki" "https://fallout.wiki/wiki/Fallout_Wiki" #f "https://fallout.wiki/api.php")
|
||||
))
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
(printf "using offline mode for style ~a ~a~n" wikiname dest))
|
||||
(log-styles-request #t wikiname dest)
|
||||
(define fs-path (build-path path-archive wikiname "styles" dest))
|
||||
(println fs-path)
|
||||
(unless (file-exists? fs-path)
|
||||
(next-dispatcher))
|
||||
(response-handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue