Browse Source

Update repository paths in documentation.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
2861509b52
9 changed files with 40 additions and 35 deletions
  1. +3
    -5
      mixer/doc/OVERVIEW.html
  2. +2
    -4
      mixer/doc/OVERVIEW.mu
  3. +3
    -4
      sequencer/doc/OVERVIEW.html
  4. +2
    -8
      sequencer/doc/OVERVIEW.mu
  5. +14
    -1
      session-manager/doc/MANUAL.html
  6. +7
    -0
      session-manager/doc/MANUAL.mu
  7. +2
    -2
      session-manager/doc/Makefile
  8. +4
    -6
      timeline/doc/OVERVIEW.html
  9. +3
    -5
      timeline/doc/OVERVIEW.mu

+ 3
- 5
mixer/doc/OVERVIEW.html View File

@@ -148,10 +148,10 @@ If you don't love this software, don't feel guilty about not contributing. If yo
</p>
<h1 id="u:3.">Distribution</h1>
<p>
Development of the Non-DAW and Non-Mixer can be followed with Git:
Development of the Non-Mixer can be followed with Git:
</p>
<div class="fig example"><table width=100%><tr><td><pre>
git clone git://git.tuxfamily.org/gitroot/non/daw.git
git clone git://git.tuxfamily.org/gitroot/non/non.git
</pre></td></tr>
</table></div>
<p>
@@ -161,11 +161,9 @@ There are no pre-compiled binaries available.
<p>
The following libraries are required to build Non DAW and Non Mixer
</p>
<ul><li><span>FLTK >= 1.1.7 (with `fluid`)</span>
<li><span>JACK >= 0.103.0</span>
<ul><li><span>JACK >= 0.103.0</span>
<li><span>liblrdf >= 0.1.0</span>
<li><span>liblo >= 0.26</span>
<li><span>libsigc++ >= 2.0.0</span>
</ul><h1 id="u:5.">Community</h1>
<p>
Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net.


+ 2
- 4
mixer/doc/OVERVIEW.mu View File

@@ -174,9 +174,9 @@

; Distribution

Development of the Non-DAW and Non-Mixer can be followed with Git:
Development of the Non-Mixer can be followed with Git:

> git clone git://git.tuxfamily.org/gitroot/non/daw.git
> git clone git://git.tuxfamily.org/gitroot/non/non.git

There are no pre-compiled binaries available.

@@ -184,11 +184,9 @@

The following libraries are required to build Non DAW and Non Mixer

* FLTK >= 1.1.7 (with `fluid`)
* JACK >= 0.103.0
* liblrdf >= 0.1.0
* liblo >= 0.26
* libsigc++ >= 2.0.0

; Community



+ 3
- 4
sequencer/doc/OVERVIEW.html View File

@@ -55,7 +55,7 @@ If you don't love this software, don't feel guilty about not contributing. If yo
Development of the Non Sequencer can be followed with Git:
</p>
<div class="fig example"><table width=100%><tr><td><pre>
git clone git://git.tuxfamily.org/gitroot/non/sequencer.git
git clone git://git.tuxfamily.org/gitroot/non/non.git
</pre></td></tr>
</table></div>
<p>
@@ -63,10 +63,9 @@ There are no pre-compiled binaries available.
</p>
<h1 id="u:6.">Requirements</h1>
<p>
The following libraries are required to build Non.
The following libraries are required to build Non:
</p>
<ul><li><span>FLTK >= 1.1.7 (with `fluid`)</span>
<li><span>JACK >= 0.103.0</span>
<ul><li><span>JACK >= 0.103.0</span>
<li><span>sigc++ 2.0</span>
</ul><h1 id="u:7.">Community</h1>
<p>


+ 2
- 8
sequencer/doc/OVERVIEW.mu View File

@@ -61,20 +61,14 @@

Development of the Non Sequencer can be followed with Git:

> git clone git://git.tuxfamily.org/gitroot/non/sequencer.git

# or
#
# > git clone git://repo.or.gz/src/git/non.git
> git clone git://git.tuxfamily.org/gitroot/non/non.git

There are no pre-compiled binaries available.

; Requirements

The following libraries are required to build Non.

The following libraries are required to build Non:

* FLTK >= 1.1.7 (with `fluid`)
* JACK >= 0.103.0
* sigc++ 2.0



+ 14
- 1
session-manager/doc/MANUAL.html View File

@@ -49,7 +49,9 @@ February 25, 2012<br>

<li><a href="#n:1.3.1.2.">1.3.1.2. Multiple Sessions On One Host</a>

</ul></ul></ul></ul></ul><hr></div>
</ul></ul></ul><li><a href="#u:1.">Distribution</a>

</ul></ul><hr></div>
<h1 id="n:1.">1. User Manual</h1>
<h2 id="n:1.1.">1.1. The Non Session Manager Graphical Interface</h2>
<center><div class="fig image"><table id="Fig.1.1" border=1>
@@ -246,6 +248,17 @@ Simply starting two (or more) instances of the Non Session Manager interface on
<p>
Imagining a useful application of this feature is left as an exercise for the reader.
</p>
<h1 id="u:1.">Distribution</h1>
<p>
Development of the Non Session Manager can be followed with Git:
</p>
<div class="fig example"><table width=100%><tr><td><pre>
git clone git://git.tuxfamily.org/gitroot/non/non.git
</pre></td></tr>
</table></div>
<p>
There are no pre-compiled binaries available.
</p>
</div>
</body>
</html>

+ 7
- 0
session-manager/doc/MANUAL.mu View File

@@ -258,3 +258,10 @@
Imagining a useful application of this feature is left as an
exercise for the reader.

; Distribution

Development of the Non Session Manager can be followed with Git:

> git clone git://git.tuxfamily.org/gitroot/non/non.git

There are no pre-compiled binaries available.

+ 2
- 2
session-manager/doc/Makefile View File

@@ -12,8 +12,8 @@ OBJS=$(SRCS:.mu=.html)
all: $(OBJS)

upload: all
@ ln -sf OVERVIEW.html index.html
@ rsync -L mup.css MANUAL.html index.html *.png ssh.tuxfamily.org:/home/non/non-mixer.tuxfamily.org-web/htdocs
@ ln -sf MANUAL.html index.html
@ rsync -L mup.css MANUAL.html API.html index.html *.png ssh.tuxfamily.org:/home/non/non.tuxfamily.org-web/htdocs/nsm
@ rm -f index.html

install:


+ 4
- 6
timeline/doc/OVERVIEW.html View File

@@ -196,10 +196,10 @@ If you don't love this software, don't feel guilty about not contributing. If yo
</p>
<h1 id="u:3.">Distribution</h1>
<p>
Development of the Non-DAW and Non-Mixer can be followed with Git:
Development of the Non-DAW can be followed with Git:
</p>
<div class="fig example"><table width=100%><tr><td><pre>
git clone git://git.tuxfamily.org/gitroot/non/daw.git
git clone git://git.tuxfamily.org/gitroot/non/non.git
</pre></td></tr>
</table></div>
<p>
@@ -207,13 +207,11 @@ There are no pre-compiled binaries available.
</p>
<h1 id="u:4.">Requirements</h1>
<p>
The following libraries are required to build Non DAW and Non Mixer
The following libraries are required to build Non DAW.
</p>
<ul><li><span>FLTK >= 1.1.7 (with `fluid`)</span>
<li><span>JACK >= 0.103.0</span>
<ul><li><span>JACK >= 0.103.0</span>
<li><span>libsndfile >= 0.18.0</span>
<li><span>liblo >= 0.26</span>
<li><span>libsigc++ >= 2.0.0</span>
</ul><h1 id="u:5.">Community</h1>
<p>
Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net.


+ 3
- 5
timeline/doc/OVERVIEW.mu View File

@@ -247,21 +247,19 @@

; Distribution

Development of the Non-DAW and Non-Mixer can be followed with Git:
Development of the Non-DAW can be followed with Git:

> git clone git://git.tuxfamily.org/gitroot/non/daw.git
> git clone git://git.tuxfamily.org/gitroot/non/non.git

There are no pre-compiled binaries available.

; Requirements

The following libraries are required to build Non DAW and Non Mixer
The following libraries are required to build Non DAW.

* FLTK >= 1.1.7 (with `fluid`)
* JACK >= 0.103.0
* libsndfile >= 0.18.0
* liblo >= 0.26
* libsigc++ >= 2.0.0

; Community



Loading…
Cancel
Save