-
We need a property for item type to represent sierra item type code. We will use a local predicate. Range will be an object with code and label. Codes will be at: https://drive.google.com/drive/u/1/fo…
-
- what exactly are the differences in data values between s6 genericfile and s7 genericwork?
- what are the implications of "NOTE: derivatives are served from the filesystem in Sufia 7, which is a dif…
-
Currently, it appears that some services are NOT installed into the locations where openrc is expecting them.
Some packages (such as `pcdm`) are installed into both `rc.d/` and `init.d/`
```
(i…
-
- [ ] Metadata: MODS import
- [ ] PCDM
- [ ] Phasing: can we import single-file items under current Sufia generic-file model, and then migrate them to PCDM later? - this would allow us to do
- Postc…
-
Consider the code in `main()`:
```c++
int sid = -1;
int pid = fork();
if(pid < 0){
...
}else if( pid ==0 ){
sid = setsid(); //start a session
...
}else{
...
w…
jdebp updated
7 years ago
-
Currently the default namespace is `kb` in the Blazegraph web interface. We should make it `islandora`.
Related to:
- https://github.com/Islandora-CLAW/CLAW/issues/535
- https://github.com/Isl…
-
The [works extension](https://github.com/duraspace/pcdm/blob/master/pcdm-ext/works.rdf) includes a FileSet class that represents an original file and other files derived from it. The Hydra implementa…
-
A FileSet is the member of only one Object. So, Object:FileSet is 1:M and not M:M. I think these needs to be explicitly stated.
awead updated
7 years ago
-
_From @grahamperrin on August 23, 2016 0:34_
Enhancement request.
If – for example – a prior use of the PersonaCrypt device did not end with a clean export, then there should be a more user-friendl…
-
This issue became most noticeable after I preferred
`autoboot_delay="15"` in
`/boot/loader.conf` and it feels regressive.
At the FreeBSD loader: around the end of the fifteen second countdown,…