Jump to content

Extension:BlogPage/ko

From mediawiki.org
This page is a translated version of the page Extension:BlogPage and the translation is 20% complete.
미디어위키 확장 기능 설명서
BlogPage
출시 상태: 안정
구현 특수 문서
설명 Blogging system with commenting and voting features, a special page to create blog posts and a special page to list blog posts.
만든 이
최신 버전 2.9.0
호환성 정책 Master maintains backward compatibility.
MediaWiki 1.43
NS_BLOG (NS_BLOG_TALK)
  • $wgUserProfileDisplay
  • $wgBlogPageDisplay
  • createblogpost
Licence GNU General Public License 2.0 or later
다운로드
BlogPage 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The BlogPage extension allows users to create blog posts and others to vote and comment on blog posts.

New blog posts can be created via "Special:CreateBlogPost" by users who have the createblogpost user right.

Dependencies

The following extensions are required to be installed for this extension to work:

설치

  • 파일을 다운로드하고 BlogPage 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlogPage
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'BlogPage' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

User rights

This extension adds one new user right, createblogpost, which allows users to create new blog posts via "Special:CreateBlogPost".

같이 보기