Extension:Newsletter
Newsletter Sürüm durumu: kararlı |
|
---|---|
Uygulama | Kullanıcı arayüzü, Bildirim |
Açıklama | Kullanıcıların bültenlerini yayımlamasını ve abone olmasını sağlar |
Yazar(lar) | Tina Johnson, Tony Thomas |
En son sürüm | 1.2.1 (2017-07-09) |
MediaWiki | 1.25+ |
PHP | 5.4+ |
Veritabanı değişiklikleri | Evet |
Tablolar | nl_issues nl_newsletters nl_publishers nl_subscriptions |
Lisans | GNU Genel Kamu Lisansı 2.0 veya üstü |
İndir | |
|
|
Quarterly downloads | 8 (Ranked 124th) |
Translatewiki.net adresinde mevcutsa, Newsletter uzantısını çevirin | |
Sorunlar | Açık görevler · Hata bildir |
Newsletter uzantısı, belirli bir vikide kayıtlı bültenlerinin bir kataloğunu, yayıöcıların yeni sorunları duyurması için kolay bir yol ve kullanıcıların abone olması/abonelikten çıkması ve yeni sayılar duyurulduğunda web veya e-posta yoluyla bilgilendirilmesi için kolay bir yol sağlar. Bir "bülten", bir adı, viki ana sayfası ve her sayı veya basım için tek veya merkezi bir viki sayfası olan bir yayım olarak tanımlanır. Kullanıcı belgeleri için Help:Extension:Newsletter kontrol edin.
You can test the extension at test.wikipedia.org. We welcome feedback and contributions!
İşlevsellik
Special:Newsletters
- List of newsletters that are registered with the service, with their basic information, generated automatically.
- Registered users can subscribe to newsletters in order to receive notifications about new issues announced, via web or email, according to their Echo preferences. It is not expected to offer delivery to user talk pages.
- Registered users can check the newsletters they have subscribed to, and they can unsubscribe.
Special:RegisterNewsletter
- Administrators can add existing newsletters to the system. They must provide the title of the newsletter; a link to an existing wiki page that serves as main page; and a description.
Special:ManageNewsletter
- Publishers can announce issues for newsletters that have been added into the system via Special:RegisterNewsletter. Echo notifications are sent to subscribers when an issue is announced.
- Administrators, existing publishers, and other users granted the rights can add and remove publishers. They must provide the name of the newsletter and username of the publisher. (This is separate from Special:UserRights; the right exists only in relation to a specific newsletter.)
- Administrators, existing publishers and other users granted the rights can also view, add, and remove subscribers from newsletters.
Gereksinimler
- Install Echo - Newsletter extension makes use of Echo notifications to notify subscribed users of new issues when announced by the newsletters, and to notify new publishers and subscribers added.
- In order be registered with the service, a newsletter must have a name, a central "home page" and in order to publish issues/editions and issue notifications, each issue must have its own page (or central page, such as a table of contents).
Kurulum
- Dosyaları indirin ve
extensions/
klasörünüzdekiNewsletter
adlı 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/Newsletter - LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
wfLoadExtension( 'Newsletter' );
- Bu uzantının ihtiyaç duyduğu gerekli veritabanı tablolarını otomatik olarak oluşturacak betik güncelleme komutunu çalıştırın.
- Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.
Kullanıcı hakları
Varsayılan olarak, yalnızca 'sysop' grubundaki kullanıcılar bu izinlere sahiptir.
Kullanıcı haklarını LocalSettings.php
olarak ayarlayabilirsiniz.
Yetki | Açıklama |
---|---|
newsletter-create | Bültenleri kayıt ol |
newsletter-delete | Bültenleri sil |
newsletter-manage | Bültenlerine yayımcı veya abone ekleyin veya aboneleri kaldırın |
newsletter-restore | Bültenleri geri yükle |
For example, the following configuration would allow any user to do anything they want with the Newsletter extension, such as creating a new newsletter, deleting an existing newsletter, or managing an existing newsletter by adding or removing publishers.
$wgGroupPermissions['*']['newsletter-create'] = true;
$wgGroupPermissions['*']['newsletter-delete'] = true;
$wgGroupPermissions['*']['newsletter-manage'] = true;
$wgGroupPermissions['*']['newsletter-restore'] = true;
Tarihçe
This extension was created in 2013, then modified heavily as part of a Google Summer of Code 2015 project. Its development team is formed mostly by volunteers, and we welcome new contributors. After a lot of additional work by other contributors, it was made available to Wikimedia users on July 2017.
Ayrıca bakınız
- Movement broadcasting (use cases)
- Extension:EmailPage
- Extension:MassMessage
- Extension:TranslationNotifications
- Extension:EmailNotifications
Bu uzantı bir veya daha fazla Wikimedia projelerinde kullanılıyor. Bu, muhtemelen uzantının kararlı olduğu ve bu tür yüksek trafikli web siteleri tarafından kullanılacak kadar iyi çalıştığı anlamına gelir. Nerede kurulduğunu görmek için bu uzantının adını Wikimedia'nın CommonSettings.php ve InitialiseSettings.php yapılandırma dosyalarında arayın. Belirli bir vikide yüklü olan uzantılar listesinin tamamı vikinin Special:Version sayfasında görülebilir. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |