libre10 git
Rev. | Zeit | Autor | Nachricht |
---|---|---|---|
984cb2d | 2013-12-14 09:25:17 | gn64_jp | master add solr-4.6.0 |
0a506fa | 2013-11-19 08:18:41 | gn64_jp | change TokenizerFactory option. |
1a91ec1 | 2013-11-19 01:08:45 | gn64_jp | fix miss. |
99034d9 | 2013-11-19 01:07:04 | gn64_jp | fix OCR pdf including multiple space between characters. |
9a509ba | 2013-11-18 07:42:49 | gn64_jp | solr : Use JapaneseTokenizerFactory(Kuromoji) instead of ... |
9e157a5 | 2013-11-12 17:34:10 | gn64_jp | update KendoUI CDN version.(to 2013.2.918) |
8e4b15e | 2013-11-03 18:52:13 | gn64_jp | // fix miss |
f848f08 | 2013-11-03 18:51:24 | gn64_jp | fix filepath error. |
3e22b04 | 2013-11-03 18:46:23 | gn64_jp | fix cache folder. |
c32180c | 2013-11-03 18:03:33 | gn64_jp | add solr 4.5.1 files. |
Name | Rev. | Zeit | Autor | Nachricht |
---|---|---|---|---|
master | 984cb2d | 2013-12-14 09:25:17 | gn64_jp | add solr-4.6.0 |
stable | 44a0d25 | 2013-05-25 22:08:58 | gn64_jp | implement jump to index pag... |
########################################### # Libre10 - yet another hoge - # # Ver.0.8.3 # # 2013/11/01 yukikaze & long.inus # # Copyright (C) 2013 # ########################################### Installation Install dependent packages. 1:Debian $ sudo bash ./install_Debian.sh 2:Fedora/Centos(with EPEL) $ sudo bash ./install_Centos.sh 3:others cpan jre-1.6.0 GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel python-setuptools python libs $sudo easy_install solrpy lxml perl libs $sudo cpan CGI CGI::Carp DBI DBD::SQLite Data::Dumper::Concise YAML::XS URI::Escape HTML::Template::Pro WebService::Solr File::Slurp XML::Simple Initialize & Indexing Init solr $ cd solr/libre10/ $ ./start.sh !!##Caution##!! you need to restart solr everytime when you restart your server. You may like to add path to rc.local Indexing your pdf documents. $ python ./pdf2xml.py "/path to PDFs containing folder" !!##libre10 perl script extract jpg from pdf every access; you could not move pdfs from initial path.##!! Setup www scripts Move files and folders under www folder to any path in which perl script could work. !!for example!! $sudo mkdir /var/www/html/libre10 $sudo chown 644 /var/www/html/libre10 cp -rp www/* /var/www/html/libre10/ Libre10 - yet another hoge - Copyright (C) 2013 yukikaze,long.inus,yussi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. solr 4.3.0 solr 4.3.0 is under Apache License Version 2.0. visit here http://lucene.apache.org/solr/ jquery.mobile.flatui.* and files under images and fonts folders are jquery-mobile-flat-ui-theme by ququplay visit here http://ququplay.github.io/jquery-mobile-flat-ui-theme/ these files are licensed under The WTFPL License.