Microsoft Word에서 Redmine Wiki로 데이터 가져오기

Microsoft Word에서 Redmine Wiki로 데이터 가져오기

.doc/.docx/.odf 파일을 redmine wiki 형식으로 변환할 수 있는 소프트웨어가 있습니까?

답변1

참조Redmine용 MediaWiki 통합 패치 그리고 그것의참조 페이지.

참조 페이지에는 패치에 대해 다음과 같이 나와 있습니다.

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.

여기서 가져오려면 rake 파일이 필요합니다.MediaWiki 페이지를 Redmine으로 가져오기

원천

관련 정보