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

Wiki Append

설명

This plugin enables page or post authors to scrape content from mediawiki pages and appending it to their pages.
It works by scraping content from mediawiki pages by going to a special mediawiki page url.

For example http://en.wikipedia.org/wiki/Wordpress?action=render

The content rendered on the final page or post will always be the newest content, however it is not searchable via regular WordPress search form.

Use case:
This plugin is great for adding documentation to your site.
Since wordpress.org is using mediawiki for the codex you could potentially display wordpress codex pages on your site without much effort, just enter the full url of the specific wordpress codex page.

Enjoy

스크린샷

  • Append Wiki on the post/page dashboard.

설치

  1. Upload wiki-append.zip to the /wp-content/plugins/
  2. Unzip into its own folder /wp-content/plugins/
  3. Activate the plugin through the ‘Plugins’ menu in WordPress by clicking “Wiki Append”

FAQ

Images are not displaying properly

There is an error with your mediawiki install.
Try make sure that the images are absolutely linked. which means that they are starting with http://

How do I make the edit links disappear ?

Try editing your css
and adding something like

wiki-append-content h2 span.endsection {

display:none;
}

후기

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

기여자 & 개발자

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

기여자

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

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

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