diff --git a/README.md b/README.md index 7e89279e9..ffb4c00bd 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,16 @@ Kitodo was formerly known as Goobi. Older releases can be found on [Launchpad](h Kitodo.Presentation requires [TYPO3](https://get.typo3.org) with [PHP](https://secure.php.net). It uses [MySQL](https://www.mysql.com) or [MariaDB](https://mariadb.com) as database and [Apache Solr](https://lucene.apache.org/solr) via [Solarium](http://www.solarium-project.org/) as search engine backend. -Currently **TYPO3 9.5 LTS** is supported with the following system requirements: +Currently **TYPO3 9.5 LTS** and **TYPO3 10.4 LTS** is supported with the following system requirements: -| Component | Constraints for 9 LTS | -| ----------- | --------------------- | -| TYPO3 | 9.5.x | -| PHP | 7.3.x - 7.4.x | -| MySQL | 5.7.x | -| MariaDB | 10.2.x - 10.3.x | -| Apache Solr | 7.x - 8.x | -| OCR Highlighting Plugin | 0.7.1 | +| Component | Constraints for 9 LTS | Constraints for 10 LTS | +| ----------- | --------------------- | --------------------- | +| TYPO3 | 9.5.x | 10.4.x | +| PHP | 7.3.x - 7.4.x | 7.3.x - 7.4.x | +| MySQL | 5.7.x | 5.7.x | +| MariaDB | 10.2.x - 10.3.x | 10.3.x - 10.5.x | +| Apache Solr | 8.x | 8.x | +| OCR Highlighting Plugin | 0.7.1 | 0.7.1 | Application level dependencies are handled by [Composer](https://getcomposer.org) (see [composer.json](./composer.json)). @@ -43,25 +43,25 @@ Application level dependencies are handled by [Composer](https://getcomposer.org For general information and news, please visit our [website](https://www.kitodo.org) and follow us on [Twitter](https://twitter.com/kitodo_org). -As a system that has to meet the diverse requirements of a wide variety of institutions and the materials they want to digitise, Kitodo is a -rather complex software solution, the installation and configuration of which can be challenging, especially for users with limited IT +As a system that has to meet the diverse requirements of a wide variety of institutions and the materials they want to digitise, Kitodo is a +rather complex software solution, the installation and configuration of which can be challenging, especially for users with limited IT capacities and know-how. -To ensure it can best advise and assist users on technical and organisational issues, the Kitodo community has established support structures +To ensure it can best advise and assist users on technical and organisational issues, the Kitodo community has established support structures for the following typical scenarios. -1. Users who have clearly defined questions relating to the use and development of Kitodo or Kitodo modules are well-served by the -[Kitodo mailing list](https://maillist.slub-dresden.de/cgi-bin/mailman/listinfo/kitodo-community). They will typically receive -helpful answers from the community or the Kitodo release managers within a short period of time. If this should be unsuccessful -for any reason, the Kitodo association office will address your matter to an experienced member institution. You do not need to -be a member of the association to use the mailing list. The [list archive](https://maillist.slub-dresden.de/pipermail/kitodo-community/) +1. Users who have clearly defined questions relating to the use and development of Kitodo or Kitodo modules are well-served by the +[Kitodo mailing list](https://maillist.slub-dresden.de/cgi-bin/mailman/listinfo/kitodo-community). They will typically receive +helpful answers from the community or the Kitodo release managers within a short period of time. If this should be unsuccessful +for any reason, the Kitodo association office will address your matter to an experienced member institution. You do not need to +be a member of the association to use the mailing list. The [list archive](https://maillist.slub-dresden.de/pipermail/kitodo-community/) provides an impression of the topics and conversations. -2. For users who occasionally need more extensive advice and possibly also on-site practical assistance for Kitodo installation, -workflow modelling, etc., the Kitodo office maintains a list of voluntary mentors. Requests can be directed to these proven experts +2. For users who occasionally need more extensive advice and possibly also on-site practical assistance for Kitodo installation, +workflow modelling, etc., the Kitodo office maintains a list of voluntary mentors. Requests can be directed to these proven experts from various libraries by the association office. More information is available from the [association office](contact@kitodo.org). -3. For institutions that would like an initial and extensive introduction to Kitodo in the form of a product presentation or ongoing -support, in particular on-site, we are happy to provide a list of companies that to the best of our knowledge have already worked in these -fields. To obtain the company list, please also use the [association office address](contact@kitodo.org). Please bear in mind that the +3. For institutions that would like an initial and extensive introduction to Kitodo in the form of a product presentation or ongoing +support, in particular on-site, we are happy to provide a list of companies that to the best of our knowledge have already worked in these +fields. To obtain the company list, please also use the [association office address](contact@kitodo.org). Please bear in mind that the association cannot provide further assistance in selecting service providers. ## Getting started diff --git a/ext_emconf.php b/ext_emconf.php index b519d67cd..deb3dd3c7 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,12 +13,12 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Kitodo.Presentation', 'description' => 'Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.', - 'version' => '3.3.0', + 'version' => '4.0.0', 'category' => 'misc', 'constraints' => [ 'depends' => [ 'php' => '7.3.0-7.4.99', - 'typo3' => '9.5.0-9.5.99' + 'typo3' => '9.5.0-10.4.99' ], 'conflicts' => [], 'suggests' => []