[Moin-user] New user needs help

Melissa Proffitt mproffitt at adaptiveaero.com
Fri Mar 21 12:16:18 EDT 2008


Thanks for the help
> bin or cgi-bin?
>
It is cgi-bin in both places, forgive the typo in email.
> You forgot the www. in your regexes.
>
I love to find out that it should have been obvious? :)
> I usually use r"^(www\.)?......" so it works with and without www..
>
Good to know, thanks.

----- Original Message ----- 
From: <moin-user-request at lists.sourceforge.net>
To: <moin-user at lists.sourceforge.net>
Sent: Friday, March 21, 2008 11:48 AM
Subject: Moin-user Digest, Vol 22, Issue 11


> Send Moin-user mailing list submissions to
> moin-user at lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/moin-user
> or, via email, send a message with subject or body 'help' to
> moin-user-request at lists.sourceforge.net
>
> You can reach the person managing the list at
> moin-user-owner at lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Moin-user digest..."
>
>
> Today's Topics:
>
>   1. What type of IRC used by moinmo? (???)
>   2. Re: capitalization and sub-pages (skip at pobox.com)
>   3. Re: capitalization and sub-pages (Poor Yorick)
>   4. Re: BadContent ACL (Gnarlodious)
>   5. Re: BadContent ACL (Jim Popovitch)
>   6. Re: BadContent ACL (Gnarlodious)
>   7. Re: BadContent ACL (Jim Popovitch)
>   8. Re: Some questions regarding standalone server (Thomas Waldmann)
>   9. Re: What type of IRC used by moinmo? (Thomas Waldmann)
>  10. Re: New user needs help (Thomas Waldmann)
>  11. Re: capitalization and sub-pages (Thomas Waldmann)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 21 Mar 2008 08:51:41 +0800
> From: ??? <guangrui_wu at gtmc.com.cn>
> Subject: [Moin-user] What type of IRC used by moinmo?
> To: moin-user at lists.sourceforge.net
> Message-ID: <00EA0944-1A91-4835-A1A5-689501059C37 at gtmc.com.cn>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hello!
>
> I want to make a irc server integrating  with moinmoin just like the
> moinmo.in,too.
>
> From the moinmoin can check the memo of IRC chat.what type of the irc
> is used in moinmo.in
>
> and how to seting up the irc server to intergrate with moinmoin ?
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 20 Mar 2008 20:19:34 -0500
> From: skip at pobox.com
> Subject: Re: [Moin-user] capitalization and sub-pages
> To: Poor Yorick <net.sourceforge.lists.moin-user at pooryorick.com>
> Cc: moin-user at lists.sourceforge.net
> Message-ID: <18403.3366.929377.254466 at montanaro-dyndns-org.local>
> Content-Type: text/plain; charset=us-ascii
>
>    Poor>       <<PageList(regex:.*g.*)>>
>
> That is a bit weird.  Does this work?
>
>    <<PageList(regex:(?i).*g.*)>>
>
> It does seem odd that your regular expression wouldn't match both of the
> pages you listed.
>
> -- 
> Skip Montanaro - skip at pobox.com - http://www.webfast.com/~skip/
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 20 Mar 2008 21:46:19 -0400
> From: Poor Yorick <net.sourceforge.lists.moin-user at pooryorick.com>
> Subject: Re: [Moin-user] capitalization and sub-pages
> To: skip at pobox.com
> Cc: moin-user at lists.sourceforge.net
> Message-ID: <47E3136B.6090705 at pooryorick.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> skip at pobox.com wrote:
>>     Poor>       <<PageList(regex:.*g.*)>>
>>
>> That is a bit weird.  Does this work?
>>
>>     <<PageList(regex:(?i).*g.*)>>
>>
>
> That causes nothing to be returned.
>
> -- 
> Poor Yorick
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 20 Mar 2008 22:32:09 -0600
> From: Gnarlodious <lists.gnarlodious at gmail.com>
> Subject: Re: [Moin-user] BadContent ACL
> To: moin-user at lists.sourceforge.net
> Message-ID:
> <3130eec50803202132p630dca8fk17c9ea51a5a7f974 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> We've had some discussion in the past about blocking access to
> BadContent with ACL in the Moinmaster version. Why it hasn't happened
> I dont know. It would basically block access to nonregistered users,
> meaning that search engines would not index the page.
>
> -- Gnarlie
> http://flickr.com/photos/gnarlodious/
>
>
> On 3/20/08, Jim Popovitch wrote:
>> On Thu, Mar 20, 2008 at 10:52 PM, Gnarlodious wrote:
>> > Not sure what you mean. The ACL is set at the MoinMaster original, so
>> > any changes you make will be overwritten.
>>
>> Yep, that's my problem. ;-)
>>
>> > I blocked access to BadContent with a rewite rule:
>> >
>> > RewriteCond %{HTTP_USER_AGENT} !.*Gnarlodious\.com
>> > RewriteCond %{REQUEST_URI} BadContent
>> > RewriteRule . - [F]
>> >
>> > This blocks access to all user agents that do not end with
>> > "Gnarlodious.com", which is my custom user agent string. It has worked
>> > fine for at least 6 months. I was forced into this action because the
>> > stats revealed search engines were indexing bad words on my site.
>>
>> Bingo! I'm seeing that too and want to block access for all
>> non-ACL-approved users (which could be from all parts of the world and
>> an unknown number of domains).
>>
>> -Jim P.
>>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 21 Mar 2008 00:34:34 -0400
> From: "Jim Popovitch" <yahoo at jimpop.com>
> Subject: Re: [Moin-user] BadContent ACL
> To: Gnarlodious <lists.gnarlodious at gmail.com>
> Cc: moin-user at lists.sourceforge.net
> Message-ID:
> <7ff145960803202134l484b95d3ic17dd35865d28363 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Fri, Mar 21, 2008 at 12:32 AM, Gnarlodious
> <lists.gnarlodious at gmail.com> wrote:
>> We've had some discussion in the past about blocking access to
>>  BadContent with ACL in the Moinmaster version. Why it hasn't happened
>>  I dont know. It would basically block access to nonregistered users,
>>  meaning that search engines would not index the page.
>
> That would be an excellent solution.
>
> Who amongst us has the power to make that edit?
>
> -Jim P.
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 20 Mar 2008 22:41:59 -0600
> From: Gnarlodious <lists.gnarlodious at gmail.com>
> Subject: Re: [Moin-user] BadContent ACL
> Cc: moin-user at lists.sourceforge.net
> Message-ID:
> <3130eec50803202141t282bf97aja46b7848744eaca2 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 3/20/08, Jim Popovitch wrote:
>
>> That would be an excellent solution.
>>
>> Who amongst us has the power to make that edit?
>
> I assume any of us could make the change, but it has not been
> determined what the effect would be to thousands of Moin users. Maybe
> Waldmann will weigh in on the subject (again).
>
> -- Gnarlie
> http://flickr.com/photos/gnarlodious/
>
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 21 Mar 2008 00:49:05 -0400
> From: "Jim Popovitch" <yahoo at jimpop.com>
> Subject: Re: [Moin-user] BadContent ACL
> To: Gnarlodious <lists.gnarlodious at gmail.com>
> Cc: moin-user at lists.sourceforge.net
> Message-ID:
> <7ff145960803202149r12cf075v133db39b276f45af at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Fri, Mar 21, 2008 at 12:41 AM, Gnarlodious
> <lists.gnarlodious at gmail.com> wrote:
>> On 3/20/08, Jim Popovitch wrote:
>>
>>
>> > That would be an excellent solution.
>>  >
>>  > Who amongst us has the power to make that edit?
>>
>>  I assume any of us could make the change, but it has not been
>>  determined what the effect would be to thousands of Moin users. Maybe
>>  Waldmann will weigh in on the subject (again).
>
> Thankfully it's an Immutable page, imagine the consequences of a wiki
> spammer being able to zero out mm.www.de/BadContent and then spam all
> the world-writable Moin wiki's
>
> -Jim P.
>
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 21 Mar 2008 16:34:27 +0100
> From: Thomas Waldmann <tw-public at gmx.de>
> Subject: Re: [Moin-user] Some questions regarding standalone server
> To: moin-user <moin-user at lists.sourceforge.net>
> Message-ID: <1206113667.29210.2.camel at black>
> Content-Type: text/plain
>
>> I have the server all set up and running, can edit pages, etc.  But I
>> see in the log accesses to files in /moin_static_161/, and I don't find
>> that directory in /usr/share/moin,
>> /usr/lib/python2.5/site-packages/MoinMoin, or anywhere in my instance
>> directory.  It's working.. I just don't see how!
>
> The standalone "moin.py" server has some builtin static file server
> magically serving that url from wiki/htdocs/ (at least it does when you
> just uncompress and start moin.py, no idea about the rpm).
>
>
>
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 21 Mar 2008 16:40:01 +0100
> From: Thomas Waldmann <tw-public at gmx.de>
> Subject: Re: [Moin-user] What type of IRC used by moinmo?
> To: moin-user <moin-user at lists.sourceforge.net>
> Message-ID: <1206114001.29210.7.camel at black>
> Content-Type: text/plain
>
>> I want to make a irc server integrating  with moinmoin just like the
>> moinmo.in,too.
>>
>>  From the moinmoin can check the memo of IRC chat.what type of the irc
>> is used in moinmo.in
>>
>> and how to seting up the irc server to intergrate with moinmoin ?
>
> For the moin IRC channels, we just use the freenode.net IRC network (not
> our own server).
>
> We have a supybot ChannelLogger logging all stuff on #moin-dev (so that
> we can search for stuff later).
>
> The pushing to the wiki pages is done by a crontab calling moin ...
> import irclog...
>
>
>
>
>
> ------------------------------
>
> Message: 10
> Date: Fri, 21 Mar 2008 16:45:57 +0100
> From: Thomas Waldmann <tw-public at gmx.de>
> Subject: Re: [Moin-user] New user needs help
> To: moin-user <moin-user at lists.sourceforge.net>
> Message-ID: <1206114357.29210.14.camel at black>
> Content-Type: text/plain
>
>
>
>> adaptivefarm/
>>
>>                 bin/
>>
>>                                 moin.cgi
>
>>    ScriptAlias /adaptivebooks
>> "/usr/local/share/moin/adaptivefarm/cgi-bin/moin.cgi"
>
> bin or cgi-bin?
>
> BTW, using host based farming (*.example.org/PageName) is easier than
> path based (example.org/*/PageName).
>
>
>> wikis = [
>>
>>     ("adaptivebooks", r"^adaptiveaerospace.com/adaptivebooks.*$"),
>>
>>     ("adaptiveprojects", r"^adaptiveaerospace.com/adaptiveprojects.*
>> $"),
>>
>> ]
>>
>>
>>
>> I call the adaptivebooks wiki with the URL :
>>
>> https://www.adaptiveaerospace.com/adaptivebooks
>>
>
> You forgot the www. in your regexes.
>
> I usually use r"^(www\.)?......" so it works with and without www..
>
>
>> "No wiki configuration matching the URL found!"
>
> Yeah, true, but fixable. :)
>
>
>
>
>
>
> ------------------------------
>
> Message: 11
> Date: Fri, 21 Mar 2008 16:48:27 +0100
> From: Thomas Waldmann <tw-public at gmx.de>
> Subject: Re: [Moin-user] capitalization and sub-pages
> To: moin-user <moin-user at lists.sourceforge.net>
> Message-ID: <1206114507.29210.18.camel at black>
> Content-Type: text/plain
>
>> <<PageList(regex:.*g.*)>>
>>
>> Finds a page titled Pub/CategoryIdeas, but it does not find a page titled
>> pub/CategoryIdeas.
>
> That's likely a bug. Look if we already have a bugreport for it on
> MoinMoin:MoinMoinBugs and if not, please file one and give many details
> as requested in the bug template.
>
>
>
>
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
> ------------------------------
>
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user
>
>
> End of Moin-user Digest, Vol 22, Issue 11
> *****************************************
> 





More information about the Moin-user mailing list