Dossier

It is a publication or other document types, usually several files; for example, the different linguistic versions and formats of a report. In the Store, one dossier corresponds to one folder; for example store/2324 where 2324 is dossier number. Illustration:


_index.html                     # file, "_" allows directory listing in servers
en                              # directory - English
  main                          # directory - section main
    pdf                         # directory
      doc1.pdf                  # file
      doc2.pdf                  # file
    html                        # directory
      doc1.html                 # file
      doc2.html                 # file
  reply                         # directory - section replies
    doc3.pdf                    # file
    doc3.html                   # file
fr                              # directory - French
...                             # more language directories
misc                            # directory - miscellaneous
  metadata.txt                  # metadata of the dossier as key-value, example

The dossier root directory contains the file _index.html and directories, mostly linguistic, such as en. This structure might be different per entry type, further work is required. Directories with two characters in the dossier root directory are language directories, that might contain one or more level of directories for further organisation such as main and reply. The lower levels address aspects such as formats.

At present the Store is an empty skeleton directory structure ready to receive full text files in all the languages and formats.