Minor updates to documentation.
This commit is contained in:
parent
1d79326c1b
commit
7d8423bbaf
|
@ -10,7 +10,7 @@
|
|||
<h1>The Non Sequencer</h1>
|
||||
<h3></h3>
|
||||
<address>
|
||||
Jonathan Moore Liles <a href="mailto:wantingwaiting@users.sf.net"><wantingwaiting@users.sf.net></a><br>
|
||||
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org"><male@tuxfamily.org></a><br>
|
||||
Oct 13 2007<br>
|
||||
|
||||
</address><a class=ext href="http://non.tuxfamily.org">Home</a><hr></div>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
|
@ -10,7 +10,7 @@
|
|||
<h1>The Non Sequencer</h1>
|
||||
<h3></h3>
|
||||
<address>
|
||||
Jonathan Moore Liles <a href="mailto:wantingwaiting@users.sf.net"><wantingwaiting@users.sf.net></a><br>
|
||||
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org"><male@tuxfamily.org></a><br>
|
||||
<br>
|
||||
|
||||
</address><img src="logo.png" alt="logo"><hr></div>
|
||||
|
@ -76,6 +76,15 @@ The following are optional:
|
|||
<p>
|
||||
Feel free to drop by the <tt>#non</tt> channel on irc.freenode.net.
|
||||
</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"><non-sequencer-request@lists.tuxfamily.org></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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue