web interface: sort descriptions like the form fields in get_info, cert_search
[openxpki.git] / www.openxpki.org / trunk / .VERSION_DEFINITION
blobcc84bf798748bb0465a0ec92790553e8346cb693
2 # Written by Martin Bartosch for the OpenXPKI project 2006
3 # Copyright (c) 2006 by The OpenXPKI Project
5 ###########################################################################
6 # Format definitions. The formats defined here can be used as symbolic 
7 # names for the --format option.
9 [FORMAT_DEFINITIONS]
11 ###########################################################################
12 # Version number components
14 # built-in components (component names are 'magic'), but you can modify 
15 # the keyword(s).
16 # Currently the following magic built-ins are defined:
17 # 'revision'
18 #     the global SVN revision number
19 # 'last-changed-revision'
20 #     obtains the highest "Last Changed Rev" below the current 
21 #     directory (recursively)
22 # The following keywords are only expanded if Git is used:
23 # 'git-commit-hash'
24 #     commit hash
25 # 'git-abbreviated-commit-hash'
26 #     abbreviated commit hash (hint: git-show-ref -h -s --abbrev HEAD)
27 # 'git-tag'
28 #     tag name of the current checkout (empty string if no tag is defined,
29 #     if more than one tags are set for the current head then only the first
30 #     tag is reported)
32 [revision]
33 keyword:          SVN_REVISION
35 [last-changed-revision]
36 keyword:          SVN_LAST_CHANGED_REVISION