Skip to content

Commit

Permalink
Merge pull request #799 from albig/fix-readme
Browse files Browse the repository at this point in the history
Update Readme and version number
  • Loading branch information
Alexander Bigga committed Apr 8, 2022
2 parents dcd4104 + 5faf34c commit fa6baf7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand All @@ -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]([email protected]).
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]([email protected]). 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]([email protected]). Please bear in mind that the
association cannot provide further assistance in selecting service providers.

## Getting started
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => []
Expand Down

0 comments on commit fa6baf7

Please sign in to comment.