Menu

Tree [r2207] /
 History

HTTPS access


File Date Author Commit
 crossref 2022-11-10 michal-ruzicka [r2207] Generate title to CrossRef metadata even if Eng...
 data 2013-04-24 michal-ruzicka [r1923] Updates, especially to the NLM workflow.
 doc 2010-07-22 pejuko [r1283] documentation added
 editor 2022-01-21 michal-ruzicka [r2206] Fix BibType definition
 infty-input 2012-11-30 michal-ruzicka [r1907] Infty scripts update.
 infty-output 2012-09-05 michal-ruzicka [r1884] Add script for preparation of Infty Reader inpu...
 jems-nlm 2016-05-05 michal-ruzicka [r2132] Add JEMS handling scripts.
 libraries 2013-04-24 michal-ruzicka [r1923] Updates, especially to the NLM workflow.
 metadata 2021-02-16 michal-ruzicka [r2199] Fix landscape cover pages
 metadata-tralics-check 2012-01-11 michal-ruzicka [r1795] EuDML Tralics update from EuDML repository r2351.
 nlm 2014-06-05 michal-ruzicka [r2036] NLM generation update.
 olis 2012-10-29 michal-ruzicka [r1901] OLIS: Initialize variable.
 page_correlation 2013-04-24 michal-ruzicka [r1923] Updates, especially to the NLM workflow.
 pdfrecompress 2012-02-08 xhatlap [r1828] script update with added TESSERACT_PREFIX setting
 pdfsign 2017-01-27 michal-ruzicka [r2148] Increase size of contentEstimated in pdfSign.
 scan 2014-05-20 michal-ruzicka [r2030] OpenOffice is born-digital PDF producer.
 system 2015-04-13 michal-ruzicka [r2073] Add proper umask setting to the init script tem...
 verify 2013-04-24 michal-ruzicka [r1923] Updates, especially to the NLM workflow.
 xmlsearch 2015-06-01 michal-ruzicka [r2084] Frontend user interface for xmlsearch over refe...
 .gitignore 2010-07-05 pejuko [r1222] Merge branch 'miha'
 CHANGELOG 2010-08-31 pejuko [r1442] changelog updated
 CONTENTS_TECH 2010-09-23 pejuko [r1497] insert examples into CONTENTS_TECH
 INSTALL 2010-09-20 pejuko [r1484] update install instructions
 README 2010-08-31 pejuko [r1441] actualize documentation

Read Me

Introduction
============

_(obsolote/zastaralé)
Documentation in czech/Dokumentace v češtině:
[documentation/dokumentace][2]._


Installation instructions
-------------------------

For installation instructions see [``INSTALL``][1] file.


User documentation
------------------

Full documentation is embeded into Metadata Editor itself
(choose ``[ help ]`` option from application menu).


Technical documentation
-----------------------

Technical documentation is kept as close to source as possible. That means that
in most subdirectories you should find ``README`` file (formated with 
[Markdown](http://daringfireball.net/projects/markdown/syntax)) with more
detailed information, files/directories/structure description and so on.

For file formats (e.g: ``meta.xml``, ``detail.xml``, ...), directory structure (e.g.:
``data/share/serial``, ...), configuration files or metadata schemas there exists
commented examples.

### Config files

There is actually only one configuration file you should be aware of. It is
``editor/conf/local.rb`` and there exists 2 example files:

1. [``editor/conf/local.rb.example``](editor/conf/local.rb.example)
   - shows how to configure Metadata Editor as is used in DML-CZ project with
     built-in metadata format.
2. [``editor/conf/local.rb.ff-example``](editor/conf/local.rb.ff-example)
   - shows how to configure Metadata Editor to work with user defined metadata
     schemas and authenticate with kerberos as is used at Faculty of Arts (MU).

### Directory strucutre for data

Directory structure for data is described in the file [``data/README``][3].

### File formats

File formats are described in the subdirectory [``data/examples/``][4] where are examples
of complex directory structure for different scenarios. It contains ``README`` files
and commented examples.


Contents of root directory
--------------------------

### Files

* ``README``
  - This file.
* [``INSTALL``][1]
  - Installation instruction.

### Directories

* [``data/``][3]
  - Contains all data and metadata including Authority base.
* [``doc/``](doc/README)
  - There are some presentations.
* [``editor/``](editor/README)
  - Metadata editor itself including some tools.
* [``metadata/``](metadata/README)
  - Mostly perl scripts working with directory structure. Many of them are
    single-purpose only.
* [``olis/``](olis/README)
  - Web image server written in PHP. It can be configured to generate thumbnails
    on the fly.
* [``pdfrecompress/``](pdfrecompress)
  - Tools which recompress PDF files intelegentlly using JBIG2 compression.
* [``pdfsign/``](pdfsign/README)
  - Tools for digital signaturing PDF files
* [``system/``](system/README)
  - Contains scripts for installation, setup, update and deployment.
* [``verify/``](verify/README)
  - Tests which are runing from Metadata editor or by cron and results are
    accessible through Metadata editor web interface.



  [1]: INSTALL
  [2]: http://docs.google.com/Doc?id=dfm3x24f_56gtbjtkwh
  [3]: data/README
  [4]: data/examples/README


<!--
vi: filetype=mkd
-->
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.