public
Fork of dvdplm/ruby-taskr
Description: Cron-like networked scheduling daemon with a RESTful web interface.
Homepage: http://code.google.com/p/ruby-taskr/
Clone URL: git://github.com/zuk/taskr.git
taskr /
name age message
file .gitignore Fri May 01 15:50:16 -0700 2009 ignore the pkg directory generated by `rake pac... [zuk]
file .project Fri Feb 13 12:03:00 -0800 2009 * Changes throughout for compatibility with Pic... [zuk]
file CHANGELOG.txt Fri May 23 09:31:18 -0700 2008 CHANGELOG moved to History.txt for Hoe's pleasu... [zuk]
file GPLv3-LICENSE.txt Mon Dec 03 08:28:36 -0800 2007 git-svn-id: http://ruby-taskr.googlecode.com/sv... [zuk]
file History.txt Thu Feb 26 14:23:22 -0800 2009 * Now uses Rack and Camping 2.0 and is compatib... [zuk]
file Manifest.txt Fri May 01 15:43:19 -0700 2009 cleaned up gemspec, manifest, etc. [zuk]
file README.txt Fri May 22 07:50:21 -0700 2009 fixed typo, added link to wikipedia article on ... [zuk]
file Rakefile Fri May 08 13:52:22 -0700 2009 now need reststop 0.4.1 [zuk]
directory bin/ Fri May 01 16:04:55 -0700 2009 fixed path pointing to the load_picnic script [zuk]
file config.example.yml Tue Oct 14 12:06:41 -0700 2008 * Taskr can be configured to send SNMP traps wh... [zuk]
directory examples/ Thu Dec 27 14:31:08 -0800 2007 ... git-svn-id: http://ruby-taskr.googlecode.c... [zuk]
directory lib/ Fri May 08 13:44:30 -0700 2009 adding new tasks should work again (needed to m... [zuk]
directory public/ Thu Feb 26 14:23:22 -0800 2009 * Now uses Rack and Camping 2.0 and is compatib... [zuk]
file setup.rb Mon Nov 26 09:55:48 -0800 2007 Initial import. git-svn-id: http://ruby-taskr.... [zuk]
file taskr.gemspec Fri May 01 15:43:19 -0700 2009 cleaned up gemspec, manifest, etc. [zuk]
directory taskr4rails/ Fri Jan 30 12:38:41 -0800 2009 disable sessions git-svn-id: http://ruby-taskr... [zuk]
file test.rb Mon Nov 26 09:55:48 -0800 2007 Initial import. git-svn-id: http://ruby-taskr.... [zuk]
directory test/ Mon Nov 26 09:55:48 -0800 2007 Initial import. git-svn-id: http://ruby-taskr.... [zuk]
README.txt
= Taskr

Taskr is a stand-alone HTTP daemon, providing a cron-like networked scheduling 
service. Tasks are created and managed via a RESTful API over HTTP, allowing 
other REST-aware services to schedule and manage jobs.

For more information on REST (Representational State Transfer), see:

http://en.wikipedia.org/wiki/Representational_State_Transfer

For more information on Taskr, see the project's Google Code page:

http://code.google.com/p/ruby-taskr/



== LICENSE

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.