From 83bd3ec2e4d21aa691013a9d25bfaeb74ea6ddfd Mon Sep 17 00:00:00 2001 From: Fish <> Date: Wed, 29 Dec 2010 16:29:13 +0000 Subject: [PATCH] add todo --- .gitattributes | 1 + TODO | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 TODO diff --git a/.gitattributes b/.gitattributes index fc264eb..a647ba7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto !eol +/TODO -text cronie-1.4.6/AUTHORS -text cronie-1.4.6/COPYING -text cronie-1.4.6/ChangeLog -text diff --git a/TODO b/TODO new file mode 100644 index 0000000..4071466 --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ +This is not just another cron + +* Support Standard Vixie Crontab +* rewritten in C++ +* Support the following Interfaces: + - Scripts/Executables + - Databases (via CPPDB?) + - WebCron (connect to a URL) + - innotify of files added/modified +* Load Average Control +* IO Utilization Control +* Remote HTML Interface (with Witty) +* Remote Control/Distribution of Jobs +* Capture output of Jobs and filter through Regex (to be possibly passed + onto other jobs) +* Job Chaining (execute one job after another completes) +* Job Serialization (Capture output from previous job, feed to next job) +* Mailto Replacement (to support remote users?) +* Mail Queuing - Combine Job output into single summary emails + +Components: +Tinjac - The Crond Replacement. +crontab - to edit standard crontabs +Tinjacd - The tinjac Controller (optional - No needed for standalone + operations)