Jump to content

확장 기능:FileImporter

From mediawiki.org
This page is a translated version of the page Extension:FileImporter and the translation is 13% complete.
미디어위키 확장 기능 설명서
FileImporter
출시 상태: 안정
구현 사용자 인터페이스
설명 Enables users to easily import files (including histories) to a wiki
만든 이 Wikimedia Germany (WMDE)
최신 버전 continuous updates
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
  • $wgFileImporterCommentForPostImportRevision
  • $wgFileImporterCommonsHelperServer
  • $wgFileImporterMaxAggregatedBytes
  • $wgFileImporterCommonsHelperBasePageName
  • $wgFileImporterCommonsHelperHelpPage
  • $wgFileImporterTextForPostImportRevision
  • $wgFileImporterRequiredRight
  • $wgFileImporterSourceSiteServices
  • $wgFileImporterWikidataEntityEndpoint
  • $wgFileImporterInterWikiMap
  • $wgFileImporterCodexMode
  • $wgFileImporterMaxRevisions
  • $wgFileImporterSourceWikiTemplating
  • $wgFileImporterShowInputScreen
  • $wgFileImporterSourceWikiDeletion
  • $wgFileImporterAccountForSuppressedUsername
  • $wgFileImporterWikidataNowCommonsEntity
Licence GNU General Public License 2.0 or later
다운로드
도움말 Help:Extension:FileImporter/ko
FileImporter 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The FileImporter extension provides a simple interface accepting a single URL which can be used to import files to a wiki.

설치

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

Documentation

A detailed documentation of the workflow and the configuration of the extension can be found in the README.md file inside the source repository. Additionally to that there is a list of metrics data recorded to further inspect occurring problems and the usage of the extension in metrics.md.