From 63e18fa07f8f9b4ff729d74501481d0fa4115611 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Thu, 29 Jul 2021 16:07:50 +0200 Subject: [PATCH] - updated --- README.1st | 4 ++-- README.md | 13 +++---------- doc/decisions/ADR-sqlite.asciidoc | 2 +- doc/deprecated__exit_strategie.asciidoc | 1 + 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/README.1st b/README.1st index f48b1e1..4d46af8 100644 --- a/README.1st +++ b/README.1st @@ -1,6 +1,6 @@ -- the textfile 'exit_strategie.asciidoc' is a asciidoc document, it can +- the textfile 'doc/deprecated_exit_strategie.asciidoc' is a asciidoc document, it can be used to generate various output files using asciidoc. As an example -to generate html-output, call: "asciidoc exit_strategie.asciidoc". To get +to generate html-output, call: "asciidoc deprecated_exit_strategie.asciidoc". To get correctly rendered ER-graphs, the asciidoc filter for 'ditaa' must be installed. To colorize the code-examples, the 'source-highlight' programm must be installed as well. diff --git a/README.md b/README.md index 22f0dae..656183e 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,9 @@ longterm archive system and parses the metadata in AIP-packages and builds a database to find AIPs and associated metadata independently from the Exlibris Rosetta system. -The script scans a given repository and creates an SQL script to create a -database. +The script scans a given repository and creates a SQLite database. This is part of the exit-strategy, for details, see asciidoc file -'doc/exit_strategie.asciidoc' (also contains ER-diagram for database) - -file was tested with postgres-database sucessfully - -using: - - $> psql -U romeyke -d exit_strategy \ - -f rosetta_exit_strategy/tmp.sql -L rosetta_exit.log +'doc/deprecated_exit_strategie.asciidoc' (also contains ER-diagram for database) +Call the script with "perl exit_strategy --help" to get help. diff --git a/doc/decisions/ADR-sqlite.asciidoc b/doc/decisions/ADR-sqlite.asciidoc index 3422760..080f9e8 100644 --- a/doc/decisions/ADR-sqlite.asciidoc +++ b/doc/decisions/ADR-sqlite.asciidoc @@ -23,7 +23,7 @@ Optional soll die Generierung des SQL-Scripts möglich bleiben. // Status: Proposed -> Accepted -> Superseded // -> Declined -Proposed +Accepted (in Fachsitzung 2021-07-28) == Kontext diff --git a/doc/deprecated__exit_strategie.asciidoc b/doc/deprecated__exit_strategie.asciidoc index e1aa4a7..d91a0ac 100644 --- a/doc/deprecated__exit_strategie.asciidoc +++ b/doc/deprecated__exit_strategie.asciidoc @@ -5,6 +5,7 @@ Exit Strategie Rosetta :date: 2013-05-09 :author: Andreas Romeyke :toc: +:status: deprecated, use https://git.slub-dresden.de/slub-digitalpreservation/Richtlinien-und-Spezifikationen-SLUBArchiv[] instead! .Erzeugen HTML-Version dieses Dokumentes [TIP] -- GitLab