Skip to content

Commit 0819898

Browse files
Original plugin from r-lab, redmine_glossary version 0.6.1
0 parents  commit 0819898

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2650
-0
lines changed

README.ja.rdoc

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
= Redmine 用語集プラグイン
2+
3+
Redmine(プロジェクト管理システム)に用語集の機能を追加するプラグインです。
4+
以下のような用途に使えます。
5+
* 業務分析工程での専門用語の管理
6+
* 対訳表
7+
* 用語とデータ型(クラス名)との変換辞書
8+
* コーディング時の略名の付け方の方針管理
9+
10+
11+
== プラグインパッケージの取得
12+
13+
プラグインパッケージは以下から取得してください。
14+
* {SourceForge.JP}[http://sourceforge.jp/projects/rp-glossary/releases/]
15+
16+
17+
== インストールと設定
18+
19+
1. 取得した圧縮ファイルを (インストールディレクトリ)/vender/plugins に展開します。
20+
2. データベースの設定を行います。 http://www.redmine.org/wiki/1/Plugins
21+
rake db:migrate_plugins RAILS_ENV=production
22+
3. Redmine の WEB サーバ(Apache など)を再起動します。
23+
4. "管理" メニューの "ロールと権限" から用語集の各権限を設定します。
24+
5. 用語集を使用したいプロジェクトの "設定" メニューで "用語集" のモジュールにチェックを入れます。
25+
6. 非表示にしたい項目があれば、プラグインの "設定" ページで設定してください。
26+
27+
cf. http://www.r-labs.org/projects/r-labs/wiki/%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E6%96%B9%E6%B3%95
28+
29+
30+
== 使用法
31+
32+
プロジェクトメニューの "用語集" からご利用ください。
33+
34+
使用法の詳細は以下をご覧ください。
35+
* http://www.r-labs.org/projects/rp-glossary/wiki/Usage
36+
37+
38+
== 質問、バグ報告など
39+
40+
不具合報告や要望などありましたら、以下で Defect や Proposal のチケットを発行して下さい。
41+
http://www.r-labs.org/projects/rp-glossary/issues
42+
43+
質問などは以下のフォーラムに記述して下さい。要望などはこちらに書いてもらってもかまいません。
44+
http://www.r-labs.org/projects/rp-glossary/boards
45+
46+
47+

README.rdoc

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
= Redmine Glossary Plugin
2+
3+
This is the Redmine(Project manage system) plug-in which adds the feature of the glossary.
4+
5+
== The Use
6+
7+
* Management of technical terms in a system analysis phase
8+
* Interlinear translation table
9+
* Translate table from term to data type (class name)
10+
* Management of naming examples in a coding
11+
12+
13+
== Gegging a plugin package
14+
15+
{SourceForge.JP}[http://sourceforge.jp/projects/rp-glossary/releases/]
16+
17+
18+
== Installation and Setup
19+
20+
cf. http://www.redmine.org/wiki/1/Plugins
21+
22+
1. Extends the dawnloaded package in vender/plugins directory.
23+
2. run the following command to upgrade your database.
24+
rake db:migrate_plugins RAILS_ENV=production
25+
3. Restart Redmine WEB server.
26+
4. Set permissions of glossary plugin in "Administration" -> "Roles and permissions"
27+
5. Open the setting page of projects you need, check the "Glossray" module
28+
6. If you need, select items to make hidden in plugin setting page.
29+
30+
== Usage
31+
32+
Start from "Glossary" item of a project menu.
33+
34+
35+
For the details of the usage, see the following page.
36+
* http://www.r-labs.org/projects/rp-glossary/wiki/UsageEn
37+
38+
39+
== Quesion or Proposal
40+
41+
If you find a bug(Defect) or hava a Proposal, create a new issue.
42+
http://www.r-labs.org/projects/rp-glossary/issues
43+
44+
If you quest about this plugin, write the forum.
45+
http://www.r-labs.org/projects/rp-glossary/boards

0 commit comments

Comments
 (0)