[e-lang] Convert Walnut to MediaWiki

James Graves ansible at xnet.com
Sun Nov 26 18:57:15 CST 2006


Martin Scheffler wrote:

> could you enable subpages and user styles please?
> 
> http://meta.wikimedia.org/wiki/LocalSettings.php#Enabling_subpages
> http://meta.wikimedia.org/wiki/User_styles

Done.  I added this to the end of LocalSettings.php:

# user styles
$wgAllowUserJs  = true;
$wgAllowUserCss = true;

# subpages in main namespace
$wgNamespacesWithSubpages[NS_MAIN] = true;

The subpages in the main namespace are working.  But I never learned
anything about CSS, so you'll have to test that.

Walnut is looking good.  Though I agree that the sections should be
smaller.  I'd prefer 2-3 screens of text per section, but that is not at
all a hard and fast rule.  

--------------------------------------------------------------

On a completely un-releated note, I don't think I've got e-mail set up
correctly on the wiki server.  So don't expect e-mail notifications to
work.  Fortunately, you don't need that to register for a user account.

I haven't decided what to do about this yet.  I might just set up ssmtp,
and have it relay through our main mail server.

James


More information about the e-lang mailing list