이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Document Repository

설명

The document repository is designed to provide a central revisioned repository for documents in WordPress network being implemented as a content management system. However, it can be used in single WP sites and supports cross domain implementation via JSON.

Features

  • Download via permlink – The document post permalink delivers a direct download of the current version of the uploaded document.
  • Document revisions – On upload of each document, a new revision of the document post is created. Previous versions remain attached to prior revisions.
  • Version independence – The permalink to the most recent version of the document doesn’t change which enables one time internal or external linking to the document.
  • Revision download via permalink – Prior versions of the document each have a distinct permalink which delivers a direct download.
  • Optional custom taxonomies – A custom taxonomy plugin is included to model implementing custom taxonomies with the document post type
  • Optional custom roles – A custom role plugin is included which permits restricting contributor, author & editor access to document posts based on organizational role
  • Optiona extras – The extras plugin is included to add a link to document admin to document maintainers’ admin bar & adds a document media type to the edit post area across the network.

User instructions/documentation provided by University of Mary Washington

This plugin was written by Ron Rennick in collaboration with the University of Mary Washington.

Plugin Page for details

설치

  1. Upload the entire document-repository folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In a WordPress network add the repository site URL to your wp-config.php
    define( ‘RA_DOCUMENT_REPO_URL’, ‘http://domain.com’ );
  4. If using the Extras plugin in a WordPress network, network activate it and add the repository blog ID to your wp-config.php
    define( ‘RA_DOCUMENT_REPO_BLOG_ID’, 1 );

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Document Repository”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Document Repository”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.5

  • update for WP 3.5

0.2.4

  • script fixes to 0.2.3, crossdomain IE support

0.2.3

  • add filter for custom taxonomy caps
  • use selected text in post edit as link text when inserting document link
  • extras script fixes for media library iframe
  • translation support
  • small fixes to document-repository plugin

0.2.2

  • Rounded out feature set to beta.

0.2.1

  • Original version.