horatio-cvs Mailing List for Horatio
Brought to you by:
mcguiretm
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Tommy M. <mcg...@us...> - 2005-06-01 05:34:22
|
Update of /cvsroot/horatio/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13446 Modified Files: index.html Log Message: Fix page_toc CSS class Index: index.html =================================================================== RCS file: /cvsroot/horatio/html/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 8 May 2005 22:47:19 -0000 1.1 --- index.html 1 Jun 2005 05:34:14 -0000 1.2 *************** *** 16,20 **** <h1>Horatio: Authenticated Network Access</h1> ! <p class="pagetoc">| <a href="#id2591670">News</a> | <a href= "#id2592284">Source</a> | --- 16,20 ---- <h1>Horatio: Authenticated Network Access</h1> ! <p class="page_toc">| <a href="#id2591670">News</a> | <a href= "#id2592284">Source</a> | |
|
From: Tommy M. <mcg...@us...> - 2005-06-01 03:50:02
|
Update of /cvsroot/horatio/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27953 Added Files: Makefile Log Message: Install to SF web pages --- NEW FILE: Makefile --- PROJ = horatio FILES = basic.css horatio.8.html horatio-firewall.8.html horatio-hostlist.8.html \ horatio.png index.html README DEST = mcg...@sh...:projects/$(PROJ)/htdocs install : scp $(FILES) $(DEST) |