> > > 1.  MoinMoin assumes that every user will want to have a homepage
> > > at /UserName.  I want user homepages to live at /People/UserName
> > > instead.
> [..]
> > What you can do to keep your wiki namespace clean from user homepages,
> > is to use user_homewiki = u'InterWikiNameOfOtherWiki', moin will then
> > link to that wiki and put user homepages there. That at least works for
> > the automatically generated links as on RecentChanges or info action,
> > maybe even with SIG (try).
> > 
> > It won't work if someone just mentions JoeDoe, of course.
> 
> I am interested in that feature. I have made some tests, with two
> overlapping wikis (like wiki.debian.org and wiki.debian.org/User)
> 
> my farmconfig.py looks like:
>         wikis = [
>             ("user-wiki", r"[^/]*/User.*"),
>             ("main-wiki", r".*"), 
>         ]

You do not need that user-wiki.

> But there's a problem with such overlap: Most user won't notice that
> it's two different wikis.

If you just do not do a user-wiki, it will be same wiki. :)




------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to