Skip to content

Instantly share code, notes, and snippets.

View otuoma's full-sized avatar
💭
Currently working on dukapoint project

Otuoma Sanya otuoma

💭
Currently working on dukapoint project
View GitHub Profile
@otuoma
otuoma / WATERMARK.md
Last active June 5, 2022 19:53
DSPACE 6.3 WATERMARKING, SECURITY FEATURES AND OTHERS ...

DSPACE 6.3 WATERMARK AND SECURITY FEATURES

This branch includes modifications to dspace such as

  1. Add a watermark step to the submission step in XMLUI to allow watermarking uploaded PDFs
  2. Add security features such as prevent printing, copy-pasting and other additional features to the PDF bitstreams
  3. Add a PDF viewer to the item-view.xsl page with no options for download, print or presentation mode
  4. Force user to login again (even when they are already logged in) for specified dspace objects defined in local.cfg
@otuoma
otuoma / install_dspace_7_on_ubuntu_22_04.md
Last active November 27, 2023 21:19
INSTALL DSPACE 7 ON UBUNTU 22.04
@otuoma
otuoma / Migrate.php
Last active January 30, 2019 12:43
This codeigniter script helped me to migrate koha's biblioitems.marcxml into biblio_metadata table after upgrading. To use it, set up codeigniter and configure it to connect to the old koha database and the new database. Then include this class in controllers. Run it via the commandline.
<?php defined('BASEPATH') OR exit('No direct script access allowed');
class Migrate extends CI_Controller {
public function __construct(){
parent::__construct();
$db = &get_instance();
$this->db = $db->load->database('default', TRUE);
@otuoma
otuoma / DSpace Scheduled tasks using Cronjobs.ipynb
Created November 27, 2018 10:04
Scheduled Tasks in DSpace using Cronjobs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@otuoma
otuoma / DSpace interoperability with OAI.ipynb
Created November 27, 2018 08:29
Enable OAI and import records in DSpace
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@otuoma
otuoma / Introduction to DSpace Mirage 2 Theme.ipynb
Last active November 26, 2018 11:33
Overview of Mirage 2 theme and what responsive design is
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@otuoma
otuoma / Install DSpace 6 with Mirage 2 theme.ipynb
Last active January 31, 2023 10:41
How to install DSpace 6 with Mirage 2 enabled
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@otuoma
otuoma / DSpace 6 - Customize Mirage 2 theme.ipynb
Last active July 7, 2020 18:00
How to customize Dspace 6 style, look and feel for Mirage 2 Theme.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.