An open API service indexing awesome lists of open source software.

https://github.com/fladi/karltheodor

Plagiarism checking middleware for CAMPUSonline and iThenticate
https://github.com/fladi/karltheodor

Last synced: about 1 year ago
JSON representation

Plagiarism checking middleware for CAMPUSonline and iThenticate

Awesome Lists containing this project

README

          

# Karl Theodor

## Installation

### Required perl modules

The following modules need to be installed though a package manger (apt, yum, zypper, ...) or through CPAN.

* Getopt::Long
* Config::General
* Pod::Usage
* Log::Log4perl
* Storable
* Array::Diff
* MIME::Base64
* Data::UUID
* List::Util
* Try::Tiny
* DateTime
* LWP::UserAgent
* IPC::Run

### Optional software

There is additional software that can be used with KarlTheodor that is outside the scope of perl.

* wkhtmltopdf (Convert HTML to PDF)
* GhostScript (Convert PDF to PDF/A)

## Usage

TODO