Skip to content

Commit

Permalink
initial commit, README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli committed Jun 19, 2024
1 parent 279d090 commit 1999eed
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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>

0 comments on commit 1999eed

Please sign in to comment.