Extension:PrivateDomains
Appearance
Sürüm durumu: kararlı |
|
|---|---|
| Uygulama | Özel sayfa |
| Açıklama | Belirli bir e-posta adresine sahip kullanıcılarla düzenlemeyi kısıtlamaya izin verir. |
| Yazar(lar) | Inez Korczyński Jack Phoenix |
| En son sürüm | 1.5.0 |
| MediaWiki | 1.43+ |
|
|
| Licence | GNU Genel Kamu Lisansı 2.0 veya üstü |
| İndir | |
| Translatewiki.net adresinde mevcutsa, PrivateDomains uzantısını çevirin | |
The PrivateDomains extension restricts wiki editing to users with a certain email address. It adds a new special page, Special:PrivateDomains, to allow changing the name of the organization and to add "trusted" email addresses. Bureaucrats and staff members can access this special page by default.
If a non-privileged user (someone who does not have the organization's email address) tries to edit, they see a warning box about the fact that they cannot change pages on the wiki. Be aware that the user can't view pages' wikitext source either.
Kurulum
- Dosyaları indirin ve
extensions/klasörünüzdekiPrivateDomainsadlı dizine yerleştirin.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PrivateDomains
- LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
wfLoadExtension( 'PrivateDomains' );
Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.
Yapılandırma
While PrivateDomains settings are meant to be edited via Special:PrivateDomains, they are stored in the MediaWiki: namespace and thus they can also be directly edited.
- MediaWiki:Privatedomains-domains — contains the list of allowed email domains
- MediaWiki:Privatedomains-affiliatename — contains the name of the organization, i.e. FooCorp, Inc. or Bar State University
- MediaWiki:Privatedomains-emailadmin — contains the name of a wiki user whom users can contact if they're having issues
