The Liszt Portal is the central musicological source for information on the 19th century pianist and composer Franz Liszt. It is available under liszt-portal.de. The Liszt Portal is developed by the Digital Franz Liszt Catalogue Raisonné project, funded by the German Research Foundation DFG.
The sitepackage depends on the portal's application modules. These include:
- the catalogue raisonné module (not yet implemented)
- the bibliography module (not yet implemented)
The sitepackage defines the markup and stylings for the portal.
Composer require the package in a TYPO3 installation. The ddev container can be found here. It contains JS files needed for deployment. Copy them if you deploy the portal outside a dockerized environment. The needed files are:
- package.json
- vite-production.config.js
- vite.config.js (for development)
- package-lock.json (if you want to be safe)
Staff records contain basic information on staff members and may be used in the Team or Publications content elements. We would advise to store the records in a designated folder.
Displays a page of team members which are grouped. You can add and name any number of groups. Here you can insert staff records. There are two fixed groups (board and assistants) which contain simple string records.
Displays a page of publications and presentations. Staff records are used to store the information on the authors. Every author must have a staff record.
The sitepackage contains a number of other content elements which are self explaining:
- a page teaser
- an icon based page teaser
- a news listing
- image and image/text elements
- a milestones element (not yet operable)
After changing the content blocks, and after running make commands, you need to flush the cache and setup the extension again:
ddev typo3 cache:flush -g system
ddev typo3 extension:setup --extension=liszt_web
List content blocks:
ddev typo3 content-blocks:list
If you have any questions or encounter any problems, please do not hesitate to contact us.