subhh/libconnect

This package is abandoned and no longer maintained. No replacement package was suggested.

Diese Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.

Package info

github.com/subhh/libconnect

Homepage

Documentation

Type:typo3-cms-extension

pkg:composer/subhh/libconnect

Statistics

Installs: 2 029

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 9

11.0.0 2025-10-15 11:16 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 2cb324473d3f6f4d7949636f85393cc0f071f0a8

TYPO3 CMSezbdbis


README

Libconnect is an TYPO3 extension which was initially developed by Avonis for the Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky (SUB). The SUB maintains it now. With libconnect it is possible to display the information of EZB and DBIS of the University Regensburg on an TYPO3 based website.

Here is the German Manual.

Visit our git repository: https://github.com/subhh/libconnect

11.0.0

11.0.0 - Compatibility to TYPO3 13.4 - fix problem form returns 404 &cHash empty - EZB: - Fix Error on not existing values in xml - Fixed some errors

Tested with - TYPO3 13.4.18

Configuration

  1. Include static template

  2. Set the db IDs.

     plugin.tx_libconnect {
     ezbbibid = SUBHH
     dbisbibid = sub_hh
     zdbsid = vid:dbid
     }
    
  3. Set the plugins in your pages.

Customize your design

Set paths to templates, partials and layouts

 plugin.tx_libconnect {
 view {
 templateRootPaths {
 0 = EXT:libconnect/Resources/Private/Templates/
 1 = <yourPath>
 }
 partialRootPaths {
 0 = EXT:libconnect/Resources/Private/Partials/
 1 = <yourPath>
 }

 layoutRootPaths {
 0 = EXT:libconnect/Resources/Private/Layouts/
 1 = <yourPath>
 }
 }
 }