hypermail, listes v2
This commit is contained in:
parent
fbb49283c4
commit
31f3ed7c2e
|
@ -113,7 +113,7 @@ hm_showhtml = 0
|
|||
# Else set to 0 to have non-quoted lines word-wrap. Only takes effect
|
||||
# if hm_showhtml is set to 1.
|
||||
|
||||
hm_showbr = 1
|
||||
hm_showbr = 0
|
||||
|
||||
# hm_iquotes = [ 0 | 1 ]
|
||||
#
|
||||
|
@ -127,7 +127,7 @@ hm_iquotes = 1
|
|||
# Set to 1 if you want horizontal rules <HR> before and after
|
||||
# the articles. Set to 0 if you don't.
|
||||
|
||||
hm_showhr = 1
|
||||
hm_showhr = 0
|
||||
|
||||
# hm_overwrite = [ 0 | 1 ]
|
||||
#
|
||||
|
@ -226,7 +226,7 @@ hm_body = NONE
|
|||
# used to submit a new message to the list served by the hypermail archive.
|
||||
# "NONE" means don't use it.
|
||||
|
||||
hm_hmail = hypermail@landfield.com
|
||||
hm_hmail = NONE
|
||||
|
||||
# hm_ihtmlheader = [ path to index header template file | NONE ]
|
||||
#
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
</BLOCKQUOTE>
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/bar.gif" ALT="---------"></P>
|
||||
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/img/bar.gif" ALT="---------"></P>
|
||||
<!--
|
||||
<SMALL><SMALL>\n<EM>This archive was generated by
|
||||
%u.
|
||||
</EM></SMALL></SMALL>
|
||||
<!--#include virtual="/ssi/asim.footer/" -->
|
||||
-->
|
||||
<!--#include virtual="/ssi/alliance_footer.html" -->
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="description" content="Hypermail Development List Archives">
|
||||
<META NAME="keywords" content="hypermail Archives, hypermail, email, mail2html, Email Archives">
|
||||
<META NAME="description" content="Alliance mail archives">
|
||||
<META NAME="keywords" content="Alliance mail archives">
|
||||
<TITLE>%l: %s</TITLE>
|
||||
<LINK REV="made" HREF="mailto:%m">
|
||||
|
||||
|
||||
</HEAD>
|
||||
<!--#include virtual="/ssi/alliance_header.html" -->
|
||||
|
||||
<!--#include virtual="/ssi/asim.header/" -->
|
||||
|
||||
<BODY>
|
||||
|
||||
<H1 ALIGN=CENTER>%l<BR>%s</H1>
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/bar.gif" ALT="---------"></P>
|
||||
<H2>%l<BR>%s</H2>
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/img/bar.gif" ALT="---------"></P>
|
||||
<BLOCKQUOTE>
|
||||
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="description" content="Hypermail Development List Archives">
|
||||
<META NAME="keywords" content="hypermail Archives, hypermail, email, mail2html, Email Archives">
|
||||
<META NAME="description" content="Alliance mail archives">
|
||||
<META NAME="keywords" content="Alliance mail archives">
|
||||
%A
|
||||
%S
|
||||
<TITLE>%l: %s</TITLE>
|
||||
<LINK REV="made" HREF="mailto:%m">
|
||||
|
||||
|
||||
|
||||
</HEAD>
|
||||
<!--#include virtual="/ssi/asim.header/" -->
|
||||
<!--#include virtual="/ssi/alliance_header.html" -->
|
||||
|
||||
<BODY>
|
||||
|
||||
<H1 ALIGN=CENTER>%s</H1>
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/bar.gif" ALT="---------"></P>
|
||||
<H2>%l<BR>%s</H2>
|
||||
<P ALIGN=CENTER><IMG SRC="/ssi/img/bar.gif" ALT="---------"></P>
|
||||
</font>
|
||||
<BLOCKQUOTE>
|
||||
</FONT>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# (C) Czo 1998,99
|
||||
# This code is released under GPL
|
||||
#
|
||||
# $Id: hypreset,v 1.1 2000/04/05 15:09:45 czo Exp $
|
||||
# $Id: hypreset,v 1.2 2000/06/06 15:34:00 czo Exp $
|
||||
#
|
||||
|
||||
PATH=/asim/gnu/bin:/usr/ucb:/usr/etc:/bin:/usr/local/bin:${PATH}
|
||||
|
@ -15,6 +15,7 @@ TMPWORKDIR=/tmp/hypczo
|
|||
WML=/users/largo2/webmastr/wwwroot/mailing-lists
|
||||
LOCK=/usr/local/listes/.etc/rc.lock
|
||||
HMRC=/users/largo1/czo/cvslargo/listes-rules/hypermail/.hmrc
|
||||
SPLIT=/users/largo1/czo/cvslargo/listes-rules
|
||||
|
||||
#lock
|
||||
touch $LOCK
|
||||
|
@ -31,15 +32,15 @@ then
|
|||
else
|
||||
echo "--> generating..."
|
||||
|
||||
#for MBOX in alliance-support
|
||||
for MBOX in alliance-programmers alliance-support alliance-users archi help
|
||||
#for MBOX in alliance-programmers
|
||||
do
|
||||
echo "--> $MBOX..."
|
||||
mkdir -p "$TMPWORKDIR"
|
||||
cd "$WML/$MBOX"
|
||||
find . -type d -maxdepth 1 -mindepth 1 | xargs rm -fr dummy
|
||||
|
||||
cat "$WML/$MBOX/$MBOX.mbox" | formail -s $WML/splitmailbyyear
|
||||
cat "$WML/$MBOX/$MBOX.mbox" | formail -s $SPLIT/splitmailbyyear
|
||||
|
||||
echo %%%%%%%%%%%%%%%%%%%
|
||||
for YEARBOX in `find /tmp/hypczo -type f -printf "%P\n"`
|
||||
|
|
|
@ -10,7 +10,8 @@ FIRST=0;
|
|||
if ( $0 ~ /no email/ )
|
||||
gsub(/\(no email\)/,"NOMAIL");
|
||||
|
||||
YEAR=$7
|
||||
YEAR=$7;
|
||||
if (YEAR<1990) {YEAR=2000}
|
||||
}
|
||||
|
||||
print $0 >> "/tmp/hypczo/"YEAR ;
|
||||
|
|
Loading…
Reference in New Issue