-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Digitalfaksimile Schwerin, Landesbibliothek Mecklenburg-Vorpommern Günther Uecker, ohne Signatur (`schwerin`) | ||
|
||
## [Web publication](https://dhbern.github.io/parzival-digitalfaksimile-schwerin) | ||
|
||
## Origin | ||
|
||
*Archival version (as-is): Data Science Lab, pdaengeli, 2024-06-02* | ||
|
||
## License | ||
|
||
--- | ||
|
||
<details><summary>Clean-up (before initial commit)</summary> | ||
|
||
General approach: remove all spurious files (copies, obsolete notes, process artefacts), primarily based on file names (visual check). | ||
|
||
PWD: root directory of this repository | ||
|
||
* purge OS junk and ftp log files: | ||
* `find . -type f -name "Thumbs.db" -delete` | ||
* `find . -type f -name \.DS_Store -delete` | ||
* `find . -type f -name "WS_FTP.LOG" -delete` | ||
|
||
* (re)moved: | ||
* `Extras` (supplemental material on CD ROM: mediaevum ttf, old Firefox + Camino binary) | ||
|
||
* (re)moved after `grep` testing: | ||
* `Daten/*_save*` | ||
* `Daten/*_bak*` | ||
* `Daten/*_before*` | ||
* `Daten/JS/BildAnzeige_alt.js` | ||
* `Daten/Lagensymbole/*_alt.gif` | ||
|
||
* created symlink to provide for case insensitive linking: | ||
* `ln -s MBilder Mbilder` | ||
|
||
</details> |