Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: wish: nnmarc.el ?
Date: Sat, 19 Jan 2002 18:21:12 -0500	[thread overview]
Message-ID: <2n1ygmgc5z.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: <81hepqlofl.fsf@zion.bpnetworks.com> (Ami Fischman's message of "Sat, 12 Jan 2002 23:06:54 -0800")

Ami Fischman <usenet@fischman.org> writes:

[...]

> I took a crack at it this afternoon (before posting originally), trying to
> add source to nnwarchive.el, but quickly realized I really didn't understand
> the purpose of each of the elements in the sources list.  While I would like
> for you (or someone else) to implement this, I would also accept an
> explanation as to how to add sources to nnwarchive :)

Having a quick look http://marc.theaimsgroup.com/, I found the site is
similar to mail-archive. So you can use mail-archive as a template.
The elements in the definition are as following:

address:  basically just a name, e.g. marc.theaimsgroup.com ;

open-url: a url to login the web site. For marc, it is nil ;

list-url: the url to list all groups, e.g. 
          http://marc.theaimsgroup.com/;

list-dissect: a function to analysis the list-url page and update
              nnwarchive-groups ;

list-groups: a function to update nnwarchive-groups for given groups .

xover-url: the url (pattern) to list the overview, e.g.
       http://marc.theaimsgroup.com/?l=openssh-unix-dev&r=1&b=200201&w=2

xover-last-url: similar to xover-url but only for the last page of
                the overview.

xover-dissect:  a function to analysis xover-url page;

article-url:  the url (pattern) of a certain article, e.g.
  http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=101147459718342&w=2

article-dissect: a function to reformat article-url page

xover-files: a function to control which xover-url pages to fetch

authentication: set to nil

article-offset: a number used to map Gnus article number to the real
    article number.

I hope it helps you to implement the feature. Anyway, I think it would
be better if you put your code into the CVS, then I (or someone else)
can help to debug it later.  (Actually, I am afraid I have little time
to do so in a month. And I really got to find some time to fix the
yahoogroups feature. :-( )

ShengHuo



      parent reply	other threads:[~2002-01-19 23:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-13  0:00 Ami Fischman
2002-01-13  0:11 ` Lars Magne Ingebrigtsen
2002-01-13  7:06   ` Ami Fischman
2002-01-19 22:16     ` Lars Magne Ingebrigtsen
2002-01-19 23:21     ` ShengHuo ZHU [this message]

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=2n1ygmgc5z.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).