Skip to content

Instantly share code, notes, and snippets.

# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', github: 'upsilon/enju_leaf', branch: 'pu'
gem 'enju_biblio', github: 'upsilon/enju_biblio', branch: 'pu'
gem 'enju_manifestation_viewer', '~> 0.3.2'
gem 'enju_circulation', '~> 0.3.2'
gem 'enju_subject', '~> 0.3.1'
gem 'enju_ndl', '~> 0.3.1'
#!/usr/bin/python
#-*- encoding:utf-8 -*-
#====== options =============
#Oauth用認証トークン 各自取得
ckey = ""
csecret = ""
atoken =""
atoken_secret = ""
#============================