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
- Host: GitHub
- URL: https://github.com/fladi/karltheodor
- Owner: fladi
- Created: 2013-09-12T12:03:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T12:02:57.000Z (over 12 years ago)
- Last Synced: 2025-04-21T11:08:34.212Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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