From a5d2f47e16f254335d1f701fed4d7b8bc49d4262 Mon Sep 17 00:00:00 2001
From: Henri Bergius
Date: Fri, 12 Jan 2024 22:12:22 +0100
Subject: [PATCH] Link to community UI instead
---
documentation/_posts/2013-07-09-tooling.md | 4 ++--
documentation/index.md | 4 ++--
example/_posts/2013-09-09-clock.md | 2 +-
example/_posts/2014-05-27-react.md | 2 +-
example/_posts/2014-08-05-webaudio.md | 2 +-
example/_posts/2016-03-29-ingress-table.md | 2 +-
example/_posts/2017-07-09-station-announcer.md | 2 +-
example/_posts/2017-11-24-flowhub.md | 4 ++--
example/_posts/2020-12-30-xpress-demo.md | 2 +-
example/index.html | 2 +-
index.html | 10 +++++-----
kickstarter/index.html | 4 ++--
license/index.html | 3 ++-
13 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/documentation/_posts/2013-07-09-tooling.md b/documentation/_posts/2013-07-09-tooling.md
index e0881da8..d8151a4e 100644
--- a/documentation/_posts/2013-07-09-tooling.md
+++ b/documentation/_posts/2013-07-09-tooling.md
@@ -6,12 +6,12 @@ categories:
---
NoFlo itself is just a library for implementing flow-based programs in JavaScript. There is an ecosystem of tools around NoFlo and the [fbp protocol](https://flowbased.github.io/fbp-protocol/) that make it more powerful. Here are some of them:
-* [Flowhub](https://app.flowhub.io) -- browser-based visual programming **IDE** for NoFlo and other flow-based systems
+* [NoFlo UI](https://app.noflojs.org) -- browser-based visual programming **IDE** for NoFlo and other flow-based systems
* [noflo-nodejs](https://github.com/noflo/noflo-nodejs) -- command-line interface for **running NoFlo programs on Node.js**
* [noflo-browser-app](https://github.com/noflo/noflo-browser-app) -- template for building NoFlo programs for **the web**
* [noflo-assembly](https://github.com/noflo/noflo-assembly) -- **industrial approach** for designing NoFlo programs
* [fbp-spec](https://github.com/flowbased/fbp-spec) -- **data-driven tests** for NoFlo and other FBP environments
-* [flowtrace](https://github.com/flowbased/flowtrace) -- tool for **retroactive debugging** of NoFlo programs. Supports visual replay with Flowhub
+* [flowtrace](https://github.com/flowbased/flowtrace) -- tool for **retroactive debugging** of NoFlo programs. Supports visual replay with NoFlo UI
* [fbp-diff](https://github.com/flowbased/fbp-diff) -- Tool for **visualizing changes** between versions of a NoFlo graph
See also the [list of reusable NoFlo modules on NPM](/component/).
diff --git a/documentation/index.md b/documentation/index.md
index fe85e4a0..09f1f576 100644
--- a/documentation/index.md
+++ b/documentation/index.md
@@ -180,7 +180,7 @@ This will show all the various events happening inside the graph:
* Data being sent through the connections
* Connections being closed
-Looking at this is useful in order to understand how information flows through a NoFlo network. Visual tools like [Flowhub](https://flowhub.io/ide/) can give an even better view at how the graph looks and behaves.
+Looking at this is useful in order to understand how information flows through a NoFlo network. Visual tools like [NoFlo UI](https://app.noflojs.org/) can give an even better view at how the graph looks and behaves.
### Running NoFlo in the browser
@@ -226,7 +226,7 @@ Read more in [noflo-component-loader documentation](https://github.com/noflo/nof
For faster project setup, we have a template for creating NoFlo browser applications: **[noflo-browser-app](https://github.com/noflo/noflo-browser-app)**. To use it, follow these steps:
* Fork the project
-* Import the repository in [Flowhub](https://app.flowhub.io/ide/)
+* Import the repository in [NoFlo UI](https://app.noflojs.org/)
* Make changes, synchronize to GitHub
* If you need additional modules, use `npm install --add`
diff --git a/example/_posts/2013-09-09-clock.md b/example/_posts/2013-09-09-clock.md
index 0484e0ae..f82722ae 100644
--- a/example/_posts/2013-09-09-clock.md
+++ b/example/_posts/2013-09-09-clock.md
@@ -5,7 +5,7 @@ tags:
- browser
source: "https://gist.github.com/bergie/86a28c01d66cd8bf672f4e0a3e1ba851"
blog: "http://www.forresto.com/2013/09/noflo-clock-demo/"
-demo: "https://app.flowhub.io/#gist/86a28c01d66cd8bf672f4e0a3e1ba851"
+demo: "https://app.noflojs.org/#gist/86a28c01d66cd8bf672f4e0a3e1ba851"
image: /img/example/clock.png
---
Analog clock implemented using NoFlo's timers and CSS manipulation components.
diff --git a/example/_posts/2014-05-27-react.md b/example/_posts/2014-05-27-react.md
index ca0ba1c1..faf4923c 100644
--- a/example/_posts/2014-05-27-react.md
+++ b/example/_posts/2014-05-27-react.md
@@ -4,7 +4,7 @@ title: React TODO list with NoFlo
tags:
- browser
source: "https://gist.github.com/bergie/c111454c9fd2f74d37d1e8a4e739adfd"
-demo: "https://app.flowhub.io/#gist/c111454c9fd2f74d37d1e8a4e739adfd"
+demo: "https://app.noflojs.org/#gist/c111454c9fd2f74d37d1e8a4e739adfd"
blog: "https://plus.google.com/+HenriBergius/posts/eUMtHgw6bG9"
image: /img/example/react.png
---
diff --git a/example/_posts/2014-08-05-webaudio.md b/example/_posts/2014-08-05-webaudio.md
index 02e5e105..c4fb17c0 100644
--- a/example/_posts/2014-08-05-webaudio.md
+++ b/example/_posts/2014-08-05-webaudio.md
@@ -4,7 +4,7 @@ title: WebAudio with NoFlo
tags:
- browser
source: "https://gist.github.com/bergie/6724a6eb8a1aaf351866e7a43c3ecd43"
-demo: "https://app.flowhub.io/#gist/6724a6eb8a1aaf351866e7a43c3ecd43"
+demo: "https://app.noflojs.org/#gist/6724a6eb8a1aaf351866e7a43c3ecd43"
blog: "http://meemoo.org/blog/2014-08-05-first-steps-for-noflo-webaudio"
image: /img/example/webaudio.png
---
diff --git a/example/_posts/2016-03-29-ingress-table.md b/example/_posts/2016-03-29-ingress-table.md
index d12145f4..b2fbb43a 100644
--- a/example/_posts/2016-03-29-ingress-table.md
+++ b/example/_posts/2016-03-29-ingress-table.md
@@ -5,7 +5,7 @@ tags:
- nodejs
source: "https://github.com/c-base/ingress-table"
blog: "http://bergie.iki.fi/blog/ingress-table/"
-flowhub: "https://app.flowhub.io/#github/c-base/ingress-table"
+flowhub: "https://app.noflojs.org/#github/c-base/ingress-table"
image: /img/example/ingress-table.png
---
An Internet of Things project build with NoFlo and [MicroFlo](http://microflo.org/) to visualize [Ingress](https://www.ingress.com/) gameplay around the [c-base hackerspace](https://c-base.org/) in Berlin.
diff --git a/example/_posts/2017-07-09-station-announcer.md b/example/_posts/2017-07-09-station-announcer.md
index 8dd00ead..10054168 100644
--- a/example/_posts/2017-07-09-station-announcer.md
+++ b/example/_posts/2017-07-09-station-announcer.md
@@ -4,7 +4,7 @@ title: c-base station announcer
tags:
- nodejs
source: "https://github.com/c-base/station-announcer"
-flowhub: "https://app.flowhub.io/#github/c-base/station-announcer"
+flowhub: "https://app.noflojs.org/#github/c-base/station-announcer"
image: /img/example/station-announcer.jpg
---
System for generating random announcements at the [c-base space station](https://c-base.org). These announcements can be converted to audio or displayed on various information screens.
diff --git a/example/_posts/2017-11-24-flowhub.md b/example/_posts/2017-11-24-flowhub.md
index 49289d11..0a282fcd 100644
--- a/example/_posts/2017-11-24-flowhub.md
+++ b/example/_posts/2017-11-24-flowhub.md
@@ -1,10 +1,10 @@
---
layout: demo
-title: Flowhub
+title: NoFlo UI
tags:
- browser
source: "https://github.com/noflo/noflo-ui"
-demo: "https://app.flowhub.io"
+demo: "https://app.noflojs.org"
blog: "https://www.kickstarter.com/projects/noflo/noflo-development-environment"
image: /img/example/noflo-ui.png
---
diff --git a/example/_posts/2020-12-30-xpress-demo.md b/example/_posts/2020-12-30-xpress-demo.md
index 242a7859..626d2f88 100644
--- a/example/_posts/2020-12-30-xpress-demo.md
+++ b/example/_posts/2020-12-30-xpress-demo.md
@@ -5,7 +5,7 @@ tags:
- nodejs
source: "https://github.com/bergie/xpress-demo"
video: "https://youtu.be/x_nhh3yg-Cs"
-flowhub: "https://app.flowhub.io/#github/bergie/xpress-demo"
+flowhub: "https://app.noflojs.org/#github/bergie/xpress-demo"
image: /img/example/xpress-demo.jpg
---
Simple example of building a database-backed REST API with NoFlo and noflo-xpress. Demonstrates using middlewares, and integrating request handling with regular NoFlo components.
diff --git a/example/index.html b/example/index.html
index 1a343327..5689b6ab 100644
--- a/example/index.html
+++ b/example/index.html
@@ -60,7 +60,7 @@ {{ example.title }}
Run Demo
{% endif %}
{% if example.flowhub %}
- Open in Flowhub
+ Open in NoFlo UI
{% endif %}
Related Resources
{% if example.blog %}
diff --git a/index.html b/index.html
index 9123f9f4..07e9d7f1 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@ Understand and design software visually
in a graph. This makes it possible to split your problem in logical areas that make sense,
and to see how they connect with each other.
- NoFlo applications can be designed using Flowhub's integrated
+
NoFlo applications can be designed using NoFlo UI's integrated
web-based graph editor.
@@ -78,10 +78,10 @@
Understand and design software visually
diff --git a/kickstarter/index.html b/kickstarter/index.html
index 1b59741a..0462b6f1 100644
--- a/kickstarter/index.html
+++ b/kickstarter/index.html
@@ -8,11 +8,11 @@
Thank You!
-
Together we funded the NoFlo Development Environment — Flowhub — on Kickstarter.
+
Together we funded the NoFlo Development Environment — NoFlo UI — on Kickstarter.
diff --git a/license/index.html b/license/index.html
index fb5eecc6..1fb67822 100644
--- a/license/index.html
+++ b/license/index.html
@@ -14,7 +14,8 @@ NoFlo license
- Copyright © 2013-2017 Flowhub UG
+ Copyright © 2021-2024 Henri Bergius
+ Copyright © 2013-2020 Flowhub UG
Copyright © 2011-2012 Henri Bergius