> From the README.txt of the Collection extension: > > *$wgCollectionLicenseURL (string or null)* > HTTP URL of an article containing the full license text in wikitext format > for articles in this MediaWiki. E.g. > > $wgCollectionLicenseURL = > 'http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_the_GNU_F... > > for the GFDL. > If set to null, the standard MediaWiki variables $wgRightsPage, > $wgRightsUrl and $wgRightsText are used for license information. > > If your MediaWiki contains articles with different licenses, make sure > that each article contains the name of the license and set > $wgCollectionLicenseURL > to an article that contains all needed licenses. > > -- Johannes
Thanks Johannes, but it doesn't work for me. I have a wiki page called Copyright_notice which contains all my copyright information. So, I added the line below to LocalSettings.php: $wgCollectionLicenseURL = 'http://myhostdotcom/kiwi/index.php? title=Copyright_notice&action=raw'; So, I am expecting the copyright info would be added to the last page (or the first page) of the downloaded PDF book, but I can't see it at all. Is it because that I am using the public render server? Or, do I need to add more global variables (e.g. $wgRightsPage, $wgRightsUrl and $wgRightsText) to the LocalSettings.php file? If yes, what values should they be? Or, do I need to mark each wiki page somewhere which is licensed? Or, do I need to recofigure the entire MediaWiki site for some kind of license method? Thanks again, Ross --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
