Project

enju_nii

0.0
Low commit activity in last 3 years
No release in over a year
add nii_type attribute to Next-L Enju
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

EnjuNii

CircleCI Coverage Status security

CiNii Booksから書誌をインポートするための Enju プラグインです。

インストール方法 / How to Install

お使いのenju_leafのGemfile に以下の行を追加してください。

gem 'enju_nii', github: "next-l/enju_nii", branch: 'master'

gemをインストールします。

$ bundle update

インストールが完了したら、以下のコマンドでセットアップを行います。

$ rake enju_nii_engine:install:migrations
$ rake enju_nii:setup

データベースを更新します。

$ rake db:migrate

その後、Enjuを再起動してください。

http://(Enjuのホスト)/cinii_books/ にアクセスすると、 CiNii Books検索によるインポート機能が利用できます。

ライセンス / License

This project rocks and uses MIT-LICENSE.

製作者・貢献者 (Authors and contributors)