On 29.07.2010, at 08:57, Ploegvde wrote:
> Why isn't it possible to make a PDF of a page in the Help namespace?

The namespaces for pages that are considered "article" pages can be configured 
in the array $wgCollectionArticleNamespaces. The default is

array(
        NS_MAIN,
        NS_TALK,
        NS_USER,
        NS_USER_TALK,
        NS_PROJECT,
        NS_PROJECT_TALK,
        NS_MEDIAWIKI,
        NS_MEDIAWIKI_TALK,
        100,
        101,
        102,
        103,
        104,
        105,
        106,
        107,
        108,
        109,
        110,
        111,
);

See README.txt of the Collection extension (which I've just corrected wrt the 
default).

-- Johannes Beigel


-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to