From 5091cdf3f84980e07e66280ca6f1320252d79a7f Mon Sep 17 00:00:00 2001 From: Odin Kroeger <odkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:16:26 +0100 Subject: [PATCH] docs: Cleaned up README --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/README.md b/README.md index 20ece12..3dd8cfc 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,3 @@ -delting classes using the back-end disassociates terms from posts. - -translate: - -get a jskos file -scripts/jskos2csv it -open csv with excel -copy table to word -let deepL translate the word file -copy the table from the translated file to excel -fix wrong translations -save as csv -use scripts/csv2jskos to merge it with an existing jskos file - -this must be done for the first import - -it's useful to use sed to prefix classes with a letter so that -excel leaves them alone; just undo it before calling csv2jskos - -nb: the scripts are imperfect, expect to fix some stuff manually. - -NB: some of these operations take so long that, if you're using fastCGI, -the webserver may stop waiting for the PHP-FPM; all operations will complete, -but you won't see the output. - -increase the webservers fastcgti timelimit to fix this. - - -# FIXME - -Nota bene, the JSKOS file that can be downloaded from the GBV tends to -contain *a lot* of errors, mostly when it comes to capitalisation and -punctuation. You may want to correct those; if so, comma-separated -values are probably the most convenient format for doing so. - - - # Translating the Basisklassifikation Needs Polylang; taxonomy must be marked as being translated first! -- GitLab