00 version.pl

From EPrints Documentation
Revision as of 10:15, 4 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added page about config file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

00_version.pl contains the version information for EPrints core as opposed to a particular flavour being used on top of it. This file should never need to be edited, it is just so version number, codenames, etc. can be rendered on appropriate web pages.

Example

$c->{version_long} = "EPrints 3.4.3";
$c->{version_alias} = "Snickerdoodle Sandstorm";
$c->{vendor_long} = "EPrints Services";
$c->{vendor_short} = "eps";
$c->{version_description} = $c->{version_long} . " (" . $c->{version_alias} . ") (" . $c->{vendor_long} . ")";