<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">> 1.  MoinMoin assumes that every user will want to have a homepage<br>

> at /UserName.  I want user homepages to live at /People/UserName<br>
> instead.  Is there a way to set a PathPrefixForUserHomepages variable<br>
> somewhere, or something?<br>
<br>
</div>No. And it wouldn't work with current code for @SIG@ etc. anyway.<br>
<br>
What you can do to keep your wiki namespace clean from user homepages,<br>
is to use user_homewiki = u'InterWikiNameOfOtherWiki', moin will then<br>
link to that wiki and put user homepages there. That at least works for<br>
the automatically generated links as on RecentChanges or info action,<br>
maybe even with SIG (try).<br>
<br>
It won't work if someone just mentions JoeDoe, of course.<br>
<div class="Ih2E3d"></div></blockquote><div><br></div><div><br></div><div>OK... this would perhaps be a nice feature to add someday, but for now I'll work around it.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">
> 2.  I would like each page to have a "short name" and a "long name",<br>
> i.e.:  my username is "cmac", but my full name is "Christopher<br>
> MacMinn" -- I would like my user homepage to live at /People/cmac, but<br>
> to say "Christopher MacMinn" at the top<br>
<br>
</div>Easy, just do a:<br>
<br>
= Christopher MacMinn =<br>
<br>
(that will create a big H1 headline at the top of the content area)<br>
<div class="Ih2E3d"></div></blockquote><div><br></div><div><br></div><div>Yes, this much was clear to me already.</div><div><br></div><div><br></div><div> > and in the title bar</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">
<br>
</div>There is no title bar.<br></blockquote><div><br></div><div><br></div><div>By this I actually meant the webpage title that appears in the browser title bar, as in</div><div><br></div><div><head></div><div>  <title>Christopher MacMinn</title></div>
<div></head></div><div><body></div><div>...</div><div><br></div><div>Is there any way to change that?  My personal page (/People/cmac) currently says in the browser title bar "People/cmac - WikiName" -- I would much rather see something like "People > Christopher MacMinn - WikiName"</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">What you mean is the wiki navigation area and that shows the "physical"<br>
page name of the page, ever, and also some other navigation elements.<br>
That name is not part of the document / of the content.<br><div class="Ih2E3d"></div></blockquote><div><br></div><div><br></div><div>Right, this part is clear to me.</div><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">>  (not "cmac", which is silly).<br>
<br>
</div>You can also have ChristoperMacMinn as pagename, but then this should be<br>
also your username, otherwise you lose the automatic connection between<br>
them.<br>
<div class="Ih2E3d"><br>
> If you argue that my username should have been "ChristopherMacMinn"<br>
> instead, then consider a page called "PDEs" which is actually about<br>
> "Partial Differential Equations".  I saw that there is at least one<br>
> Feature Request along these lines (e.g.,<br>
> <a href="http://moinmo.in/FeatureRequests/CustomPageTitle" target="_blank">http://moinmo.in/FeatureRequests/CustomPageTitle</a>) but I can't tell if<br>
> it has gone anywhere, or if there is a workaround in the meantime<br>
> before it becomes (or does not become) a Feature.<br>
<br>
</div>The only additional information I can provide about that topic (you<br>
maybe find it also in the wiki somewhere) is that some older themes<br>
confused navigation / physical pagename of the document and the title of<br>
the document by rendering the physical pagename within the content area<br>
as if it was a H1 heading. That was bad.<br>
<br>
That old way led to all sorts of feature requests to "display something<br>
else there" or "display nothing there" and all those were resolved in<br>
the new (current) themes by a more clean separation of navigation and<br>
content. Maybe not totally obvious (as the pagename in the title area is<br>
rather big), but well, that is just a mather of the theme css (if you<br>
like it smaller, edit the css).<br>
<br>
Not all theme authors updated their themes, though, so if you use a 3rd party<br>
theme and it still renders the pagename as h1 in the content area, maybe try<br>
it with modern or modernized theme as it is part of moin 1.6 .. 1.8.</blockquote><div><br></div><div><br></div><div>I would argue, as I mentioned, that it would be nice to have a variable that is the "physical page name", as I called the "short name", that is used for navigation, and a second variable that is the "page title", as I called the "long name", that is used for display in the page content and in the browser title bar.  Does that make sense?<br>
</div><div><br></div><div>Thanks very much!</div><div><br></div><div>Best, Chris</div></div>