Greg Chapman | 1 Jul 2008 18:59
Favicon

Re: Skinning Gmane's Blog interface

Greg Chapman <greg <at> gregafloat.plus.com> writes:

> Apologies if I've missed the info somewhere...

After an experiment with pasting my css url I see that:

http://blog.gmane.org/gmane.discuss?set_user_css=http://www.mydomain.com/style.css&do_set_user_css=t

should do the trick.

However, the internal styling code:

<style type="text/css" media="screen">
h1.name {
  background-image:  url(http://gmane.org/paint-blog-id.php?group=gmane.discuss);
}
</style>

on every page rather destroys the point. Could this be moved to the external
stylesheet file, or am I missing the point, somehow?

Greg
Ed Avis | 2 Jul 2008 17:04
Favicon

Subject commas lost in direct link

<http://article.gmane.org/gmane.test/4769>

The subject contains commas but the page title has them removed.

--

-- 
Ed Avis <eda <at> waniasset.com>
Kjetil Torgrim Homme | 10 Jul 2008 07:11
Picon
Picon

gmane.comp.bacula.user gone?

I'm getting

    411 No such group gmane.comp.bacula.user 

the group worked recently, and it seems like it's still in the active
file.  what's wrong?

--

-- 
thanks,
Kjetil T.
Kjetil Torgrim Homme | 10 Jul 2008 07:48

Re: gmane.comp.bacula.user gone?

Kjetil Torgrim Homme <kjetilho <at> kaksi.ifi.uio.no> writes:
> I'm getting
>
>     411 No such group gmane.comp.bacula.user 
>
> the group worked recently, and it seems like it's still in the active
> file.  what's wrong?

it's available in the web interface as
gmane.comp.sysutils.backup.bacula.general, but not in NNTP.  a rename
in progress?

--

-- 
thanks,
Kjetil T.
Adam Sjøgren | 10 Jul 2008 14:19
X-Face
Picon
Favicon
Gravatar

Re: gmane.comp.bacula.user gone?

On Thu, 10 Jul 2008 07:48:39 +0200, Kjetil wrote:

> Kjetil Torgrim Homme <kjetilho <at> kaksi.ifi.uio.no> writes:

>> I'm getting

>> 411 No such group gmane.comp.bacula.user 

>> the group worked recently, and it seems like it's still in the active
>> file.  what's wrong?

> it's available in the web interface as
> gmane.comp.sysutils.backup.bacula.general, but not in NNTP.  a rename
> in progress?

Renaming of nntp has not been implemented, as far as I recall.

I can not reproduce the problem, though:

 $ telnet news.gmane.org nntp
 Trying 80.91.229.13...
 Connected to ger.gmane.org.
 Escape character is '^]'.
 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
 MODE READER
 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
 GROUP gmane.comp.bacula.user
 211 45931 1 46038 gmane.comp.bacula.user

  Best regards,
(Continue reading)

Kjetil Torgrim Homme | 10 Jul 2008 17:43
Picon
Picon

Re: gmane.comp.bacula.user gone?

asjo <at> koldfront.dk (Adam Sjøgren) writes:
>> Kjetil Torgrim Homme <kjetilho <at> kaksi.ifi.uio.no> writes:
>>> I'm getting
>>> 411 No such group gmane.comp.bacula.user 
>>>
>>> the group worked recently, and it seems like it's still in the active
>>> file.  what's wrong?
>
> I can not reproduce the problem, though:

shucks, I shouldn't have trusted Gnus.  well, I removed .newsrc* and
started from scratch, and now it works.

--

-- 
thank you for your time!
Kjetil T.
Jens Müller | 11 Jul 2008 11:04
Picon

Allow posting through Gmane

Hi!

Is there a short description what exactly a list administrator (here: 
Mailman) has to do in order to allow posting through Gmane by 
non-subscribed users?

Regards,

Jens
Frank Ellermann | 11 Jul 2008 22:26
Picon
Picon

Re: Allow posting through Gmane

Jens Müller wrote:

> Is there a short description what exactly a list administrator
> (here: Mailman) has to do in order to allow posting through 
> Gmane by non-subscribed users?

None I'm aware of.  Some technical details are simple:

(1) GMaNe uses the term "public" for a list where all users can
    post without subscription.  For each list x and 2822-From y
    the first article triggers a mail challenge to y, after that
    y can post on x as (s)he sees fit.
    [Simplified, of course the 2822-From is actually a News-From
     at this point]
(2) For a non-public list the procedure is exactly the same, but
    the challenge informs the first time posters that they need
    a subscription.
(3) GMaNe uses unique addresses z per list x, as envelope sender
    address (2821 MAIL FROM) and 2822-Sender address.  The list
    would see an SPF PASS for a subscribed address z.  (And FWIW
    a Sender ID PASS for the "purported responsible address" z.)
(4) IOW the list x sees 2822-From y, Sender z, Return-Path z.
    I've no idea what else Mailman can do, but it obviously can
    insist on a subscription of y (the 2822-From).  
(5) Things can be interesting when posters use Reply-To w != y,
    but it is possible to survive the experience, at least on
    lists not mutilating a given Reply-To w to a Reply-To list.
(6) Cross-posts are also very interesting, from GMaNe's POV (in
    its archives) X-Posts can have made it to all lists carried
    by GMaNe, when the X-Post in fact made it only to at least
(Continue reading)

Simon Michael | 12 Jul 2008 02:08
Gravatar

gmane.comp.finance.ledger.general moved

Good day all.. just cc'ing a change request I made through the web UI. 
The ledger project has re-opened its mail list, the posting address is 
now ledger-cli <at> googlegroups.com . Also we transferred over the gmane 
subscription to the new list but I haven't seen anything appear in the 
newsgroup yet.

Thanks! Best regards,
-Simon
Nicolas Alvarez | 12 Jul 2008 03:14
Picon
Gravatar

Re: Skinning Gmane's Blog interface

Greg Chapman <greg <at> gregafloat.plus.com> writes:
> However, the internal styling code:
> 
> <style type="text/css" media="screen">
> h1.name {
>   background-image:  
url(http://gmane.org/paint-blog-id.php?group=gmane.discuss);
> }
> </style>
> 
> on every page rather destroys the point. Could this be moved to the external
> stylesheet file, or am I missing the point, somehow?

Your custom stylesheet could override it and make it !important.

Gmane