Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Alfanous-team/alfanous
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch committed Dec 3, 2015
2 parents e63985b + 2f3dfa0 commit 2897a99
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 23 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
.. image:: https://requires.io/github/Alfanous-team/alfanous/requirements.svg?branch=master
:target: https://requires.io/github/Alfanous-team/alfanous/requirements/?branch=master
:alt: Requirements Status

.. image:: https://www.quantifiedcode.com/api/v1/project/44c2ac165d184c75ab43b770e10932b2/badge.svg
:target: https://www.quantifiedcode.com/app/project/44c2ac165d184c75ab43b770e10932b2
:alt: Code issues

* .. image:: https://img.shields.io/pypi/dm/alfanous.svg
:target: https://pypi.python.org/pypi/alfanous
Expand Down Expand Up @@ -117,7 +119,7 @@ see `FAQ <https://github.com/Alfanous-team/alfanous/blob/master/FAQ.rst>`_
-------------------
Research Foundation
-------------------
* Link to `Magister Thesis <http://www.slideshare.net/AssemCHELLI/main-30182032>`_
* Link to Magister Thesis `Research gate <https://www.researchgate.net/publication/284726630_Proposal_of_an_Advanced_Retrieval_System_for_Noble_Quran>`_ `Slideshare <http://www.slideshare.net/AssemCHELLI/main-30182032>`_
* Link to `General Behavior Schema <http://www.slideshare.net/AssemCHELLI/visio-global-schema>`_.

----------
Expand Down
2 changes: 1 addition & 1 deletion src/PyCorpus/QuranyCorpus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#coding:utf-8


Expand Down
2 changes: 1 addition & 1 deletion src/PyCorpus/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding = utf-8


Expand Down
2 changes: 1 addition & 1 deletion src/PyZekrModels/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding = utf-8

from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-cgi/alfanous_json2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: UTF-8 -*-

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-cgi/salam.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

print "Content-Type: text/html; charset=utf-8\n\n"
print
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-desktop/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-

# TODO: package for MacOS
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-django/manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import os
import sys

Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/Downloader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/Importer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/Transformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/Updater.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/python2
# config : utf-8

import json
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/initial_importing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-import/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#coding=utf-8

"""
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-labs/Qrawler/QuranicCrawler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8
'''
Created on 18 févr. 2010
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous-labs/Qrawler/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

"""
indexingcrawler.py - Demonstrating custom crawler writing by
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous/Outputs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: UTF-8 -*-

## Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous/QueryProcessing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding: utf-8

# # Copyright (C) 2009-2012 Assem Chelli <assem.ch [at] gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous/Support/PyArabic/araby.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding=utf-8 -*-

# ------------
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous/Support/PyArabic/araby_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding=utf-8 -*-

import re
Expand Down
2 changes: 1 addition & 1 deletion src/alfanous/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding = utf-8

"""
Expand Down

0 comments on commit 2897a99

Please sign in to comment.