]> git.wh0rd.org - tt-rss.git/commit
move language detection to a plugin, remove config.php constant
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 19 Jun 2015 07:12:47 +0000 (10:12 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 19 Jun 2015 07:12:47 +0000 (10:12 +0300)
commit3318d324105ee222a54afc94076878c12b588c24
treea12222c9add62f165946cf6b03a6cd7e885350d8
parent724e08f1c01bb60681616e3b1ddc14bc0648de3a
move language detection to a plugin, remove config.php constant
17 files changed:
config.php-dist
include/functions.php
include/rssfuncs.php
include/sanity_config.php
lib/languagedetect/LanguageDetect.php [deleted file]
lib/languagedetect/Text/LanguageDetect/Exception.php [deleted file]
lib/languagedetect/Text/LanguageDetect/ISO639.php [deleted file]
lib/languagedetect/Text/LanguageDetect/Parser.php [deleted file]
lib/languagedetect/data/lang.dat [deleted file]
lib/languagedetect/data/unicode_blocks.dat [deleted file]
plugins/af_lang_detect/init.php [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/LanguageDetect.php [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/Text/LanguageDetect/ISO639.php [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Parser.php [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/data/lang.dat [new file with mode: 0644]
plugins/af_lang_detect/languagedetect/data/unicode_blocks.dat [new file with mode: 0644]