Re: [Moin-user] Russian spam to this list

2007-08-18 Thread skip
t. Gmail treats it as spam for me just fine. Keep telling Gmail it's spam. Skip - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and conf

[Moin-user] quoteWikiNameURL defeats anchor usage in NewWindow macro

2007-09-04 Thread skip
is not considered "safe"? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search

Re: [Moin-user] quoteWikiNameURL defeats anchor usage in NewWindow macro

2007-09-04 Thread skip
skip> Instead of generating a URL like skip> http://www/wiki/FrontPage#anchor skip> it generates skip> http://www/wiki/FrontPage%23anchor skip> The culprit seems to be quoteWikiNameURL which calls urllib.quote like this: skip> urllib.quote(

Re: [Moin-user] captcha system for moin?

2007-09-24 Thread skip
create a page was too small (I think the threshold was four seconds or something on that order). That might be something you could implement easily for Moin. Skip - This SF.net email is sponsored by: Microsoft Defy all challeng

Re: [Moin-user] captcha system for moin?

2007-09-25 Thread skip
that server before accepting them. Anything that scores as ham or unsure should be accepted. Spam scores should cause rejection. Skip - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [Moin-user] Control Page Creation

2007-09-27 Thread skip
re right of course - I failed to doublecheck the Christoph> permissions you can control with an ACL. Just change "create" to "write". I think you'll be good to go. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/

Re: [Moin-user] List spamminess (was Re: Do we like the same books?)

2007-09-27 Thread skip
oesn't catch SpamBayes running on my computer does. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [Moin-user] List spamminess (was Re: Do we like the same books?)

2007-09-28 Thread skip
moin-user list, let me know. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.a

Re: [Moin-user] moin + asciimath

2007-09-30 Thread skip
home (Firefox 2.0.0.7), but the basic MathML page does. Skip - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070

Re: [Moin-user] moin + asciimath

2007-09-30 Thread skip
ver has not been patched to recognize where the formulas start and end. Skip - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vs

Re: [Moin-user] Change name of Frontpage?

2007-10-06 Thread skip
At work our wiki's front page is named "Contents": % egrep Contents wikiconfig.py page_front_page = u"Contents" -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ -

[Moin-user] Does LocalBadContent cover submitter?

2007-10-11 Thread skip
We seem to be having a spam submitter with this username pattern: [0-9]+jingke[0-9]+ Will adding that pattern to LocalBadContent help or does the spam check only consider the actual page content and not the name of the submitter? (This is in Moin 1.3.something.) Thanks, -- Skip Montanaro

Re: [Moin-user] captcha system for moin?

2007-10-20 Thread skip
ns: Of course, those two simple python functions have to be integrated into a larger system. Skip - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log event

[Moin-user] user group pages as regular expressions?

2007-10-22 Thread skip
could be easily collapsed into one pattern. I anticipate a lot more of this bot stuff in the future, so being able to block them a bit more broadly would be useful. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.we

Re: [Moin-user] user group pages as regular expressions?

2007-10-22 Thread skip
Steve> FWIW, I've seen several of these names as well. Once I added Steve> e-mail account verification to my wiki (using one of the macros + Steve> actions posted on the moin site), it cut down dramatically on the Steve> spam. Oooh... Thanks, I'

Re: [Moin-user] captcha system for moin?

2007-10-29 Thread skip
Gary> It looks like the most recent 1.6 dev version has a captcha Gary> system, since the main moin wiki (http://moinmo.in/) is running Gary> with it now. This is the first time I've seen that url. How long ago did it replace http://moinmoin.wikiwiki

Re: [Moin-user] Antispam for chinese spammers

2007-11-06 Thread skip
nese characters" to insert into LocalBadContent? Thanks, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find pro

Re: [Moin-user] Antispam for chinese spammers

2007-11-07 Thread skip
kis' LocalBadContent. We'll see how it goes. Skip - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and

Re: [Moin-user] 1.5.8 -> 1.6.0 "TypeError: sort() takes no keyword arguments"

2008-01-23 Thread skip
in save_list Dave> what_sorted.sort(cmp=lambda x, y: cmp(x[1:], y[1:])) Dave> TypeError: sort() takes no keyword arguments Dave> I'm Running Python 2.3 - any ideas? Try upgrading to Python 2.4 or, better yet, 2.5. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/

Re: [Moin-user] 1.5.8 -> 1.6.0 "TypeError: sort() takes no keyword arguments"

2008-01-23 Thread skip
ou read the install/upgrade info? It probably says something in there. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The major difference between Democrats and Republicans is that Republicans don't know that Randy Newman's lyric

Re: [Moin-user] [[BR]] vs <>

2008-02-25 Thread skip
n, haha!). The release page at http://moinmo.in/MoinMoinRelease1.6 doesn't explain this change (it just says "new macro markup"). Can you point me to an explanation for the change? Thx, Skip Montanaro - T

Re: [Moin-user] [[BR]] vs <>

2008-02-26 Thread skip
Thomas> There is that new Creole wiki markup standard. Moin's new Thomas> linking is 99% creole. This makes sense. Maybe feature that change more prominently on the above release page (like right at the top). I had never heard of Creole wiki markup before and just

Re: [Moin-user] capitalization and sub-pages

2008-03-20 Thread skip
Poor> <> That is a bit weird. Does this work? <> It does seem odd that your regular expression wouldn't match both of the pages you listed. -- Skip Montanaro - [EMAIL PROTECTED] - http://w

Re: [Moin-user] local image linking

2008-03-24 Thread skip
Jim> ;-) there is no url... they exist on the local filesystem (i.e Jim> /var/tmp/mrtg/rtr2/) ;-) Sure there is: file://localhost/var/tmp/mrtg/rtr2/... Skip - This SF.net email is sponsored by: Mic

Re: [Moin-user] local image linking

2008-03-24 Thread skip
Jim> client browser. Sure, but there wouldn't be any security problems. It was more-or-less in jest. Skip - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [Moin-user] need server-busting test

2008-04-16 Thread skip
calBadContent page which contains a lot of regular expressions (100 or more) * Perform many simultaneous checkins which must be checked against all those REs ... * ... while an ill-behaved web crawler hammers away at the wiki :-) -- Skip Montanaro - [EMAIL PROTECTED] - http

Re: [Moin-user] need server-busting test

2008-04-17 Thread skip
ng in a trivial edit to WikiSandBox takes about 15 seconds.) So when the spammers hit the Python wiki can be fairly easily brought to its knees. (Yes, I know we should upgrade to 1.6.x and enable textcha's, but that task never seems to creep up to the top of anyone's queue.) Skip

Re: [Moin-user] Upgrade to 1.6 A Painful Failure

2008-05-13 Thread skip
Sebastian> Does IRC work through a web browser -- firefox ? If you install the ChatZilla extension, yes, it does. Skip - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2

Re: [Moin-user] Upgrade to 1.6 A Painful Failure

2008-05-13 Thread skip
>> If you install the ChatZilla extension, yes, it does. Sebastian> Thanks for the info -- how do get to the Moinmoin IRC from Sebastian> there !? (a 3 line IRC tutorial maybe ;-) ) The URL for the #moin channel would be irc://irc.freenode.ne

Re: [Moin-user] Upgrade to 1.6 A Painful Failure

2008-05-13 Thread skip
>> If you install the ChatZilla extension, yes, it does. Paul> But AIUI it doesn't use HTTP, so if you are behind a firewall you Paul> may not be able to get IRC even via ChatZilla. Sure, if the irc port is blocked you&

[Moin-user] Share LocalBadContent between two wikis?

2008-09-26 Thread skip
Is it possible to robustly share the LocalBadContent page between two or more otherwise independent sibling wikis? Are symlinks the way to go or is there some better way to avoid duplication of effort? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip

[Moin-user] problem after Ubuntu upgrade from Hardy to Intrepid

2008-11-13 Thread skip
hon2.5/MoinMoin/macro/__init__.py", line 79, in Macro for lang in i18n.wikiLanguages(): TypeError: 'NoneType' object is not iterable How do I get around this problem without going outside the Ubunt

Re: [Moin-user] problem after 15 to 1.7 upgrade - Was: after Ubuntu upgrade from Hardy to Intrepid

2008-11-13 Thread skip
ort modules from the MoinMoin package at the interpreter prompt. Maybe the default return value for MoinMoin.i18n.wikiLanguages() should be an empty list instead of None. Skip - This SF.Net email is sponsored by the Moblin Your Mov

[Moin-user] ACLs no longer work after upgrade from 1.5 to 1.7

2008-11-15 Thread skip
Any suggestions about where to look for clues to this mystery? Thanks, -- Skip Montanaro - [EMAIL PROTECTED] - http://smontanaro.dyndns.org/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challen

[Moin-user] How to convert Moin markup to Creole?

2008-11-15 Thread skip
I see that Moin has a CreoleParser and that it's possible to make Creole the default markup. Is it possible to convert a large number of pages in Moin markup format to Creole? A bit of googling didn't turn anything up. Thanks, -- Skip Montanaro - [EMAIL PROTECT

[Moin-user] Page copies don't generate notification emails?

2009-01-24 Thread skip
st to see these changes? (We've disabled the copy page action to stem the flow of spam.) Thanks, -- Skip Montanaro - s...@pobox.com - http://smontanaro.dyndns.org/ -- This SF.net email is sponsored by: SourcForge C

[Moin-user] Caching macro pages?

2009-06-18 Thread skip
already do this? If not, is there some way short of running a Squid proxy in front of the wiki to achieve this? We're running MoinMoin 1.5.x. Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ when i wake up with a heart rate below 40, i head right for the esp

Re: [Moin-user] Caching macro pages?

2009-06-18 Thread skip
Rick> Have you tried <>? It sounds like EXACTLY Rick> what you're looking for. No, we are still running 1.5.x. No FullSearchCached macro there as far as I can tell. I'll have to rattle the cage about an upgrade at

[Moin-user] moin2rest?

2009-06-23 Thread skip
Is there a moin2rest script floating around somewhere? I would like to convert a single page from MoinMoin markup to ReStructuredText. A Google search didn't turn up anything obvious. Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ when i wake up with a heart

[Moin-user] How do I do quick links now?

2009-08-12 Thread skip
like the way to create a link with different text if I embed it in a page. How do I do this in my quick links settings? Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ Getting old sucks, but it beats dying young

Re: [Moin-user] How do I do quick links now?

2009-08-12 Thread skip
three are broken. Skip -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core applicati

Re: [Moin-user] How do I do quick links now?

2009-08-12 Thread skip
* j...@web.de * [#anchorname Anchor Link] This clearly looks a lot different than what I see at http://moinmo.in/HelpOnLinking Is that a problem with the update/migration process or did we flub it somehow? Thx, Skip --

Re: [Moin-user] How do I do quick links now?

2009-08-12 Thread skip
Rick> My bet is that you forgot to replace the Underlay directory with Rick> the new help files that correspond to your new version. ;-) Don't blame me. ;-) Thanks for the hint. I will open a help ticket with our admin g

[Moin-user] Converting .draw file to .png offline?

2009-10-05 Thread skip
file. Is there a way to generate a .png file from .draw without using the Java applet? Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ Getting old sucks, but it beats dying young -- Come bui

[Moin-user] Lots of pages - nothing but empty edit-log???

2010-02-06 Thread skip
ed a bunch manually but a quick find showed that most of the "pages" were actually such directories - no content. I suspect these are the remnants of a page deletion. Is it safe to simply delete them? Thanks, -- Skip Montanaro - s...@pobox.com - http:

Re: [Moin-user] Lots of pages - nothing but empty edit-log???

2010-02-07 Thread skip
ectories which had just edit-log or edit-lock and edit-log files. Skip -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the busine

Re: [Moin-user] Problems stopping the spam

2011-01-25 Thread skip
domir> browser just cached that page with the edit link... I don't think browser cache has anything to do with it. I just created an account. I am able to edit the TranslationStatus page. Instead of presenting me with "Immutable Page" it gives me the two Edit links, e

[Moin-user] LocalBadContent - can it be not readable?

2011-02-07 Thread skip
The Jython wiki has seen an uptick in spam page creation the past week or two. I've been deleting the pages and adding patterns to the LocalBadContent page. I wonder if making that page generally unreadable will work. (AdminGroup members could still see it of course.) Thx, -- Skip Mont

Re: [Moin-user] LocalBadContent - can it be not readable?

2011-02-09 Thread skip
said, if there is a member of the Moin community who is interested in helping to maintain the Python & Jython wiki installation, feel free to drop a note to pydotorg-...@python.org. -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ ---

[Moin-user] Clarification of userid & help doc

2008-02-18 Thread George (Skip) VerDuin
Greetings from snowy Michigan -- May we explore the detail of user management a bit? I've searched the past year on this reflector and not found the subject discussed. I) The first paragraph of Help => Admin => User doc on my rev states: _ User da