Difference between revisions of "User:Aeric/Copyright Notices"

From AgileApps Support Wiki
imported>Aeric
(Created page with "{{TBD|There are two copyright pages, only one should be used.}} :* Copyrights :* LongJump Support Wiki:Copyrights")
 
imported>Aeric
Line 2: Line 2:
:* [[Copyrights]]
:* [[Copyrights]]
:* [[LongJump Support Wiki:Copyrights]]
:* [[LongJump Support Wiki:Copyrights]]
From the [http://www.mediawiki.org/wiki/Manual:LocalSettings.php#Setting_copyright_for_the_site MediaWiki manual]:
:* '''$wgRightsPage -''' the page on the wiki that covers the copyrights. (E.g. Project:Copyrights)
:* '''$wgRightsUrl -''' external page describing details of your license.
:* '''$wgRightsText -''' the text in the footer that follows "Content is available under".
:: It is linked to the page specified in $wgRightsPage, if not empty.
:: Otherwise, it is linked to $wgRightsUrl
:* '''$wgRightsIcon -''' the URL of the image placed at the left of the footer.
To modify the copyright statements of the site:
# Add something like this to LocalSettings.php:
#: <tt>$wgRightsPage = "YourWiki:Copyright";</tt>
#: <tt>$wgRightsText = "copyright YourWiki";</tt>
# Edit MediaWiki:Copyright to provide an appropriate message, using "$1" to indicate the position where the link to your copyright page will be.

Revision as of 21:16, 6 February 2014

__TBD: There are two copyright pages, only one should be used.__

From the MediaWiki manual:

  • $wgRightsPage - the page on the wiki that covers the copyrights. (E.g. Project:Copyrights)
  • $wgRightsUrl - external page describing details of your license.
  • $wgRightsText - the text in the footer that follows "Content is available under".
It is linked to the page specified in $wgRightsPage, if not empty.
Otherwise, it is linked to $wgRightsUrl
  • $wgRightsIcon - the URL of the image placed at the left of the footer.

To modify the copyright statements of the site:

  1. Add something like this to LocalSettings.php:
    $wgRightsPage = "YourWiki:Copyright";
    $wgRightsText = "copyright YourWiki";
  2. Edit MediaWiki:Copyright to provide an appropriate message, using "$1" to indicate the position where the link to your copyright page will be.