Gnus development mailing list
 help / color / mirror / Atom feed
* RSS authentication?
@ 2006-04-28 20:16 David Abrahams
  2006-04-30 10:35 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: David Abrahams @ 2006-04-28 20:16 UTC (permalink / raw)



Hi,

I have an RSS feed at a Trac server I maintain (much like the one on
this page: http://projects.edgewall.com/trac/timeline) , but you can't
view my page unless you login to the Trac server.  The RSS works fine
in, say, Firefox, once I've authenticated, but I can't get it to work
in Gnus.  I keep getting:

  Group nnrss:ConferenceRSS contains no messages

Does anyone know how to get around this problem?

TIA,
-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-04-28 20:16 RSS authentication? David Abrahams
@ 2006-04-30 10:35 ` Lars Magne Ingebrigtsen
  2006-04-30 21:46   ` Mark A. Hershberger
  2006-05-02  4:53   ` David Abrahams
  0 siblings, 2 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-30 10:35 UTC (permalink / raw)


David Abrahams <dave@boost-consulting.com> writes:

> I have an RSS feed at a Trac server I maintain (much like the one on
> this page: http://projects.edgewall.com/trac/timeline) , but you can't
> view my page unless you login to the Trac server.

How do you login to the Trac server?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-04-30 10:35 ` Lars Magne Ingebrigtsen
@ 2006-04-30 21:46   ` Mark A. Hershberger
  2006-05-01 11:49     ` Lars Magne Ingebrigtsen
  2006-05-02  4:53   ` David Abrahams
  1 sibling, 1 reply; 11+ messages in thread
From: Mark A. Hershberger @ 2006-04-30 21:46 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> How do you login to the Trac server?

The trac installs I've seen have all had HTTP authentication.

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

In the end, the only events in life worth telling are those in which
the imperishable world erupted into this transitory world. --Carl Jung

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-04-30 21:46   ` Mark A. Hershberger
@ 2006-05-01 11:49     ` Lars Magne Ingebrigtsen
  2006-05-01 12:47       ` Mark A. Hershberger
  2006-05-02  4:54       ` David Abrahams
  0 siblings, 2 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-05-01 11:49 UTC (permalink / raw)


mah@everybody.org (Mark A. Hershberger) writes:

> The trac installs I've seen have all had HTTP authentication.

Basic HTTP auth?  I guess nnrss could add that; it would just have to
add the basic auth header.  As an interface thing, nnrss could use the
"http://user:password@place/file.rss" syntax.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 11:49     ` Lars Magne Ingebrigtsen
@ 2006-05-01 12:47       ` Mark A. Hershberger
  2006-05-01 14:58         ` Lars Magne Ingebrigtsen
  2006-05-02  4:54         ` David Abrahams
  2006-05-02  4:54       ` David Abrahams
  1 sibling, 2 replies; 11+ messages in thread
From: Mark A. Hershberger @ 2006-05-01 12:47 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> mah@everybody.org (Mark A. Hershberger) writes:
>
>> The trac installs I've seen have all had HTTP authentication.
>
> Basic HTTP auth?  I guess nnrss could add that; it would just have to
> add the basic auth header.  As an interface thing, nnrss could use the
> "http://user:password@place/file.rss" syntax.

I could work on this since I use both nnrss and Trac.

I've wondered in the past, but only slightly paid attention to the
relevant discussion:

    Where should I commit changes?  Or, rather, how are they merged
    with EmacsCVS?

(not that I have commit access on gnus…)

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

In the end, the only events in life worth telling are those in which
the imperishable world erupted into this transitory world. --Carl Jung

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 12:47       ` Mark A. Hershberger
@ 2006-05-01 14:58         ` Lars Magne Ingebrigtsen
  2006-05-01 15:53           ` Mark A. Hershberger
  2006-05-02  4:54         ` David Abrahams
  1 sibling, 1 reply; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-05-01 14:58 UTC (permalink / raw)


mah@everybody.org (Mark A. Hershberger) writes:

> I could work on this since I use both nnrss and Trac.

Cool.

> I've wondered in the past, but only slightly paid attention to the
> relevant discussion:
>
>     Where should I commit changes?  Or, rather, how are they merged
>     with EmacsCVS?

Bug fixes are merged back automagically into Emacs CVS.  Otherwise,
the trunk is (will be) merged with Emacs CVS at irregular intervals.
For instance, after the next Emacs release, it's likely that No Gnus
will turn into Gnus 5.12, and then be merged into Emacs CVS.

Do you have copyright assignment papers on file with the FSF?  (I have
a feeling that I've asked before and forgotten the answer.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 14:58         ` Lars Magne Ingebrigtsen
@ 2006-05-01 15:53           ` Mark A. Hershberger
  2006-05-02 22:32             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Mark A. Hershberger @ 2006-05-01 15:53 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Do you have copyright assignment papers on file with the FSF?  (I have
> a feeling that I've asked before and forgotten the answer.  :-)

I do.

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

In the end, the only events in life worth telling are those in which
the imperishable world erupted into this transitory world. --Carl Jung

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-04-30 10:35 ` Lars Magne Ingebrigtsen
  2006-04-30 21:46   ` Mark A. Hershberger
@ 2006-05-02  4:53   ` David Abrahams
  1 sibling, 0 replies; 11+ messages in thread
From: David Abrahams @ 2006-05-02  4:53 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> David Abrahams <dave@boost-consulting.com> writes:
>
>> I have an RSS feed at a Trac server I maintain (much like the one on
>> this page: http://projects.edgewall.com/trac/timeline) , but you can't
>> view my page unless you login to the Trac server.
>
> How do you login to the Trac server?

I click the "login" link on the front page and, if the authenticated
session is gone, it brings up a standard dialog like what you see with
.htaccess-protected pages.


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 11:49     ` Lars Magne Ingebrigtsen
  2006-05-01 12:47       ` Mark A. Hershberger
@ 2006-05-02  4:54       ` David Abrahams
  1 sibling, 0 replies; 11+ messages in thread
From: David Abrahams @ 2006-05-02  4:54 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> mah@everybody.org (Mark A. Hershberger) writes:
>
>> The trac installs I've seen have all had HTTP authentication.
>
> Basic HTTP auth?  I guess nnrss could add that; it would just have to
> add the basic auth header.  As an interface thing, nnrss could use the
> "http://user:password@place/file.rss" syntax.

Yeah, I tried that one expecting it to work.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 12:47       ` Mark A. Hershberger
  2006-05-01 14:58         ` Lars Magne Ingebrigtsen
@ 2006-05-02  4:54         ` David Abrahams
  1 sibling, 0 replies; 11+ messages in thread
From: David Abrahams @ 2006-05-02  4:54 UTC (permalink / raw)


mah@everybody.org (Mark A. Hershberger) writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>> mah@everybody.org (Mark A. Hershberger) writes:
>>
>>> The trac installs I've seen have all had HTTP authentication.
>>
>> Basic HTTP auth?  I guess nnrss could add that; it would just have to
>> add the basic auth header.  As an interface thing, nnrss could use the
>> "http://user:password@place/file.rss" syntax.
>
> I could work on this since I use both nnrss and Trac.

Cool; thank you!

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RSS authentication?
  2006-05-01 15:53           ` Mark A. Hershberger
@ 2006-05-02 22:32             ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-05-02 22:32 UTC (permalink / raw)


mah@everybody.org (Mark A. Hershberger) writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>> Do you have copyright assignment papers on file with the FSF?  (I have
>> a feeling that I've asked before and forgotten the answer.  :-)
>
> I do.

Cool; then you should have Gnus CVS write access.  Mail me the user
name and the password hash.

(Get the hash with this Perl script, for instance:

-----
#!/usr/bin/perl
print crypt ($ARGV[0], $ARGV[1]), "\n";
-----

Usage: getcrypt password salt

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-05-02 22:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-28 20:16 RSS authentication? David Abrahams
2006-04-30 10:35 ` Lars Magne Ingebrigtsen
2006-04-30 21:46   ` Mark A. Hershberger
2006-05-01 11:49     ` Lars Magne Ingebrigtsen
2006-05-01 12:47       ` Mark A. Hershberger
2006-05-01 14:58         ` Lars Magne Ingebrigtsen
2006-05-01 15:53           ` Mark A. Hershberger
2006-05-02 22:32             ` Lars Magne Ingebrigtsen
2006-05-02  4:54         ` David Abrahams
2006-05-02  4:54       ` David Abrahams
2006-05-02  4:53   ` David Abrahams

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).