uniolweb / bibtex
TYPO3 extension for displaying publications from a source in bibtex format
Package info
Language:TeX
Type:typo3-cms-extension
pkg:composer/uniolweb/bibtex
v4.0.1
2026-03-24 14:01 UTC
Requires
- php: ^8.2
- sypets/osbibx-parser: dev-main || ^4.0.0
- typo3/cms-backend: ^13.4
- typo3/cms-core: ^13.4
- typo3/cms-extbase: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-frontend: ^13.4
- uniolweb/uniollib: dev-main
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0.2
- phpstan/phpstan: ^1 || ^2
- ssch/typo3-rector: ^2.6 || ^3
- typo3/testing-framework: ^7 || ^8
README
TYPO3 extension for displaying bibtex entries. The bibtex entries are loaded from a bibtex file which can be either in the filesystem of the TYPO3 site or loaded via HTTPS.
Currently a no longer maintained bibtex library (osbib) is used. This will be replaced in the future!
Build - create release for non Composer
- see Stack Overflow ["TYPO3: How to publish an extension to TER with Github actions and tailor and add third party library on the fly"](TYPO3: How to publish an extension to TER with Github actions and tailor and add third party library on the fly)
This should be modified slightly because we don't use TER.
Replace the version number with appropriate version number.
Run:
composer build:non-composer-local
git checkout -b release-non-composer-4.0.0
git add .;git commit -m "Non-Composer release 4.0.0"
git tag non-composer-release-4.0.0
git push origin non-composer-release-4.0.0
git archive --format=tar.gz -o /tmp/bibtex-4.0.0.tar.gz --prefix=bibtex/ non-composer-release-4.0.0
git checkout main
echo "Release is in /tmp/"