From 2861509b5294b486dadb1dfb322aeed09aa58e6b Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 2 Oct 2012 16:58:06 -0700 Subject: [PATCH] Update repository paths in documentation. --- mixer/doc/OVERVIEW.html | 8 +++----- mixer/doc/OVERVIEW.mu | 6 ++---- sequencer/doc/OVERVIEW.html | 7 +++---- sequencer/doc/OVERVIEW.mu | 10 ++-------- session-manager/doc/MANUAL.html | 15 ++++++++++++++- session-manager/doc/MANUAL.mu | 7 +++++++ session-manager/doc/Makefile | 4 ++-- timeline/doc/OVERVIEW.html | 10 ++++------ timeline/doc/OVERVIEW.mu | 8 +++----- 9 files changed, 40 insertions(+), 35 deletions(-) diff --git a/mixer/doc/OVERVIEW.html b/mixer/doc/OVERVIEW.html index d691c14..69241e4 100644 --- a/mixer/doc/OVERVIEW.html +++ b/mixer/doc/OVERVIEW.html @@ -148,10 +148,10 @@ If you don't love this software, don't feel guilty about not contributing. If yo

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
 

@@ -161,11 +161,9 @@ There are no pre-compiled binaries available.

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

-
+
  • Distribution + +

    1. User Manual

    1.1. The Non Session Manager Graphical Interface

    @@ -246,6 +248,17 @@ Simply starting two (or more) instances of the Non Session Manager interface on

    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. +

    diff --git a/session-manager/doc/MANUAL.mu b/session-manager/doc/MANUAL.mu index 6c6a70c..c9cbe1e 100644 --- a/session-manager/doc/MANUAL.mu +++ b/session-manager/doc/MANUAL.mu @@ -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. diff --git a/session-manager/doc/Makefile b/session-manager/doc/Makefile index 7d030b1..d2ed882 100644 --- a/session-manager/doc/Makefile +++ b/session-manager/doc/Makefile @@ -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: diff --git a/timeline/doc/OVERVIEW.html b/timeline/doc/OVERVIEW.html index 0184294..fba0211 100644 --- a/timeline/doc/OVERVIEW.html +++ b/timeline/doc/OVERVIEW.html @@ -196,10 +196,10 @@ If you don't love this software, don't feel guilty about not contributing. If yo

    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
     

    @@ -207,13 +207,11 @@ 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 +
      • JACK >= 0.103.0
      • libsndfile >= 0.18.0
      • liblo >= 0.26 -
      • libsigc++ >= 2.0.0

      Community

      Feel free to drop by the #non channel on irc.freenode.net. diff --git a/timeline/doc/OVERVIEW.mu b/timeline/doc/OVERVIEW.mu index 4fab427..84f978c 100644 --- a/timeline/doc/OVERVIEW.mu +++ b/timeline/doc/OVERVIEW.mu @@ -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