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
- DBIS:
- Sidebar: set the selected values as default in select field
- HTML5 compatible
Tested with
Include static template
Set the db IDs.
plugin.tx_libconnect {
ezbbibid = SUBHH
dbisbibid = sub_hh
zdbsid = vid:dbid
}
Set the plugins in your pages.
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>
}
}
}