refactoring van de cmap structuren bijna compleet
This commit is contained in:
+7
-7
@@ -36,11 +36,11 @@ private/migrations.rkt
|
||||
private/people.rkt
|
||||
scrbl/racket-wiki.scrbl
|
||||
server.rkt
|
||||
static/cmap/cmap-racket-wiki.js
|
||||
static/cmap/cmap.css
|
||||
static/js/cmap/cmap-racket-wiki.js
|
||||
static/js/cmap/cmap.css
|
||||
static/index.html
|
||||
static/js/wiki.js
|
||||
static/cmap/model/markdown-exporter.js
|
||||
static/js/cmap/model/markdown-exporter.js
|
||||
test/cmap-export.test.js
|
||||
translate.rkt
|
||||
```
|
||||
@@ -94,7 +94,7 @@ racket setup-vendor.rkt --data ./wiki-data
|
||||
| `translate.rkt` | Engelse/Nederlandse server- en frontendvertalingen |
|
||||
| `static/index.html` | skelet van de ingelogde single-page-interface |
|
||||
| `static/js/wiki.js` | applicatiestatus, API-calls, pagina-editor en CMap-hostintegratie |
|
||||
| `static/cmap/` | lokaal onderhouden CMap-renderer, editorlaag en styling |
|
||||
| `static/js/cmap/` | lokaal onderhouden CMap-renderer, editorlaag en styling |
|
||||
| `architecture/` | importeerbare Nederlandse architectuurpagina's en twee CMaps |
|
||||
| `scrbl/racket-wiki.scrbl` | package/API-documentatie in Scribble |
|
||||
|
||||
@@ -143,10 +143,10 @@ raco make main.rkt server.rkt setup-vendor.rkt \
|
||||
migrate-cmap-subpages.rkt architecture/import.rkt
|
||||
|
||||
node --check static/js/wiki.js
|
||||
node --check static/cmap/model/markdown-exporter.js
|
||||
node --check static/js/cmap/model/markdown-exporter.js
|
||||
node --check static/js/combobox.js
|
||||
node --check static/cmap/cmap.js
|
||||
node --check static/cmap/cmap-racket-wiki.js
|
||||
node --check static/js/cmap/cmap.js
|
||||
node --check static/js/cmap/cmap-racket-wiki.js
|
||||
|
||||
node --test test/cmap-export.test.js
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user