.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: Includes.txt .. _admin-manual: Administrator Manual ==================== Installation ------------ Just import and install this extension in the extension manager. No configuration and templates are needed for basic operation. TypoScript configuration ------------------------ Single authors can be linked with internal or external pages. Basically, all options that are possible for a typolink string (see TSRef) are possible for link:: plugin.tx_bibtation_pi1.settings { authorLinks { 1.name = Kasper Skarhoy 1.link = http://typo3.org/about/kaspers-korner/ 2.name = Douglas Adams 2.link = 42 } } The following configuration options are useful when grouping by the bib entry types and should be used together. In *entryGroups*, each entry type is assigned an entry type group. Their numbers determine their display order. In *entryGroupNames*, each entry type group can be named. This name is displayed in the group header and the group menu:: plugin.tx_bibtation_pi1.settings { entryGroups { article = 2 book = 1 booklet = 1 conference = 3 inbook = 2 incollection = 2 inproceedings = 3 manual = 4 mastersthesis = 1 misc = 4 phdthesis = 1 proceedings = 1 techreport = 4 unpublished = 4 } entryGroupNames { 1 = Books 2 = Journals and Book Contributions 3 = Conferences and Workshops 4 = Other Publications } }