Actions

Plugin manager/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "サードパーティのプラグインを実行するには3つの方法があります。")
(Created page with "* install LimeSurvey CE ([https://www.limesurvey.org/editions-and-prices/limesurvey-ce/editions-and-prices-community Community Edition]) on your own server - unlimited freedom...")
Line 109: Line 109:
サードパーティのプラグインを実行するには3つの方法があります。
サードパーティのプラグインを実行するには3つの方法があります。


* install LimeSurvey CE ([https://www.limesurvey.org/editions-and-prices/limesurvey-ce/editions-and-prices-community Community Edition]) on your own server - unlimited freedom to run any third-party plugin;  
* install LimeSurvey CE ([https://www.limesurvey.org/editions-and-prices/limesurvey-ce/editions-and-prices-community Community Edition]) on your own server - unlimited freedom to run any third-party plugin;
 
* 自分のサーバーにLimeSurvey CE([https://www.limesurvey.org/editions-and-prices/limesurvey-ce/editions-and-prices-community コミュニティ版])をインストールします。サードパーティのプラグインを自由に実行できます。


* contact our official partners (listed [https://www.limesurvey.com here]) and check whether they support and maintain third-party plugins you wish to use;
* contact our official partners (listed [https://www.limesurvey.com here]) and check whether they support and maintain third-party plugins you wish to use;

Revision as of 01:15, 29 November 2018

概要

LimeSurvey2.05以降、LimeSurveyは正式にプラグインをサポートしています。一部のプラグインはLimeSurvey GmbHチームによってサポートされ、コアとして組み入れられています。LimeSurveyチーム以外の人たちによってサポートされるものもあります。それらを使用したい場合は、利用可能なプラグインをチェックしてください。あなた自身のプラグインも追加してください!


コアプラグイン

LimeSurveyで使えるプラグインは、設定をクリックし、プラグインマネージャーを選択します。



次のパネルが表示されます。



LimeSurvey GmbHは、現時点で以下のプラグインをサポートします。


上記のプラグインが正しく動作していない場合は、バグトラッカーLimeSurvey IRCチャンネルチケットシステムを通じてLimeSuveryチームに気軽にコンタクトしてください。


Auditlog

Auditlogプラグインは、管理イベントのログを<DB prefix>auditlog_logというテーブルに作成します。

プラグインとそのオプションの詳細については、以下のウィキセクションを確認してください。


Export results to R

有効にすると、アンケート結果をRにエクスポートできます。


ExtendStartpage

アクティブにすると、ページは"ワイド"モードで表示されます。白いマージンは縮小されます。


LDAP

このプラグインを有効にすると、LDAPサーバーに対して基本認証を実行できます。PHPの設定でLDAPサポートが有効になっていることを確認してください。


AuthLDAP v2.05+プラグインの設定を有効にして設定する:

  1. PHP.INIでLDAPを有効にします。
  2. phpinfo.phpでがLDAPが有効であることが示されていることを確認します。
  3. LimeSurveyにビルトインされているphpinfo.phpの場所: Configuration -- Settings -- Global Settings -- Overview テーブルの下に、"PHPInfoを表示"というリンクがあります。
  4. LimeSurvey Plugin Managerに行きます。
  5. LDAPプラグインを設定します。


詳細は、LDAP設定例を参照してください。


LimeSurvey内部データベース

このプラグインはデフォルトで有効になっており、無効にすることはできません。組み込みのLimeSurveyデータベースを使用します。これは予備として機能するもので、必要に応じいつでもログインできます。


認証プラグインの詳細については、以下のウィキセクションをチェックしてください。


OldUrlCompat

古いURL(2.0以前)互換システムです。


STATA export

アンケート結果をSTATA.xmlファイルにエクスポートする場合に有効にします。

.xmlファイルをStata 8 - State 12、またはState 13以降と互換性を持たせるかどうかを選択するには、設定ボタンを押してください。


ウェブサーバー

このプラグインはウェブサーバーに認証を委ね、設定可能なサーバーから結果を読み取ります。この方法はかつてconfig.phpで設定していました。この認証を使用する場合は、プラグインメニューでプラ​​グインを有効にし、設定をconfig.phpからプラグインの設定に移動する必要があります。

FAQ

サードパーティのアドオンをインストールするには

サードパーティのプラグインを実行するには3つの方法があります。

  • install LimeSurvey CE (Community Edition) on your own server - unlimited freedom to run any third-party plugin;
  • 自分のサーバーにLimeSurvey CE(コミュニティ版)をインストールします。サードパーティのプラグインを自由に実行できます。
  • contact our official partners (listed here) and check whether they support and maintain third-party plugins you wish to use;
  • if you are a LimeSurvey Pro customer and wish to install third-party plugins, you have to become corporate customer. For more details about the corporate package, write us via our support page.


The corporate package was created for our customers who wish to use personalized professional packages (e.g., extra storage space, extra alias domains, third-party app plugins, and so on). Do not hesitate to write us if you wish to find out more about this service and how we can personalize it for you.


How can I install a third-party plugins?

To install your own third-party plugin, you need to have access to your server (e.g., run your own LimeSurvey CE installation).

The standard procedure is to download the .zip file of the plugin, and extract it into the plugins folder of your LimeSurvey installation. Once done, it should be displayed in the Plugin Manager panel.

Please note that certain third-party apps may require additional steps for a correct configuration. For further information, message the developer of the respective plugin.


認証プラグインを開発するには

独自の認証プラグインを開発したい場合は、このトピックに関するウィキ認証プラグインをお読みください。


プラグイン - 上級者向け

上級ユーザー向けのプラグインセクションを確認してください。また、LimeSurveyで動作するサードパーティのプラグインも参照してください。