X-Git-Url: https://git.pterodactylus.net/?p=rhynodge.git;a=blobdiff_plain;f=README.md;h=da012439d977c3983792be9cabe66a1a6a3d4c03;hp=7dcd717f2b75ab3a12775e742dcddcf29bcd2576;hb=610881d0df0171859c373252a986d59cf12ce836;hpb=a237607964d726df9d5f66cf708edbf682c524e8 diff --git a/README.md b/README.md index 7dcd717..da01243 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rhynodge is a tool that lets you periodically execute tasks that depend on certa Its concept is quite similar to websites like ifttt (“if this then that”): you evaluate an input condition (e. g. data from a website, Facebook or Twitter posts, incoming emails, existence of a file), and if it evaluates to “yes” you execute a certain action. -## Concepts +## Internal Concepts The core of Rhynodge comprises ``Reaction``s which in turn consist of ``Query``s, ``Filter``s, ``Trigger``s, and ``Action``s.