From 7d8423bbaf943b0c2149e2b069c4876c631ddb27 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 15 Jul 2008 23:38:48 -0500 Subject: [PATCH] Minor updates to documentation. --- doc/MANUAL.html | 2 +- doc/MANUAL.mu | 2 +- doc/Makefile | 8 +++++++- doc/OVERVIEW.html | 11 ++++++++++- doc/OVERVIEW.mu | 10 +++++++++- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/doc/MANUAL.html b/doc/MANUAL.html index 3dad980..26cd2e4 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -10,7 +10,7 @@

The Non Sequencer

-Jonathan Moore Liles <wantingwaiting@users.sf.net>
+Jonathan Moore Liles <male@tuxfamily.org>
Oct 13 2007
Home
diff --git a/doc/MANUAL.mu b/doc/MANUAL.mu index 9319c4e..e403e58 100644 --- a/doc/MANUAL.mu +++ b/doc/MANUAL.mu @@ -1,6 +1,6 @@ ! title The Non Sequencer -! author Jonathan Moore Liles #(email,wantingwaiting@users.sf.net) +! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! date Oct 13 2007 ! keywords Non Jack ALSA FLTK ! extra #(url,http://non.tuxfamily.org,Home) diff --git a/doc/Makefile b/doc/Makefile index d0cfe4d..748aded 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,11 +3,17 @@ SRCS=$(wildcard *.mu) OBJS=$(SRCS:.mu=.html) %.html: %.mu - mup.wrapper html $< + @ echo Mupping $<... + @ mup.wrapper html $< .PHONY: all clean 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-sequencer.tuxfamily.org-web/htdocs + @ rm -f index.html + clean: rm -f $(OBJS) \ No newline at end of file diff --git a/doc/OVERVIEW.html b/doc/OVERVIEW.html index d361662..5ab2e93 100644 --- a/doc/OVERVIEW.html +++ b/doc/OVERVIEW.html @@ -10,7 +10,7 @@

The Non Sequencer

-Jonathan Moore Liles <wantingwaiting@users.sf.net>
+Jonathan Moore Liles <male@tuxfamily.org>

logo
@@ -76,6 +76,15 @@ The following are optional:

Feel free to drop by the #non channel on irc.freenode.net.

+

+There is a mailing list non-sequencer@lists.tuxfamily.org. +

+

+To subscribe, send a message with the subject 'subscribe' to <non-sequencer-request@lists.tuxfamily.org>. +

+

+You can also browse the archive. +

diff --git a/doc/OVERVIEW.mu b/doc/OVERVIEW.mu index 03cc8c9..e2c46c1 100644 --- a/doc/OVERVIEW.mu +++ b/doc/OVERVIEW.mu @@ -1,6 +1,6 @@ ! title The Non Sequencer -! author Jonathan Moore Liles #(email,wantingwaiting@users.sf.net) +! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! extra #(image,logo,logo.png) -- @@ -85,3 +85,11 @@ ; Community Feel free to drop by the `#non` channel on irc.freenode.net. + + There is a mailing list `non-sequencer@lists.tuxfamily.org`. + + To subscribe, send a message with the subject 'subscribe' to + #(email,non-sequencer-request@lists.tuxfamily.org). + + You can also browse the #(url,http:\/\/listengine.tuxfamily.org\/lists.tuxfamily.org\/non-sequencer\/,archive). +