Extension:Newsletter/ko
출시 상태: 안정 |
|
|---|---|
| 구현 | 사용자 인터페이스, 알림 |
| 설명 | Enables users to publish and subscribe to newsletters |
| 만든 이 | Tina Johnson, Tony Thomas |
| 최신 버전 | 1.2.1 (2017-07-09) |
| MediaWiki | 1.25+ |
| PHP | 5.4+ |
| 데이터베이스 변경 | 예 |
|
|
| Licence | GNU General Public License 2.0 or later |
| 다운로드 | |
| Newsletter 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
| 이슈 | 미해결 작업 · 버그 보고 |
The Newsletter extension provides a catalog of newsletters registered in a given wiki, an easy way for publishers to announce new issues, and an easy way for users to subscribe/unsubscribe and be notified via web or email when new issues are announced. A "newsletter" is defined as a publication that has a name, a wiki home page, and a single or central wiki page for each issue or edition. For user documentation, check Help:Extension:Newsletter.
You can test the extension at test.wikipedia.org. We welcome feedback and contributions!
Functionality
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.
Newsletter wiki page UI
- 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.
Requirements
- 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).
설치
- 파일을 다운로드하고
Newsletter폴더를extensions/디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Newsletter
- 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'Newsletter' );
- 갱신 스크립트를 실행합니다. 이 스크립트는 이 확장기능을 필요로 하는 데이터 베이스 테이블을 자동적으로 작성합니다.
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
User rights
By default, only users in 'sysop' group have this permissions.
You can set up the user rights in LocalSettings.php.
| Right | Description |
|---|---|
| newsletter-create | 뉴스레터 등록 |
| newsletter-delete | 뉴스레터 삭제 |
| newsletter-manage | 뉴스레터의 발행자나 구독자를 추가하거나 제거 |
| newsletter-restore | 뉴스레터 복구 |
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;
History
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.
See also
- Movement broadcasting (use cases)
- Extension:EmailPage
- 확장기능:대량메시지
- Extension:TranslationNotifications
- Extension:EmailNotifications
| 이 확장 기능은 하나 이상의 위키미디어 프로젝트에서 사용 중입니다. 이것은 아마도 이 확장 기능이 안정적이고 트래픽이 많은 웹 사이트에서 사용할 수 있을 만큼 충분히 잘 작동한다는 것을 의미합니다. 설치된 위치를 확인하려면 위키미디어의 CommonSettings.php 및 InitialiseSettings.php 구성 파일에서 이 확장 기능의 이름을 찾습니다. 특정 위키에 설치된 확장 기능의 전체 목록은 위키의 Special:Version 문서에서 볼 수 있습니다. |
| This extension is included in the following wiki farms/hosts and/or packages: |
- Stable extensions/ko
- User interface extensions/ko
- Notification extensions/ko
- ArticleDelete extensions/ko
- BeforeCreateEchoEvent extensions/ko
- ContentModelCanBeUsedOn extensions/ko
- CustomEditor extensions/ko
- EditFilterMergedContent extensions/ko
- LoadExtensionSchemaUpdates extensions/ko
- LoginFormValidErrorMessages extensions/ko
- PageUndelete extensions/ko
- SkinTemplateNavigation::Universal extensions/ko
- TitleMove extensions/ko
- UserMergeAccountFields extensions/ko
- GetUserPermissionsErrors extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions used on Wikimedia/ko
- Extensions included in Miraheze/ko
- ContentHandler extensions/ko
