Re: MoinMoin: trouble after install

2008-09-02 Thread alex23
On Sep 3, 9:16 am, "John [H2O]" <[EMAIL PROTECTED]> wrote: > I've installed MoinMoin easily enough, but i have two problems now. This is more of a MoinMoin issue than a Python one. You'll find a lot more support through the MoinMoin site: http://moinmo.in/ Especially: http://moinmo.in/MoinMoinQ

Re: MoinMoin configuration

2007-06-07 Thread Hendrik van Rooyen
"Eric S. Johansson" <[EMAIL PROTECTED]> wrote: > (currently beating my head against flash memory and grub problems). So if you > come up with a solution, feel free to e-mail me directly or if you have any > other questions, also, feel free to send me mail. Might not know the answer but > at lea

Re: MoinMoin configuration

2007-06-06 Thread Eric S. Johansson
[EMAIL PROTECTED] wrote: > I have read through the ACL instructions on MoinMoin's site, but I > don't understand how to make it work. See > http://moinmoin.wikiwikiweb.de/HelpOnAccessControlLists > > To me it seems to be saying that you have to create a page before you > can set the ACL for it.

Re: MoinMoin

2007-01-30 Thread skip
Dan> Is it fair game to ask questions about MoinMoin here? Dan> If not, can someone recommend a resource please? Yes, however [EMAIL PROTECTED] will probably yield more responses: https://lists.sourceforge.net/lists/listinfo/moin-user I've had problems getting my posts to appear the

Re: MoinMoin - Can't create new pages

2005-11-11 Thread Kolossi
In case anyone else finds this thread, the solution is that for Moin >= 1.3.5, the 404 handling in IIS has to be changed for the Wiki Virtual Directory. See my blog at http://www.bloglines.com/blog/Kolossi?id=13 for details. -- http://mail.python.org/mailman/listinfo/python-list

Re: MoinMoin - Can't create new pages

2005-11-02 Thread Kolossi
ferg, did you get any more replies on this, or figure it out somehow? I've got exactly the same problem with IIS5, W2K and Moin 1.3.5 - works fine except gives 404 for non-existent pages. -- http://mail.python.org/mailman/listinfo/python-list

Re: MoinMoin - Can't create new pages

2005-10-25 Thread ferg
Newsflash: I've tried the [[NewPage]] macro and that works, but still no joy with the WikiName links. Well that's a work around for now, but it'd still be great to know why the other methods don't work... -- http://mail.python.org/mailman/listinfo/python-list

Re: MoinMoin - Can't create new pages

2005-10-25 Thread ferg
I should have mentioned that the error message I keep getting is the ol HTTP 404 - "The page cannot be found" -- http://mail.python.org/mailman/listinfo/python-list

Re: Moinmoin config

2005-08-21 Thread skip
Mark> I have another question, and as of yet, have not found another Mark> discussion group for moinmoin, so sorry, but here goes: Have you tried the mailing list [EMAIL PROTECTED] If you are determined to read it via Usenet, try gmane: http://dir.gmane.org/search.php?match=moin Sk

Re: Moinmoin config

2005-08-19 Thread mbstevens
Mark wrote: > The missing link under /var/www/html was exactly the problem. Somehow > missed this in the labyrinth of setup instructions. > > I have another question, and as of yet, have not found another > discussion group for moinmoin, so sorry, but here goes: > > I have a table and would like

Re: Moinmoin config

2005-08-19 Thread Mark
The missing link under /var/www/html was exactly the problem. Somehow missed this in the labyrinth of setup instructions. I have another question, and as of yet, have not found another discussion group for moinmoin, so sorry, but here goes: I have a table and would like the table borders to go a

Re: Moinmoin config

2005-08-18 Thread Andreas Schlapsi
> Hi, > > I have Moinmoin 1.3.4 installed and working on Linux RHEL3.0. However, > all screen elements are lined up on the left hand side. How can I get > it displayed like the wiki at: > > http://moinmoin.wikiwikiweb.de/HelpOnConfiguration > Hi Mark, It seems that your MoinMoin installatio

Re: Moinmoin config

2005-08-17 Thread Jorge Godoy
Mark wrote: > Hi, > > I have Moinmoin 1.3.4 installed and working on Linux RHEL3.0. However, > all screen elements are lined up on the left hand side. How can I get > it displayed like the wiki at: Mark, Mine looks like yours when I have problems with some Apache process. I haven't tracke

Re: Moinmoin config

2005-08-17 Thread Mark
Hi Patrick, Sorry about the cross post, but I could not find a moin list. Do you have a sub folder or a better name? I searched for moin and for wiki but only found some actual wikis and some groups with only a few members. Anyway, I checked my data_underlay_dir and it is valid and contains one

Re: Moinmoin config

2005-08-17 Thread Patrick Down
Mark wrote: > Hi, > > I have Moinmoin 1.3.4 installed and working on Linux RHEL3.0. However, > all screen elements are lined up on the left hand side. How can I get > it displayed like the wiki at: Well, this is probably a better question for the moin lists but I have seen this behavior before.

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Paul Bredbury
Ara.T.Howard wrote: > i know nada about python so please forgive me if this is way off base. i'm > trying to fix a bug in MoinMoin whereby > > WordsWithTwoCapsInARowLike I don't think there is such a thing as the perfect "hyperlink vs just-text" convention. In MoinMoin, you can force a custom

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Ara.T.Howard
On Wed, 8 Jun 2005, Terry Reedy wrote: > > "Ara.T.Howard" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> i'm trying to fix a bug in MoinMoin whereby > > A 'bug' is a discrepancy between promise (specification) and perfomance > (implementation). Have you really found such -- does

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Terry Reedy
"Ara.T.Howard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i'm trying to fix a bug in MoinMoin whereby A 'bug' is a discrepancy between promise (specification) and perfomance (implementation). Have you really found such -- does MoinMoin not follow the Wiki standard -- or are

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Don
Ara.T.Howard wrote: > > hi- > > i know nada about python so please forgive me if this is way off base. > i'm trying to fix a bug in MoinMoin whereby > >WordsWithTwoCapsInARowLike > ^^ > ^^ > ^^ > > do not become WikiNames. th