logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: tmda/htdocs tmda.css, NONE, 1.1 ChangeLog, 1.170, 1.171 Makefile, 1.11: msg#00016

Subject: CVS: tmda/htdocs tmda.css, NONE, 1.1 ChangeLog, 1.170, 1.171 Makefile, 1.11, 1.12 README, 1.3, 1.4 config-vars.ht, 1.51, 1.52 config-vars.tpl, 1.2, 1.3 index.html, 1.62, 1.63 TMDAGenerator.py, 1.20, NONE config-vars.html, 1.98, NONE index.ht, 1.23, NONE links.h, 1.17, NONE
Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23480

Modified Files:
        ChangeLog Makefile README config-vars.ht config-vars.tpl 
        index.html 
Added Files:
        tmda.css 
Removed Files:
        TMDAGenerator.py config-vars.html index.ht links.h 
Log Message:
Since all the content is now in the wiki, dump the ht2html
template system in favor of just a simple index.html and
accompanying css stylesheet that we can hand edit.


--- NEW FILE ---
body { background: white; color:black; font-family:"Trebuchet MS",sans-serif;}

a:link { color:#0044B3; }

a:visited { color:##597BB3; }

a:hover {color: #0044B3;}

table { 
    border: 0 solid #ffffff; 
    background: transparent; 
    border-collapse: separate ;
    border-spacing: 0 ;
    margin: 0 ;
    padding: 0 ;
}

table.pkgversion { 
    border: 0 solid #ffffff; 
    background: transparent; 
    border-collapse: separate ;
    border-spacing: 3px ;
    margin: 0 ;
    padding: 0 ;
}

p,ul,ol,li,dl,dt,dd,td,th { font: 11pt "Trebuchet MS",sans-serif; 
    color: black ; 
}


td { 
    margin: 4px ;
    padding: 4px ;
}

h1 { font: bold 18pt "Trebuchet MS",sans-serif; color:black; }

h2 { font: bold 12pt "Trebuchet MS",sans-serif; color:black; }

.default { font: 11pt "Trebuchet MS",sans-serif; color:black; }

.attention { color:red; }


ul.menu { 
    border: 0 solid #fff; 
    background: #eee; 
    font-family: Verdana, Helvetica, Arial, sans-serif ; 
    border-collapse: collapse ;
    padding: 0 ;
    margin: 0 ;
}

ul.menu li { 
    list-style: none; 
    border: 0 0 1px 0 solid #fff; 
    padding: 0 ;
}

ul.menu li.menu_item {
    font-weight: bold ;
    margin: 0 ;
}

ul.menu li.menu_subitem {
    font-weight: normal ;
    margin: 0 0 0 8px ;
}

ul.menu li div {
    border: 0 0 0 8px solid #607dbf; 
    font-size: 10pt ;
    margin: 0 ;
    padding: 3px ;
    display: block ;
}

ul.menu li div.selected {
    background: #607dbf; 
}

ul.menu li a { 
    border: 0 0 0 8px solid #ccc; 
    background: #eee; 
    font-size: 10pt ;
    text-decoration: none ;
    margin: 0 ;
    padding: 3px ;
    display: block ;
}

ul.menu li a:hover { 
    border: #999; 
    background: #bfd3ff;
}

.nav { font: 8pt Verdana,Helvetica,Arial,sans-serif; color:black; }


input { font: 10pt Courier,"Courier New",monospace; color:black; }

tt { font: 10pt Courier,"Courier New",monospace; color:black; }

code { font: 10pt Courier,"Courier New",monospace; color:black; 
white-space:nowrap; }

pre { background: #FFF2D9; font: 10pt Courier,"Courier New",monospace; 
color:black; padding:4px; padding-left:8px; margin-left:16px; 
margin-right:16px; }

img { border:0; }


div#header-left {
    float: left ;
    padding: 0 0 10px 0 ;
    margin: 0 ;
    width: 180px ;
    height: 90px ;
    border-style: solid ;
    border-width: 0 0 3px 0 ;
    border-color: #607dbf ;
}

div#header {
    padding: 0 0 10px 0 ;
    margin: 0 ;
    height: 90px ;
    border-style: solid ;
    border-width: 0 0 3px 180px ;
    border-color: #fff #fff #607dbf #fff ;
    font-family: "Trebuchet MS", sans-serif ;
    text-align: right ;
}

div#sidebar {
    float: left ;
    padding: 0 ;
    margin: 0 ;
    width: 150px ;
    border-style: solid ;
    border-width: 0 ;
    border-color: #333 ;
}

div#sections {
    background: url(img/stripes.gif); 
    padding: 6px 3px ;
    margin: 0 ;
    font-weight: bold ;
    display: block ;
    border-style: solid ;
    border-width: 0 0 4px 0 ;
    border-color: #607dbf ;
    font-family: "Trebuchet MS", sans-serif ;
    text-align: center ;
}

div#main {
    padding: 0 0 20px 10px ;
    margin: 0 ;
    border-style: solid ;
    border-width: 0 0 0 150px ;
    border-color: #eee ;
}

div#footer-left { 
    background: url(img/stripes.gif); 
    font: smaller "Trebuchet MS", sans-serif; 
    clear: both ;
    float: left;
    padding: 10px 0 10px 0 ;
    margin: 0 ;
    width: 150px ;
    height: 50px ;
    border-style: solid ;
    border-width: 3px 0 3px 0 ;
    border-color: #607dbf ;
    text-align: center ;
}

div#footer {
    font: smaller "Trebuchet MS", sans-serif; 
    padding: 10px 0 10px 10px ;
    margin: 0 ;
    height: 50px ;
    border-style: solid ;
    border-width: 3px 0 3px 150px ;
    border-color: #fff #fff #607dbf #eee ;
    text-align: center ;
}

Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   14 Sep 2006 23:36:56 -0000      1.170
+++ ChangeLog   18 Sep 2006 19:48:28 -0000      1.171
@@ -1,3 +1,9 @@
+2006-09-18  Jason R. Mastaler  <jason@xxxxxxxxxxxx>
+
+       * Since all the content is now in the wiki, dump the ht2html
+       template system in favor of just a simple index.html and
+       accompanying css stylesheet that we can hand edit.
+       
 2006-09-14  Jason R. Mastaler  <jason@xxxxxxxxxxxx>
 
        * links.h: All docs now reside at wiki.tmda.net.  Just include a

Index: Makefile
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile    16 Sep 2006 19:41:51 -0000      1.11
+++ Makefile    18 Sep 2006 19:48:28 -0000      1.12
@@ -19,15 +19,8 @@
 
 DEF2HTML =      ../contrib/def2html
 
-HTROOT =       .
-HT2HTML =      ht2html
-HTSTYLE =      TMDAGenerator
-HTALLFLAGS =   -f -s $(HTSTYLE)
-HTFLAGS =      $(HTALLFLAGS) -r $(HTROOT)
-
 SOURCES =      $(shell echo *.ht)
-TARGETS =      $(filter-out *.html,$(SOURCES:%.ht=%.html)) $(EXTRA_TARGETS)
-GENERATED_HTML= $(SOURCES:.ht=.html)
+TARGETS =      config-vars.ht
 
 DEST =          jason@xxxxxxxx:/www/tmda.net/htdocs
 EXCLUDES =      --exclude "*"
@@ -35,26 +28,25 @@
 ARGS =          -e ssh -v -a -z --delete $(INCLUDES) $(EXCLUDES)
 
 
-.SUFFIXES:     .ht .html
-
-.ht.html:
-       $(HT2HTML) $(HTFLAGS) $<
+.SUFFIXES:     .ht 
 
-all: $(TARGETS)
+.ht:
+               $(HT2HTML) $(HTFLAGS) $<
 
-config-vars.ht: config-vars.tpl config-vars.tmp
-       sed -e '/<!--config_vars-->/r config-vars.tmp' -e \
-       '/<!--config_vars-->/d' < config-vars.tpl > config-vars.ht
+all:           $(TARGETS)
 
 config-vars.tmp: ../TMDA/Defaults.py
-       $(DEF2HTML) ../TMDA/Defaults.py > config-vars.tmp
+               $(DEF2HTML) ../TMDA/Defaults.py > config-vars.tmp
+
+config-vars.ht: config-vars.tpl config-vars.tmp
+               sed -e '/<!--config_vars-->/r config-vars.tmp' -e \
+               '/<!--config_vars-->/d' < config-vars.tpl > config-vars.ht
 
-clean: clean
-       -rm -f *~
-       -rm -f $(GENERATED_HTML)
-       -rm -f config-vars.tmp
+clean:                 
+               -rm -f *~
+               -rm -f config-vars.tmp
 
-remake: clean all
+remake:        clean all
 
 install: 
-       rsync $(ARGS) . $(DEST)
+               rsync $(ARGS) . $(DEST)

Index: README
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README      16 Sep 2006 19:18:14 -0000      1.3
+++ README      18 Sep 2006 19:48:28 -0000      1.4
@@ -1,6 +1,4 @@
-The TMDA homepage is generated with the ht2html web page template
-processor using the TMDAGenerator style.  ht2html is available from
-http://ht2html.sourceforge.net/
+index.html is literally just a "homepage".  
 
-The documentation has been moved to http://wiki.tmda.net/
+All the documentation has been moved to http://wiki.tmda.net/
  

Index: config-vars.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.ht,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- config-vars.ht      6 Mar 2004 01:27:23 -0000       1.51
+++ config-vars.ht      18 Sep 2006 19:48:28 -0000      1.52
@@ -1,4 +1,4 @@
-Title: TMDA Configuration Variables
+(NOTE: This page is auto-generated, do not edit by hand)<br><br>
 
 <h3>TMDA Configuration Variables</h3>
 

Index: config-vars.tpl
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config-vars.tpl     12 Mar 2003 23:20:44 -0000      1.2
+++ config-vars.tpl     18 Sep 2006 19:48:28 -0000      1.3
@@ -1,4 +1,4 @@
-Title: TMDA Configuration Variables
+(NOTE: This page is auto-generated, do not edit by hand)<br><br>
 
 <h3>TMDA Configuration Variables</h3>
 

Index: index.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/index.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- index.html  17 Sep 2006 02:26:01 -0000      1.62
+++ index.html  18 Sep 2006 19:48:29 -0000      1.63
@@ -1,134 +1,55 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat Sep 16 20:25:30 2006 -->
-<!-- USING HT2HTML 2.0 -->
-<!-- SEE http://ht2html.sf.net -->
-<!-- User-specified headers:
-Title: Tagged Message Delivery Agent (TMDA) Homepage
-
--->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 
+<html>
 <head>
 <title>Tagged Message Delivery Agent (TMDA) Homepage</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<meta name="generator" content="HT2HTML/2.0">
-<style type="text/css">
-body { margin: 0px; }
-</style>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" href="tmda.css">
+<link rel="start" href="index.html">
+
 </head>
-<body bgcolor="#ffffff" text="#000000"
-      marginwidth="0" marginheight="0"
-      link="#0000bb"  vlink="#551a8b"
-      alink="#ff0000">
-<!-- start of page table -->
-<table width="100%" border="0" cellspacing="0" cellpadding="0">
-<!-- start of banner row -->
-<tr>
-<!-- start of corner cells -->
-<td width="150" valign="middle" bgcolor="#afeeee" class="corner">
-<center><font size="+2"
-        >&gt;&gt;&gt;&nbsp;TMDA&nbsp</font></center> </td>
-<td width="15" bgcolor="#cccccc">&nbsp;&nbsp;</td><!--spacer-->
-<!-- end of corner cells -->
-<!-- start of banner -->
-<td width="90%" bgcolor="#cccccc" class="banner">
-<!-- start of site links table -->
-<table width="100%" border="0"
-CELLSPACING=0 CELLPADDING=0
-       bgcolor="#ffffff">
-<tr>
-    <td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/";>TmdaWiki</a>
-    </td>
-    <td bgcolor="#cccccc">
-<a href="http://sourceforge.net/projects/tmda";>TMDA @ SourceForge</a>
-    </td>
-    <td bgcolor="#cccccc">
-<a href="tmda-cgi">TMDA-CGI</a>
-    </td>
-    <td bgcolor="#cccccc">
-<a href="http://www.cafepress.com/TMDA/";>TMDA Store</a>
-    </td>
-</tr>
-</table><!-- end of site links table -->
-
-</td><!-- end of banner -->
-</tr><!-- end of banner row -->
-<tr><!-- start of sidebar/body row -->
-<!-- start of sidebar cells -->
-<td width="150" valign="top" bgcolor="#cccccc" class="sidebar">
-<!-- start of sidebar table -->
-<table width="100%" border="0" cellspacing="0" cellpadding="3"
-       bgcolor="#ffffff">
-<tr><td bgcolor="#191970"><b><font color="#ffffff">
-Quick Links
-</font></b></td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/AboutTmda";>About TMDA</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/TmdaDownload";>Download</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/TmdaDocumentation";>Documentation</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/TmdaSupport";>Support</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/TmdaFaq";>FAQ</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="http://wiki.tmda.net/TmdaDonations";>Donations</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">&nbsp;
-<tr><td bgcolor="#191970"><b><font color="#ffffff">
-Contact
-</font></b></td></tr>
-<tr><td bgcolor="#cccccc">
-<a href="mailto:tmda-users@xxxxxxxx";>TMDA Users List</a>
-</td></tr>
-<tr><td bgcolor="#cccccc">
-&nbsp;
-</td></tr>
-<tr><td bgcolor="#cccccc">
-&copy; 2001-2006
-</td></tr>
-<tr><td bgcolor="#cccccc">&nbsp;
-<tr><td bgcolor="#191970"><b><font color="#ffffff">
-Last Updated: Sun, 17 Sep 2006 02:25:30 GMT
-</font></b></td></tr>
-</table><!-- end of sidebar table -->
-
-</td>
-<td width="15">&nbsp;&nbsp;</td><!--spacer-->
-<!-- end of sidebar cell -->
-<!-- start of body cell -->
-<td valign="top" width="90%" class="body"><br>
-<table cellpadding=4>
-<tr>
-<th><IMG src="img/tmda-70x95.png"></th>
-<th><h2>Tagged Message Delivery Agent (TMDA)</h2></th>
-</table>
+<body bgcolor="#ffffff" text="#000000" link="#0000f0" vlink="#800080" 
alink="#ff3333">
 
-<br>
-<hr>
-<b>NOTE:</b> All documentation and further information about TMDA has been 
moved into the 
-<a href="http://wiki.tmda.net/";>TmdaWiki</a>!
-<hr>
-<br>
+<div id="header-left">
+  <img src="img/tmda-70x95.png">
+</div>
+
+<div id="header">
+  <br>
+  <h1>Tagged Message Delivery Agent (TMDA)</h1>
+</div>
+       
+<div id="sidebar">
+<div id="sections">
+  Start        </div>
+  <ul class="menu">
+    <li class="menu_item">Essentials</li>
+    <li class="menu_subitem"><div class="selected">Index</div></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/AboutTmda"; >About 
TMDA</a></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/TmdaDownload"; 
>Download</a></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/TmdaDocumentation"; 
>Documentation</a></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/TmdaSupport"; 
>Help/Support</a></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/TmdaFaq"; 
>F.A.Q.</a></li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/TmdaDonations"; 
>Donations</a></li>
+    <li class="menu_subitem"><a 
href="http://wiki.tmda.net/TmdaMailingListsAndNewsgroups"; >Contact</a></li>
+    <br>
+    <li class="menu_item">More</li>
+    <li class="menu_subitem"><a href="http://wiki.tmda.net/"; >TmdaWiki</a></li>
+    <li class="menu_subitem"><a href="http://sourceforge.net/projects/tmda"; 
>TMDA @ Sourceforge</a></li>
+    <li class="menu_subitem"><a href="tmda-cgi" >TMDA-CGI</a></li>
+    <li class="menu_subitem"><a href="http://www.cafepress.com/TMDA/"; >TMDA 
Store</a></li>
+  </ul>
+</div>
+
+<div id="main">
 
+<br>
 TMDA is an 
 <a href="http://www.opensource.org/"; TARGET="Resource Window">
-open source</a> software application designed to significantly
-reduce the amount of 
+open source</a> software application designed to significantly reduce the 
amount of 
 <a href="http://en.wikipedia.org/wiki/E-mail_spam"; TARGET="Resource 
Window">spam</a>
-(Internet junk-mail) you receive.  TMDA strives to be more effective, 
-yet less time-consuming than traditional spam filters. 
-TMDA can also be used as a general purpose local mail delivery agent</a> 
-to filter, sort, deliver and dispose of incoming mail.
-<br><br>
+(Internet junk-mail) you receive.  TMDA strives to be more effective, yet less 
time-consuming than traditional spam filters. 
+TMDA can also be used as a general purpose local mail delivery agent</a> to 
filter, sort, deliver and dispose of incoming mail.
 
 The technical countermeasures used by TMDA to thwart spam include:
 
@@ -139,15 +60,12 @@
 <li><b>blacklists</b>: refuse mail from undesired senders.<br><br>
 
 <li><b><a 
href="http://wiki.tmda.net/ChallengeResponse";>challenge/response</a></b>: 
-allows unknown senders which
-aren't on the whitelist or blacklist the chance to confirm that their message 
+allows unknown senders which aren't on the whitelist or blacklist the chance 
to confirm that their message 
 is legitimate (non-spam).<br><br>
 
 <li><b><a href="http://wiki.tmda.net/ClientConfiguration";>tagged 
addresses</a></b>: 
-special-purpose e-mail addresses such as time-dependent addresses, or
-addresses which only accept certain kinds of communication.  These
-increase the transparency of TMDA for unknown senders by allowing them
-to safely circumvent the challenge/response system.
+special-purpose e-mail addresses such as time-dependent addresses, or 
addresses which only accept certain kinds of communication.
+These increase the transparency of TMDA for unknown senders by allowing them 
to safely circumvent the challenge/response system.
 
 </ul>
 
@@ -167,12 +85,22 @@
 
 <li>spam will not cease until it becomes prohibitively expensive for spammers 
to operate.
 </ol>
-
 <br>
 <hr>
 
+<p>
+<b>NOTE:</b> All documentation and further information about TMDA has been 
moved into the 
+<a href="http://wiki.tmda.net/";>TmdaWiki</a>!
+</p>
+
+</div>
+
+<div id="footer-left">
+  Copyright &copy 2001-2006
+</div>
+
+<div id="footer">
+</div>
 
-</td><!-- end of body cell -->
-</tr><!-- end of sidebar/body row -->
-</table><!-- end of page table -->
-</body></html>
+</body>
+</html>

--- TMDAGenerator.py DELETED ---

--- config-vars.html DELETED ---

--- index.ht DELETED ---

--- links.h DELETED ---



<Prev in Thread] Current Thread [Next in Thread>