Edirom / MerMEId

Metadata Editor and Repository for MEI Data

Home Page:https://mermeid.edirom.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update current Readme for Release 2.0

peterstadler opened this issue · comments

This issue is about updating the current help pages to (only) fix/remove outdated information.

Further rework of the help pages is subject of issue #69

The individual pages to check are:

General help

  • Structure and scope of MerMEId documents
  • Workflow
  • MerMEId basics
  • Entering dates
  • Using the attribute editor
  • Using the code inspector
  • Special characters (general problem: #193 )
  • Displaying or printing all records (fixed related problem: #188 )
  • Changing many or all files: Batch transform XML files in the dataase (proposal to remove this - #195 )
  • Tools for generating indexes
  • FAQ – Frequently asked questions

Tutorial

  • Works having multiple versions
  • Working with relations: Creating an anthology
  • Adding a reprint edition to a source
  • Using external sources – linking to and copying from sources in other files #194
  • Using standard bibliographies #166

I tried to start with Tools for generating indexes. And I ran into several problems:
In the first example, it is still the old addressing:
http://my_server_name.org/storage/tools/title_index?c=CNW
It should be: http://my_server_name.org/modules/tools/title_index.xq?c=CNW. I have also added the .xq because it is somehow easier to understand. Then there is the question of whether all links should have the collection query built in.
And now for the bad part, none of the queries work because in at least our mermeid-instances, the old file path is still used everywhere:

declare variable $database := "/db/dcm";

but here it should be db/apps/data_repo. If I address the path correct, at least title_index.xq works, but some of the others still produce errors. Since each user can give the data repo its own name, I don't quite know how to generalize/variabilize this...

(only) fix/remove outdated information -> Indexing is an important part, it would be a pity if we had to skip the whole section/function now...

Section "Displaying or printing all records"

Section "Changing many or all files: Batch transform XML files in the dataase"

Closing at today's community meeting since everything is done 🎉