Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

kuhnuri/kuhnuri-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuhnuri CMS

REST service for a DITA-OT processor queue. The queue persists the state of the queue into a database or keeps it only in memory depending on configuration.

Queue

The queue contains the following fields for an individual job:

  • unique UUID
  • DITA-OT transtype
  • creation timestamp for when the job was added to the queue
  • input file URI
  • output directory URI
  • status: queue, process, done, or error
  • internal unique ID

Process logic

Queue works as FIFO queue.

Related projects