GithubHelp home page GithubHelp logo

kurema / forkedletmesee Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 0.0 144 KB

EPWING dictionary server (CGI / Docker)

License: GNU General Public License v2.0

Makefile 1.84% Ruby 61.90% HTML 28.75% CSS 4.63% Dockerfile 2.88%
epwing dictionary-application dictionary-software dictionary-service cgi cgi-script docker

forkedletmesee's Introduction

forkedLetMeSee

Docker Container Build Workflow

forked version of let me see...

オリジナルREADME

Qiita記事「DockerでCGI: EPWING電子辞書サーバー「let me see...」 (2003年)」

概要

電子辞書オープンラボ・かずひこ様などが作成したlet me see...のフォークです。
let me see...はEPWINGをcgiで実行しブラウザから検索を可能にするソフトウェアです。
2003年頃まで開発されていたものですが、こちらで若干の改良を行っています。

masterブランチはデザインや仕様の変更が入っています。
元プロジェクトと同様の体験をお望みの場合、originalブランチを参照してください。

利用方法

事前にEPWing辞書が必要です。各辞書のフォルダをconf/letmesee.confに登録する必要があるので少し面倒です。

外部や不特定多数からのアクセスされる場所での運用には適しません。適切に設定してください。

Docker

$ git clone https://github.com/kurema/forkedLetMeSee.git
$ cd forkedLetMeSee
$ nano docker-compose.yml
$ nano conf/letmesee.conf
$ sudo docker-compose up -d

Ubuntu Server

$ sudo apt-get ruby ruby-dev eb-utils libeb16-dev ispell apache2
$ # ここでApache関係の設定をする。
$ sudo nano /etc/apache2/apache2.conf #Enable CGI
$ git clone https://github.com/kubo/rubyeb19.git
$ cd rubyeb19
$ ruby extconf.rb
$ make
$ sudo make install
$ cd ..
$ git clone https://github.com/kurema/forkedLetMeSee.git
$ cd forkedLetMeSee/edict-devel/letmesee
$ # .htaccessではなくApache側の設定を変更しても良し (次3行)
$ cp dot.htaccess .htaccess
$ nano .htaccess #外部アクセスを制限
$ sudo a2enmod rewrite
$ nano letmesee.conf
$ sudo cp -a . /var/www/letmesee
$ sudo chown -R www-data:www-data /var/www/letmesee
$ sudo chmod 755 /var/www/letmesee/*.rb

外部記事

ApacheのCGI有効化などについては各自検索してください。
他のディストリビューションやcgi-binを利用する際などは適宜読み替えてください。

スクリーンショット

image.png image.png

元プロジェクトについて

開発者

edict-devel/letmesee/AUTHORS参照。

ライセンス

GPLライセンスです。 edict-devel/letmesee/COPYING参照。

取得方法

$ cvs -d :pserver:[email protected]:/circus/cvsroot login
CVS password: guest
$ cvs -d :pserver:[email protected]:/circus/cvsroot co edict-devel/letmesee

参考

forkedletmesee's People

Contributors

kurema avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.