Difference between revisions of "Zz version.pl"

From EPrints Documentation
Jump to: navigation, search
(Added zzz_version.pl)
 
(No difference)

Latest revision as of 14:33, 18 July 2024

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

zz_version.pl builds the final version description, as the parts that make this up may have been modified as different flavours or ingredients have been added.

Example

$c->{version_description} = $c->{version_long} . " (" . $c->{version_alias} . ") (" . $c->{vendor_long} . ")";