[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Flea vs RubyGarden

Phlip

10/30/2004 5:19:00 PM

Rubistas:

I sympathize with the battle on spam, but I was using RubyGarden to build
the "home sites" for MRW and Flea. Both require pages with transcluded
graphics, to avoid the need for thousands of boring words.

RubyGarden stopped building the <img> tag around graphic file links.

I'm too lazy to build my own static Web site for these pictures. Was images
in spam a big problem? or did some script just clobber my graphics by
accident?

--
Phlip
http://industrialxp.org/community/bin/view/Main/TestFirstUser...


14 Answers

David Ross

10/30/2004 5:28:00 PM

0

Phlip wrote:

>Rubistas:
>
>I sympathize with the battle on spam, but I was using RubyGarden to build
>the "home sites" for MRW and Flea. Both require pages with transcluded
>graphics, to avoid the need for thousands of boring words.
>
>RubyGarden stopped building the <img> tag around graphic file links.
>
>I'm too lazy to build my own static Web site for these pictures. Was images
>in spam a big problem? or did some script just clobber my graphics by
>accident?
>
>
>
did you have the location: with the capital HTTP://?

David Ross
--
Hazzle free packages for Ruby?
RPA is available from http://www.rubyar...



Chad Fowler

10/30/2004 10:33:00 PM

0

On Sun, 31 Oct 2004 02:23:54 +0900, Phlip <phlip_cpp@yahoo.com> wrote:
> Rubistas:
>
> I sympathize with the battle on spam, but I was using RubyGarden to build
> the "home sites" for MRW and Flea. Both require pages with transcluded
> graphics, to avoid the need for thousands of boring words.
>
> RubyGarden stopped building the <img> tag around graphic file links.
>
> I'm too lazy to build my own static Web site for these pictures. Was images
> in spam a big problem? or did some script just clobber my graphics by
> accident?

Flipster,

The image links just need to be changed to upper-case the protocol
part of the URL (e.g. HTTP://www.blah.com/someimage.jpg).

Hopefully not too much of a pain.

Thanks,
Chad Fowler

http://chad...
http://rubyc...
http://ruby...
http://rubygems.rub... (over 20,000 gems served!)


Gavin Sinclair

10/31/2004 12:21:00 AM

0

On Sunday, October 31, 2004, 9:32:52 AM, Chad wrote:

> The image links just need to be changed to upper-case the protocol
> part of the URL (e.g. HTTP://www.blah.com/someimage.jpg).

> Hopefully not too much of a pain.

Wasn't the idea of the "HTTP" patch to only apply to _new_ Wiki edits?

Gavin



David Ross

10/31/2004 12:57:00 AM

0

Gavin Sinclair wrote:

>On Sunday, October 31, 2004, 9:32:52 AM, Chad wrote:
>
>
>
>>The image links just need to be changed to upper-case the protocol
>>part of the URL (e.g. HTTP://www.blah.com/someimage.jpg).
>>
>>
>
>
>
>>Hopefully not too much of a pain.
>>
>>
>
>Wasn't the idea of the "HTTP" patch to only apply to _new_ Wiki edits?
>
>Gavin
>
>
>
>
>
What would be the point if it were only new? They would spam the current
wiki pages.

David Ross
--
Hazzle free packages for Ruby?
RPA is available from http://www.rubyar...



Eric Hodel

10/31/2004 1:46:00 AM

0

David Ross (dross@code-exec.net) wrote:

> Gavin Sinclair wrote:
>
> >On Sunday, October 31, 2004, 9:32:52 AM, Chad wrote:
> >
> >>The image links just need to be changed to upper-case the protocol
> >>part of the URL (e.g. HTTP://www.blah.com/someimage.jpg).
> >
> >>Hopefully not too much of a pain.
> >
> >Wasn't the idea of the "HTTP" patch to only apply to _new_ Wiki edits?
>
> What would be the point if it were only new? They would spam the current
> wiki pages.

Edits, not pages.

--
Eric Hodel - drbrain@segment7.net - http://se...
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

Phlip

10/31/2004 1:57:00 AM

0

Eric Hodel wrote:

> Edits, not pages.

That's the thing - the pages "should" have all been grandfathered-in. I
ain't touching nothin' until the spam fixes stabilize, so the question
remains: Did new Wiki source disable all graphic transclusion by fiat? or by
accident?

I didn't think the spammers had (yet) started to push in images.

--
Phlip
http://industrialxp.org/community/bin/view/Main/TestFirstUser...


David Ross

10/31/2004 2:21:00 AM

0

Phlip wrote:

>Eric Hodel wrote:
>
>
>
>>Edits, not pages.
>>
>>
>
>That's the thing - the pages "should" have all been grandfathered-in. I
>ain't touching nothin' until the spam fixes stabilize, so the question
>remains: Did new Wiki source disable all graphic transclusion by fiat? or by
>accident?
>
>I didn't think the spammers had (yet) started to push in images.
>
>
>
Right, this spamming problem is just text related(I've yet to see image
spam), but the current obfuscations disallow any type of modification
due to the nature of the posed solution.

David Ross
--
Hazzle free packages for Ruby?
RPA is available from http://www.rubyar...



Jim Weirich

10/31/2004 5:22:00 AM

0

On Saturday 30 October 2004 08:21 pm, Gavin Sinclair wrote:
> On Sunday, October 31, 2004, 9:32:52 AM, Chad wrote:
> > The image links just need to be changed to upper-case the protocol
> > part of the URL (e.g. HTTP://www.blah.com/someimage.jpg).
> >
> > Hopefully not too much of a pain.
>
> Wasn't the idea of the "HTTP" patch to only apply to _new_ Wiki edits?

Well, the patch does 2 things: (1) makes "HTTP:" the proper prefix for
recognized lines and (2) rejects edits containing "http:". I suppose the
patch author could have been more clever and allowed either HTTP or http as
recognized line prefixes. Probably a better solution is a script to update
the wiki pages to the new format.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)


Phlip

10/31/2004 5:33:00 AM

0

Jim Weirich wrote:

> Well, the patch does 2 things: (1) makes "HTTP:" the proper prefix for
> recognized lines and (2) rejects edits containing "http:". I suppose the
> patch author could have been more clever and allowed either HTTP or http
as
> recognized line prefixes. Probably a better solution is a script to
update
> the wiki pages to the new format.

Thanks - I just "got" it. To rescue my few pages, I must edit _all_ their
http: tags.

When you change a page and save it, any http: tags bounce, not just the ones
you edited.

--
Phlip
http://industrialxp.org/community/bin/view/Main/TestFirstUser...





Chad Fowler

10/31/2004 2:15:00 PM

0

On Sun, 31 Oct 2004 14:33:54 +0900, Phlip <phlip_cpp@yahoo.com> wrote:
> Jim Weirich wrote:
>
> > Well, the patch does 2 things: (1) makes "HTTP:" the proper prefix for
> > recognized lines and (2) rejects edits containing "http:". I suppose the
> > patch author could have been more clever and allowed either HTTP or http
> as
> > recognized line prefixes. Probably a better solution is a script to
> update
> > the wiki pages to the new format.
>
> Thanks - I just "got" it. To rescue my few pages, I must edit _all_ their
> http: tags.
>
> When you change a page and save it, any http: tags bounce, not just the ones
> you edited.
>
>

That's right.

--

Chad Fowler
http://chad...
http://rubyc...
http://ruby...
http://rubygems.rub... (over 20,000 gems served!)