Browse Source

regenerate static documents

tags/v1.6.0
Nils 2 years ago
parent
commit
17b3b2b5f3
9 changed files with 26 additions and 15 deletions
  1. +1
    -1
      README.md
  2. +2
    -2
      docs/api/index.html
  3. +2
    -2
      docs/index.html
  4. +16
    -5
      docs/src/jackpatch.1
  5. +1
    -1
      docs/src/non-session-manager.1
  6. +1
    -1
      docs/src/nsm-legacy-gui.1
  7. +1
    -1
      docs/src/nsm-proxy-gui.1
  8. +1
    -1
      docs/src/nsm-proxy.1
  9. +1
    -1
      docs/src/nsmd.1

+ 1
- 1
README.md View File

@@ -35,7 +35,7 @@ not the server and protocol.

## User Interface
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
user interface. In fact, if you install Agordejo in your 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`,


+ 2
- 2
docs/api/index.html View File

@@ -821,7 +821,7 @@ osc.udp://myuser.localdomain:11287/
<div class="paragraph">
<p>Each running <code>nsmd</code>, per user, creates a state file under <code>$XDG_RUNTIME_DIR/nsm/d/</code> (usually
<code>/run/user/XXXX/nsm/d/</code>) that can be used to look up running daemons, even if no session is loaded.
The name of the file is `nsmd`s PID and the files contain their daemons osc.udp URL that is
The name of the file is <code>nsmd</code> PID and the files contain their daemons osc.udp URL that is
compatible with the --nsm-url parameter of the GUI.</p>
</div>
<div class="paragraph">
@@ -1921,7 +1921,7 @@ long-standing <code>FIXME</code> in the code by the original author. Or in other
<div id="footer">
<div id="footer-text">
Version API 1.1.2<br>
Last updated 2022-03-29 13:54:15 +0200
Last updated 2022-04-06 23:25:00 +0200
</div>
</div>
</body>

+ 2
- 2
docs/index.html View File

@@ -534,7 +534,7 @@ not the server and protocol.</p>
<div class="sectionbody">
<div class="paragraph">
<p>It is highly recommended to use Agordejo ( <a href="https://www.laborejo.org/agordejo/" class="bare">https://www.laborejo.org/agordejo/</a> ) as graphical
user interface. In fact, if you install Agordejo in you distribution it will install NSM as
user interface. In fact, if you install Agordejo in your distribution it will install NSM as
dependency and you don&#8217;t need to do anything yourself with this software package.</p>
</div>
<div class="paragraph">
@@ -557,7 +557,7 @@ Documentation and tutorials for software-developers will be added at a later dat
<div id="footer">
<div id="footer-text">
Version 1.6.0<br>
Last updated 2022-03-29 13:54:15 +0200
Last updated 2022-04-06 23:25:00 +0200
</div>
</div>
</body>

+ 16
- 5
docs/src/jackpatch.1 View File

@@ -1,19 +1,30 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH JACKPATCH "1" "March 2022" "jackpatch Version 1.6.0" "User Commands"
.TH JACKPATCH "1" "April 2022" "jackpatch Version 1.6.0" "User Commands"
.SH NAME
jackpatch \- manual page for jackpatch Version 1.6.0
.SH DESCRIPTION
jackpatch \- Remember the JACK Audio Connection Kit Graph in NSM
jackpatch \- Remember and restore the JACK Audio Connection Kit Graph in NSM
.PP
It is a module for the 'New Session Manager' and only communicates
over OSC in an NSM\-Session and has no standalone functionality.
It is intended as module for the 'New Session Manager' and only communicates
over OSC in an NSM\-Session.
.PP
It has limited standalone functionality for testing and debugging, such as:
.SS "Usage:"
.TP
jackpatch [filename]
Restore a snapshot from \fB\-\-save\fR and monitor.
.IP
jackpatch \fB\-\-help\fR
.SH OPTIONS
.TP
\fB\-\-help\fR
Show this screen
Show this screen and exit
.TP
\fB\-\-version\fR
Show version and exit
.TP
\fB\-\-save\fR
Save current connection snapshot to file and exit
.SH "REPORTING BUGS"
https://github.com/jackaudio/new-session-manager/issues
.SH COPYRIGHT


+ 1
- 1
docs/src/non-session-manager.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH NSM-LEGACY-GUI "1" "March 2022" "nsm-legacy-gui Version 1.6.0" "User Commands"
.TH NSM-LEGACY-GUI "1" "April 2022" "nsm-legacy-gui Version 1.6.0" "User Commands"
.SH NAME
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0
.SH DESCRIPTION


+ 1
- 1
docs/src/nsm-legacy-gui.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH NSM-LEGACY-GUI "1" "March 2022" "nsm-legacy-gui Version 1.6.0" "User Commands"
.TH NSM-LEGACY-GUI "1" "April 2022" "nsm-legacy-gui Version 1.6.0" "User Commands"
.SH NAME
nsm-legacy-gui \- manual page for nsm-legacy-gui Version 1.6.0
.SH DESCRIPTION


+ 1
- 1
docs/src/nsm-proxy-gui.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH NSM-PROXY-GUI "1" "March 2022" "nsm-proxy-gui Version 1.6.0" "User Commands"
.TH NSM-PROXY-GUI "1" "April 2022" "nsm-proxy-gui Version 1.6.0" "User Commands"
.SH NAME
nsm-proxy-gui \- manual page for nsm-proxy-gui Version 1.6.0
.SH DESCRIPTION


+ 1
- 1
docs/src/nsm-proxy.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH NSM-PROXY "1" "March 2022" "nsm-proxy Version 1.6.0" "User Commands"
.TH NSM-PROXY "1" "April 2022" "nsm-proxy Version 1.6.0" "User Commands"
.SH NAME
nsm-proxy \- manual page for nsm-proxy Version 1.6.0
.SH DESCRIPTION


+ 1
- 1
docs/src/nsmd.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH NSMD "1" "March 2022" "nsmd Version 1.6.0" "User Commands"
.TH NSMD "1" "April 2022" "nsmd Version 1.6.0" "User Commands"
.SH NAME
nsmd \- manual page for nsmd Version 1.6.0
.SH DESCRIPTION


Loading…
Cancel
Save