From 69f4b073f3e535081e18cb675e4864e49995c0fe Mon Sep 17 00:00:00 2001 From: Jack Stdin Date: Mon, 1 Feb 2016 13:17:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- aore/templates/sphinx/idx_addrobj.conf | 3 +-- setup.py | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edd7ee4..e4ab0f9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# py-fias +# py-phias Python application that can operate with FIAS (Russian Address Object DB) Простое приложение для работы с БД ФИАС, написано для Python 2.7 ## Установка -Протестирована работа на следующих ОС: Windows (8.1) и Debian Jessie +Протестирована работа на следующих ОС: [Windows](#Windows) (8.1) и [Debian](#debian-linux) Jessie ### Зависимости diff --git a/aore/templates/sphinx/idx_addrobj.conf b/aore/templates/sphinx/idx_addrobj.conf index 112df1a..7d99cdb 100644 --- a/aore/templates/sphinx/idx_addrobj.conf +++ b/aore/templates/sphinx/idx_addrobj.conf @@ -26,8 +26,7 @@ index {{ index_name }} html_strip = 1 ignore_chars = @, - - charset_table = 0..9, A..Z->a..z, _, a..z, \ - U+0401->U+0435, U+0451->U+0435, \ + U+410..U+42F->U+430..U+44F, U+430..U+44F source = {{index_name}} diff --git a/setup.py b/setup.py index b7d1587..76abd26 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setup( author_email='hellotan@live.ru', description='Python application that can operate with FIAS (Russian Address Object DB)', requires=['lxml', + 'psycopg2', 'bottle', 'pysimplesoap', 'python-Levenshtein',