Browse Source

Fix spelling in README

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 4 years ago
parent
commit
b9a1a2df68
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      README.md

+ 5
- 5
README.md View File

@@ -17,7 +17,7 @@ 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).

To learn NSM you don't need to know the background information from our documention, which
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,
not the server and protocol.

@@ -27,7 +27,7 @@ not the server and protocol.
* Simple and hassle-free build system to make packaging easy
* Possibility to react to sensible bug fixes that would not have been integrated original nsmd
* Stay upwards and downwards compatible with original nsmd
* Conservative and hesistant in regards to new features and behaviour-changes, but possible in principle
* Conservative and hesitant in regards to new features and behaviour-changes, but possible in principle
* Keep the session-manager separate from the other NON* tools Mixer, Sequencer and Timeline.
* Protect nsmd from vanishing from the internet one day.
* The goal is to become the de-facto standard session manager for Linux distributions
@@ -38,7 +38,7 @@ user interface. In fact, if you install Argodejo in you distribution it will ins
dependency and you don't need to do anything yourself with this software package.

This repository also contains the legacy FLTK interface simply called `new-session-manager`,
symlinked to `non-session-mnanager` for backwards compatibility. (e.g. autostart scripts etc.)
symlinked to `non-session-manager` for backwards compatibility. (e.g. autostart scripts etc.)

## Supported Clients

@@ -53,7 +53,7 @@ which was released the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
All files, except nsm.h kept in this fork were GPL "version 2 of the License, or (at your
option) any later version."

`nsm.h` is licenced under the ISCL.
`nsm.h` is licensed under the ISCL.

New-Session-Manager changed the license to GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
See file COPYING
@@ -77,4 +77,4 @@ Some distributions (and possibly local laws) prevent a forked software project f
executable files under the same name, if the name itself is an original work subject to copyright,
which it arguably is for the "NON-"-suite. Therefore New Session Manager renamed
`non-session-manager` to `new-session-manager`. Installing will also create a symlink to
`non-session-mnanager` for backwards compatibility. (e.g. autostart scripts etc.).
`non-session-manager` for backwards compatibility. (e.g. autostart scripts etc.).

Loading…
Cancel
Save