caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alan Schmitt <schmitta@cis.upenn.edu>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Moderation
Date: Mon, 28 Oct 2002 14:33:25 -0500	[thread overview]
Message-ID: <20021028193325.GX2301@alan-schm1p> (raw)
In-Reply-To: <20021028154026.GS2301@alan-schm1p>

* Alan Schmitt (schmitta@cis.upenn.edu) wrote:
> ;-)
> 
> Here you go:
> 
> http://pauillac.inria.fr/~aschmitt/cwn/
> 
> It's just a directory with all the text files. If someone knows a nice
> and easy way to transform text files to html (mostly to make the links
> as real ones), please tell me so.

Following the gentle push from a member of the caml team, I did a bit of
formatting. You'll find at the same address the htmlized archive. If
something doesn't look good, let me know (I just used the following vim
script:
fun! CwnHtml()
  execute("%s/>/\\&gt;/g")
  execute("%s/</\\&lt;/g")
  execute("%s+\\(http://[^][(){}<>\" \t]*\\)+<a href=\"\\1\">\\1</a>+g")
  call append(0, "<html><body><pre>")
  call append(line("$"), "</pre></body></html>") 
  execute("w! %<.html")
endfun
)

Alan

-- 
The hacker: someone who figured things out and made something cool happen.
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-10-28 19:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-18 15:54 brogoff
2002-10-18 16:03 ` Georges Brun-Cottan
2002-10-18 16:42   ` Nicolas Cannasse
2002-10-18 19:03     ` Sven Luther
2002-10-18 19:33       ` Nicolas Cannasse
2002-10-19  6:28         ` Sven Luther
2002-10-18 16:50   ` Mattias Waldau
2002-10-19  0:58     ` Alan Schmitt
2002-10-21  7:01     ` Maxence Guesdon
2002-10-22 14:46   ` [Caml-list] GlSurf: surface in OCaml/OpenGL Christophe Raffalli
2002-10-19  0:11 ` [Caml-list] Moderation Stefano Zacchiroli
2002-10-21 13:47 ` Xavier Leroy
2002-10-21 14:09   ` Alessandro Baretta
2002-10-21 17:21   ` brogoff
2002-10-22 14:21     ` Benjamin C. Pierce
2002-10-22 14:56       ` Alan Schmitt
2002-10-22 20:48         ` Michael Vanier
2002-10-22 21:55           ` Alan Schmitt
2002-10-25  7:35             ` Didier Remy
2002-10-28 15:40               ` Alan Schmitt
2002-10-28 19:33                 ` Alan Schmitt [this message]
2002-10-18 19:40 Ishmael Yavitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021028193325.GX2301@alan-schm1p \
    --to=schmitta@cis.upenn.edu \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).