From 972b8ca3ad577b0e5b6ad66bcb17b8cd384aef12 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Fri, 24 Jul 2020 13:50:54 +0200 Subject: [PATCH] Change all occurences of argodejo to agordejo --- README.md | 6 +++--- docs/api/index.html | 2 +- docs/index.html | 6 +++--- docs/src/api/index.adoc | 2 +- docs/src/nsmd.1 | 2 +- docs/src/readme-01.md | 6 +++--- src/nsmd.cpp | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3d0093e..6ec3ab9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and continue where you left off. All files belonging to the session will be saved in the same directory. If you are a user (and not a programmer or packager) everything you need is to install NSM -through your distributions package manager and, highly recommended, Argodejo as a GUI (see below). +through your distributions package manager and Agordejo as a GUI (see below). To learn NSM you don't need to know the background information from our documentation, which is aimed at developers that want to implement NSM support in their programs. Learn the GUI, @@ -33,8 +33,8 @@ not the server and protocol. * The goal is to become the de-facto standard music session manager for Linux distributions ## User Interface -It is highly recommended to use Argodejo ( https://www.laborejo.org/argodejo/ ) as graphical -user interface. In fact, if you install Argodejo in you distribution it will install NSM as +It is recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical +user interface. In fact, if you install Agordejo in you distribution it will install NSM as dependency and you don't need to do anything yourself with this software package. This repository also contains the legacy FLTK interface simply called `nsm-legacy-gui`, diff --git a/docs/api/index.html b/docs/api/index.html index f7b4f0f..6b8b888 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -569,7 +569,7 @@ guidelines, which can easily be implemented by various applications.
This project contains a program called nsmd
which is an implementation of the server side of
the NSM API. nsmd
can be controlled by direct OSC messages, or (more commonly) a GUI:
Included in this package is the nsm-legacy-gui
, which gets symlinked to "non-session-manager`.
-Another GUI is "Argodejo". Other applications exist that (partially) support the NSM API and are able
+Another GUI is "Agordejo". Other applications exist that (partially) support the NSM API and are able
to load clients, but they do not use the New-Session-Manager (or Non-Session-Manager) implementation
and are therefore out of scope for this document.
If you are a user (and not a programmer or packager) everything you need is to install NSM -through your distributions package manager and, highly recommended, Argodejo as a GUI (see below).
+through your distributions package manager and, highly recommended, Agordejo as a GUI (see below).To learn NSM you don’t need to know the background information from our documentation, which @@ -532,8 +532,8 @@ not the server and protocol.
It is highly recommended to use Argodejo ( https://www.laborejo.org/argodejo/ ) as graphical -user interface. In fact, if you install Argodejo in you distribution it will install NSM as +
It is highly recommended to use Agordejo ( https://www.laborejo.org/agordejo/ ) as graphical +user interface. In fact, if you install Agordejo in you distribution it will install NSM as dependency and you don’t need to do anything yourself with this software package.