Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
B2SAFE
B2SAFE Core
Commits
972a96c6
Commit
972a96c6
authored
Oct 30, 2014
by
Claudio Cacciari
Browse files
updated documentation for release 2.3
parent
f556a1a8
Changes
4
Hide whitespace changes
Inline
Side-by-side
changelog.txt
View file @
972a96c6
B2SAFE module 2.3 [2014/10/30]
Unless you need to apply the patches mentioned in the documentation, there
is no need to recompile the module.
- completed the implementation of the integrity check tools
- extended the authentication mechanism to import automatically X.509 certificate DN
- improved the EPIC client, adding more command line options, optimizing the code
and improving security against XML vulnerabilities.
- added new rules: EUDATiCHECKSUMdate, EUDATeURLsearch, EUDATIntegrityCheck, EUDATVerifyCollection
- added a script named quota_stats.py to calculate the storage stats (used space, number of objects)
per collection
- added new document "tutorial" in the docs directory
B2SAFE module 2.2.1 [2014/08/22]
This is mainly a bug fix release with minor updates related to deployment,
test and integrity check scripts.
...
...
docs/administrator.guide.pdf
View file @
972a96c6
No preview for this file type
docs/tutorial.pdf
0 → 100644
View file @
972a96c6
File added
rulebase/pid-service.re
View file @
972a96c6
...
...
@@ -233,15 +233,12 @@ EUDATGetRorPid(*pid, *ror) {
}
#
#
This
function
create
a
PID
for
$
objPath
and
store
its
value
and
the
checksum
in
the
iCAT
if
it
does
not
exist
.
#
Otherwhise
the
function
modify
the
PID
.
#
#
Environment
variable
used
:
#
$
objPath
#
This
function
creates
a
PID
and
stores
its
value
and
the
checksum
in
the
iCAT
if
it
does
not
exist
.
#
Otherwhise
the
function
modifies
the
PID
.
#
#
Arguments
:
#
*
path
[
IN
]
Path
of
the
source
file
#
*
pid
[
OUT
]
PID
of
the
source
file
#
*
PID
[
OUT
]
PID
of
the
source
file
#
*
ePIDcheck
[
IN
]
Specify
whether
you
want
to
search
for
ePID
(
bool
(
"true"
))
or
not
#
*
iCATuse
[
IN
]
Specify
whether
you
want
to
use
the
iCAT
(
bool
(
"true"
))
or
not
#
*
minTime
[
IN
]
Specify
the
minimum
age
of
the
digital
object
before
looking
for
ePID
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment