Browse Source

update docs and github pages to new URL

tags/v1.5.1
Nils 4 years ago
parent
commit
ce4cbd9d34
10 changed files with 27 additions and 27 deletions
  1. +3
    -3
      docs/api/index.html
  2. +6
    -6
      docs/index.html
  3. +2
    -2
      docs/src/api/index.adoc
  4. +4
    -4
      docs/src/index.adoc
  5. +2
    -2
      docs/src/jackpatch.1
  6. +2
    -2
      docs/src/non-session-manager.1
  7. +2
    -2
      docs/src/nsm-legacy-gui.1
  8. +2
    -2
      docs/src/nsm-proxy-gui.1
  9. +2
    -2
      docs/src/nsm-proxy.1
  10. +2
    -2
      docs/src/nsmd.1

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

@@ -545,7 +545,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
wrote the majority of this API document, especially the API itself. <strong>The API is the same</strong>. Any
technical changes or differences in behaviour are described in <a href="#_api_versions_and_behaviour_changes">API Versions and Behaviour Changes</a>.
All other changes to this document can be reviewed by accessing the git log. This document is
licensed under CC-By-Sa v2.5. See <a href="https://github.com/linuxaudio/new-session-manager/tree/master/docs/src/api">LICENSE</a>
licensed under CC-By-Sa v2.5. See <a href="https://github.com/jackaudio/new-session-manager/tree/master/docs/src/api">LICENSE</a>
</td>
</tr>
</table>
@@ -1629,7 +1629,7 @@ PATCH version when you make backwards compatible bug fixes.</code></pre>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">New Session Manager API</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">1.1.1 <a href="https://github.com/linuxaudio/new-session-manager/blob/master/src/nsmd.cpp">NEW nsmd.cpp</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">1.1.1 <a href="https://github.com/jackaudio/new-session-manager/blob/master/src/nsmd.cpp">NEW nsmd.cpp</a></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">New API Document</p></td>
@@ -1800,7 +1800,7 @@ behaviour more strictly as well, removing false session entries in 3rd party cli
<div id="footer">
<div id="footer-text">
Version API 1.1.1<br>
Last updated 2021-01-15 10:27:09 +0100
Last updated 2021-03-19 17:29:42 +0100
</div>
</div>
</body>

+ 6
- 6
docs/index.html View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.12">
<meta name="author" content="LinuxAudio.org">
<meta name="author" content="Nils Hilbricht">
<title>New Session Manager Documentation</title>
<style>
/* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -442,7 +442,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div id="header">
<h1>New Session Manager Documentation</h1>
<div class="details">
<span id="author" class="author">LinuxAudio.org</span><br>
<span id="author" class="author">Nils Hilbricht</span><br>
<span id="revnumber">version 1.5.0</span>
</div>
</div>
@@ -452,16 +452,16 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/linuxaudio/new-session-manager">Sourcecode</a></p>
<p><a href="https://github.com/jackaudio/new-session-manager">Sourcecode</a></p>
</li>
<li>
<p><a href="https://github.com/linuxaudio/new-session-manager/issues">Bug and Issue Tracker</a></p>
<p><a href="https://github.com/jackaudio/new-session-manager/issues">Bug and Issue Tracker</a></p>
</li>
<li>
<p><a href="api/index.html">API</a> document that describes all OSC Messages</p>
</li>
<li>
<p><a href="http://non.tuxfamily.org/session-manager/doc/MANUAL.html">Legacy-GUI Manual</a>. The original Non-Session-Manager manual is still valid.</p>
<p><a href="http://non.tuxfamily.org/session-manager/doc/MANUAL.html">Legacy-GUI Manual</a>. The original Non-Session-Manager GUI manual is still valid.</p>
</li>
</ul>
</div>
@@ -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.5.0<br>
Last updated 2021-01-15 10:27:09 +0100
Last updated 2021-03-19 17:29:42 +0100
</div>
</div>
</body>

+ 2
- 2
docs/src/api/index.adoc View File

@@ -33,7 +33,7 @@ link:http://non.tuxfamily.org/nsm/API.html["Non Session Manager" by Jonathan Moo
wrote the majority of this API document, especially the API itself. *The API is the same*. Any
technical changes or differences in behaviour are described in <<API Versions and Behaviour Changes>>.
All other changes to this document can be reviewed by accessing the git log. This document is
licensed under CC-By-Sa v2.5. See link:https://github.com/linuxaudio/new-session-manager/tree/master/docs/src/api[LICENSE]
licensed under CC-By-Sa v2.5. See link:https://github.com/jackaudio/new-session-manager/tree/master/docs/src/api[LICENSE]


IMPORTANT: The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD
@@ -752,7 +752,7 @@ PATCH version when you make backwards compatible bug fixes.
|Non Session Manager API | 1.0 link:https://github.com/original-male/non/blob/master/session-manager/src/nsmd.C[NON nsmd.C]
|Original API Document | 1.0 link:http://non.tuxfamily.org/nsm/API.html[non.tuxfamily.org/nsm/API.html]
|New Session Manager | 1.5.0
|New Session Manager API | 1.1.1 link:https://github.com/linuxaudio/new-session-manager/blob/master/src/nsmd.cpp[NEW nsmd.cpp]
|New Session Manager API | 1.1.1 link:https://github.com/jackaudio/new-session-manager/blob/master/src/nsmd.cpp[NEW nsmd.cpp]
|New API Document | 1.5.0 link:#[Here]

|===


+ 4
- 4
docs/src/index.adoc View File

@@ -11,17 +11,17 @@ letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
A copy of the license has been provided in the file documentation/LICENSE.
////

:Author: LinuxAudio.org
:Author: Nils Hilbricht
:iconfont-remote!:
:!webfonts:
:revnumber: 1.5.0

= New Session Manager Documentation

* link:https://github.com/linuxaudio/new-session-manager[Sourcecode]
* link:https://github.com/linuxaudio/new-session-manager/issues[Bug and Issue Tracker]
* link:https://github.com/jackaudio/new-session-manager[Sourcecode]
* link:https://github.com/jackaudio/new-session-manager/issues[Bug and Issue Tracker]
* link:api/index.html[API] document that describes all OSC Messages
* link:http://non.tuxfamily.org/session-manager/doc/MANUAL.html[Legacy-GUI Manual]. The original Non-Session-Manager manual is still valid.
* link:http://non.tuxfamily.org/session-manager/doc/MANUAL.html[Legacy-GUI Manual]. The original Non-Session-Manager GUI manual is still valid.


include::readme-01.md[]

+ 2
- 2
docs/src/jackpatch.1 View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH JACKPATCH "1" "January 2021" "jackpatch Version 1.5.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2.
.TH JACKPATCH "1" "March 2021" "jackpatch Version 1.5.0" "User Commands"
.SH NAME
jackpatch \- manual page for jackpatch Version 1.5.0
.SH DESCRIPTION


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

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


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

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


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

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


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

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH NSM-PROXY "1" "January 2021" "nsm-proxy Version 1.5.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2.
.TH NSM-PROXY "1" "March 2021" "nsm-proxy Version 1.5.0" "User Commands"
.SH NAME
nsm-proxy \- manual page for nsm-proxy Version 1.5.0
.SH DESCRIPTION


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

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH NSMD "1" "January 2021" "nsmd Version 1.5.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2.
.TH NSMD "1" "March 2021" "nsmd Version 1.5.0" "User Commands"
.SH NAME
nsmd \- manual page for nsmd Version 1.5.0
.SH DESCRIPTION


Loading…
Cancel
Save