문제

우리는 인트라넷에서 MediaWiki를 운영하는 회사 Wiki가 잠시 동안 사용되었습니다. 우리는 최근에 Redmine을 설치했으며 우리가 좋아하는 방식으로 구성되는 과정에 있습니다.

Redmine과 함께 제공되는 내장 된 위키 대신 이미 존재하는 Wiki를 사용할 방법이 있는지 궁금합니다. 우리는 비 개발자가 작성한 많은 기사 및 문서를 받았으며 다른 Wiki (예 : Redmine 's)를 잃고/또는 다시 홍보하고 싶지 않습니다. Redmine의 Wiki 부분은 다양한 불법 문자 (주로 : 및 /)를 포함하므로 외부 위키의 URL을 입력 할 수 없습니다.

편집 : 임시 작업으로, 나는 Red Mine의 "외부"Wiki 프로젝트 "홈페이지"의 각 프로젝트 메인 페이지를 사용했는데 지금까지 이것은 내가 알아낼 수있는 최고입니다. 당신은 다양한 문제에서 Wiki에 액세스 할 수 없지만 다른 위키에 대한 링크는 현재 각 프로젝트에 대한 개요에 표시됩니다.

BTW는 두 가지 모두 WAMP 패키지를 사용하여 MediaWiki를 설치 한 Wind

도움이 되었습니까?

해결책

Did you see this MediaWiki integration patch for Redmine? http://www.redmine.org/attachments/572/redmine-mediawiki.patch and its reference page http://www.redmine.org/issues/617 I have not used it so im not sure if it meets your needs but it might be worth a shot. (Be sure to backup first)

The reference page says this about the patch:

Here's a patch for 0.7 that will add a MediaWiki tab to your project settings and integrate it into the issues pages. You will also need to add:

is_mediawiki tinyint(1) NOT NULL default '0', mediawikiurl varchar(255) NOT NULL default '', mediawikinamespace varchar(255) NOT NULL default ''

To the projects table for this to work.

I know you didn't want to import but just in case someone else did here is a rake file for importing MediaWiki pages into Redmine http://www.redmine.org/issues/1224

다른 팁

We looked into this as an option since there are so many tools that work with mediawiki however we decided not to pursue the option since we already had so many issues and wiki pages in redmine. As far as I can tell, this patch replaces the existing redmine wiki input boxes with mediawiki boxes. This is done not only in the wiki section but also for issues and documents. We were afraid of:

  1. Losing all of our existing wiki pages, and issue descriptions.
  2. The whole thing breaking as Redmine updates are posted and installed.

We have found that the newest Wiki Extensions plug in http://www.r-labs.org/projects/r-labs/wiki/Wiki_Extensions_en has given us most of the features we wanted for the wiki part. It has comments, voting, tags, and many other things. It works well with the latest version of Redmine.

We still are trying to find a good way to import into the wiki all of our existing documentation from word.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top