libconnect ========== 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 6.1.0 ----- :: - DBIS: - list, new in DBIS: decide to show short or full licence information - fixed double access information in lists - better comatibility to TYPO3 8 LTS Tested with - TYPO3 7.6.32 - TYPO3 8.7.24 - TYPO3 9.5.4 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 = } partialRootPaths { 0 = EXT:libconnect/Resources/Private/Partials/ 1 = } layoutRootPaths { 0 = EXT:libconnect/Resources/Private/Layouts/ 1 = } } } Deactivate standard CSS ~~~~~~~~~~~~~~~~~~~~~~~ :: page.includeCSS.dbis > page.includeCSS.ezb >