Files | Admin

Notes:

Release Name: v13.2.0

Notes:
"Automatic Ruby" is updated!

This is a powerful framework for automation all!

This framework can be extended freely by the plug-ins!


Installation to put follow command.
$ gem install automatic

Create your own plug-ins directory by follow command.
$ automatic-config scaffold
So, ~/.automatic/plugins/ will be create.

Specify any recipe with -c option.
$ automatic -c <recipe>

Example.
$ automatic -c your_recipe.yml

If exist ~/.automatic/config/your_recipe.yml, load it.

Check the documents!
https://github.com/id774/automaticruby/tree/master/doc

Learn more!
https://github.com/id774/automaticruby



Changes: === 13.2.0 / 2013-02-13 * All subscription and download plugins implemented retry function. * Plugin Filter::Ignore has become item-based filter. * Plugin Filter::Reverse renamed to Filter::Sort. * Added new plugins. * Subscription::GoogleReaderStar * Filter::FullFeed * Publish::Instapaper * Improvement tests. * And other minor bug fix.