uniolweb/bibtex

TYPO3 extension for displaying publications from a source in bibtex format

Maintainers

Package info

github.com/Uniolweb/bibtex

Language:TeX

Type:typo3-cms-extension

pkg:composer/uniolweb/bibtex

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v4.0.1 2026-03-24 14:01 UTC

This package is auto-updated.

Last update: 2026-03-24 14:32:14 UTC


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/"