Minor updates to documentation.

This commit is contained in:
Jonathan Moore Liles 2008-07-15 23:38:48 -05:00
parent 1d79326c1b
commit 7d8423bbaf
5 changed files with 28 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<h1>The Non Sequencer</h1> <h1>The Non Sequencer</h1>
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:wantingwaiting@users.sf.net">&lt;wantingwaiting@users.sf.net&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
Oct 13 2007<br> Oct 13 2007<br>
</address><a class=ext href="http://non.tuxfamily.org">Home</a><hr></div> </address><a class=ext href="http://non.tuxfamily.org">Home</a><hr></div>

View File

@ -1,6 +1,6 @@
! title The Non Sequencer ! 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 ! date Oct 13 2007
! keywords Non Jack ALSA FLTK ! keywords Non Jack ALSA FLTK
! extra #(url,http://non.tuxfamily.org,Home) ! extra #(url,http://non.tuxfamily.org,Home)

View File

@ -3,11 +3,17 @@ SRCS=$(wildcard *.mu)
OBJS=$(SRCS:.mu=.html) OBJS=$(SRCS:.mu=.html)
%.html: %.mu %.html: %.mu
mup.wrapper html $< @ echo Mupping $<...
@ mup.wrapper html $<
.PHONY: all clean .PHONY: all clean
all: $(OBJS) 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: clean:
rm -f $(OBJS) rm -f $(OBJS)

View File

@ -10,7 +10,7 @@
<h1>The Non Sequencer</h1> <h1>The Non Sequencer</h1>
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:wantingwaiting@users.sf.net">&lt;wantingwaiting@users.sf.net&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
<br> <br>
</address><img src="logo.png" alt="logo"><hr></div> </address><img src="logo.png" alt="logo"><hr></div>
@ -76,6 +76,15 @@ The following are optional:
<p> <p>
Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net. Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net.
</p> </p>
<p>
There is a mailing list <tt>non-sequencer@lists.tuxfamily.org</tt>.
</p>
<p>
To subscribe, send a message with the subject 'subscribe' to <a href="mailto:non-sequencer-request@lists.tuxfamily.org">&lt;non-sequencer-request@lists.tuxfamily.org&gt;</a>.
</p>
<p>
You can also browse the <a class=ext href="http://listengine.tuxfamily.org/lists.tuxfamily.org/non-sequencer/">archive</a>.
</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,6 +1,6 @@
! title The Non Sequencer ! 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) ! extra #(image,logo,logo.png)
-- --
@ -85,3 +85,11 @@
; Community ; Community
Feel free to drop by the `#non` channel on irc.freenode.net. 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).