From a8ebe5a8927eb40f06828d18e5c3e75f6afd033f Mon Sep 17 00:00:00 2001 From: Owen Young <62473795+theowenyoung@users.noreply.github.com> Date: Wed, 10 Feb 2021 14:27:25 +0800 Subject: [PATCH 1/4] Add Actionsflow to Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a64a6b42..b9eceffd 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ _Some [Content Management System](#content-management-systems-cms) solutions als _See also [Internet of Things (IoT)](#internet-of-things-iot)_ - [Accelerated Text](https://github.com/tokenmill/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. `Apache-2.0` `Java` +- [Actionsflow](https://github.com/actionsflow/actionsflow) - Actionsflow helps you automate your workflows based on Github actions, it is a free IFTTT/Zapier alternative for developers, you use a YAML file similar to the Github Actions configuration to build your workflows, deploy them on Github or self hosted. `MIT` `Yaml/Node` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [Alltube](http://www.alltubedownload.net) - Web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html). ([Source Code](https://github.com/Rudloff/alltube)) `GPL-3.0` `PHP` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java` From ac75507060d5f9392281f3de9db148c28404809d Mon Sep 17 00:00:00 2001 From: Owen Young Date: Wed, 10 Feb 2021 15:04:27 +0800 Subject: [PATCH 2/4] fix: word count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9eceffd..296913c4 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ _Some [Content Management System](#content-management-systems-cms) solutions als _See also [Internet of Things (IoT)](#internet-of-things-iot)_ - [Accelerated Text](https://github.com/tokenmill/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. `Apache-2.0` `Java` -- [Actionsflow](https://github.com/actionsflow/actionsflow) - Actionsflow helps you automate your workflows based on Github actions, it is a free IFTTT/Zapier alternative for developers, you use a YAML file similar to the Github Actions configuration to build your workflows, deploy them on Github or self hosted. `MIT` `Yaml/Node` +- [Actionsflow](https://github.com/actionsflow/actionsflow) - A free IFTTT/Zapier alternative for developers, Actionsflow helps you automate your workflows based on Github actions, you use a YAML file similar to the Github Actions configuration to build your workflows, deploy them on Github or self hosted. `MIT` `Yaml/Node` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [Alltube](http://www.alltubedownload.net) - Web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html). ([Source Code](https://github.com/Rudloff/alltube)) `GPL-3.0` `PHP` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java` From ddf5bffc7513a786aae62d18ae942f5568d7a756 Mon Sep 17 00:00:00 2001 From: Owen Young <62473795+theowenyoung@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:52:37 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20add=20=E2=9A=A0,=20change=20descript?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296913c4..0c0dc975 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ _Some [Content Management System](#content-management-systems-cms) solutions als _See also [Internet of Things (IoT)](#internet-of-things-iot)_ - [Accelerated Text](https://github.com/tokenmill/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. `Apache-2.0` `Java` -- [Actionsflow](https://github.com/actionsflow/actionsflow) - A free IFTTT/Zapier alternative for developers, Actionsflow helps you automate your workflows based on Github actions, you use a YAML file similar to the Github Actions configuration to build your workflows, deploy them on Github or self hosted. `MIT` `Yaml/Node` +- [Actionsflow](https://github.com/actionsflow/actionsflow) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. `MIT` `Yaml/Node` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [Alltube](http://www.alltubedownload.net) - Web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html). ([Source Code](https://github.com/Rudloff/alltube)) `GPL-3.0` `PHP` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java` From ffc25ee96c955c275eee32c168e9262396ec6b96 Mon Sep 17 00:00:00 2001 From: Owen Young <62473795+theowenyoung@users.noreply.github.com> Date: Sun, 28 Feb 2021 21:31:43 +0800 Subject: [PATCH 4/4] fix: change Actionsflow Language to Docker/Nodejs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0dc975..f2734e8a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ _Some [Content Management System](#content-management-systems-cms) solutions als _See also [Internet of Things (IoT)](#internet-of-things-iot)_ - [Accelerated Text](https://github.com/tokenmill/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. `Apache-2.0` `Java` -- [Actionsflow](https://github.com/actionsflow/actionsflow) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. `MIT` `Yaml/Node` +- [Actionsflow](https://github.com/actionsflow/actionsflow) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. `MIT` `Docker/Nodejs` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [Alltube](http://www.alltubedownload.net) - Web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html). ([Source Code](https://github.com/Rudloff/alltube)) `GPL-3.0` `PHP` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java`