subhh / libconnect
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.
Installs: 949
Dependents: 0
Suggesters: 0
Security: 1
Stars: 8
Watchers: 7
Forks: 7
Open Issues: 8
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
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
10.0.3
- DBIS:
- Change verification of content-type for new version of dbis.
- Details:
- Added Ressource-ID
- automatic change of english and german for the fields content and instruction
- dbinfo is removed from links because of changes of the interface.
- List:
- Fixed links to top databases
- Miniform:
- Fixed Error in new in subject.
- Sorting and filter by access is temporarily deactivated
- EZB:
- Detail:
- Access conditions added
- Added links for P-ISSN and E-ISSN
- Added publishing information: oa and doaj
Tested with - TYPO3 12.4.14
Configuration
-
Include static template
-
Set the db IDs.
plugin.tx_libconnect { ezbbibid = SUBHH dbisbibid = sub_hh zdbsid = vid:dbid }
-
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>
}
}
}