← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 463: Merge branch 'master' of github.com:Alfanous-team/alfanous

 

Merge authors:
  Assem Chelli (عاصم شلي) (assem-ch)
------------------------------------------------------------
revno: 463 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2012-12-25 22:18:42 +0100
message:
  Merge branch 'master' of github.com:Alfanous-team/alfanous
modified:
  INSTALL.rst
  src/README.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'INSTALL.rst'
--- INSTALL.rst	2012-08-29 22:14:08 +0000
+++ INSTALL.rst	2012-12-09 16:31:31 +0000
@@ -1,15 +1,29 @@
 AlfanousDesktop
 ===============
-* **Windows XP/VISTA/SEVEN**: Download the installer from sourceforge: `last version https://sourceforge.net/projects/alfanous/files/latest/download?source=files`_
-* **Ubuntu**:  add `the repository of Sabily http://ubuntuforums.org/showthread.php?t=1370001`_.  
-
-
-
-
-Developers
-==========
-try these commands carfully :
-sudo make install_api 
-sudo make install_indexes
-sudo make install_desktop
-sudo make install_web
\ No newline at end of file
+
+* **Windows XP/VISTA/SEVEN**: Download the installer from sourceforge: `last version <https://sourceforge.net/projects/alfanous/files/latest/download?source=files>`_
+* **Ubuntu-Based**:  you can add Sabily repository and install alfanous from it (`more <http://ubuntuforums.org/showthread.php?t=1370001>`_):
+
+  .. code-block:: sh
+
+        $ sudo add-apt-repository ppa:sabily.team/ppa && sudo apt-get -q update
+        $ sudo apt-get install alfanous
+
+* **Other Linux distros**:  There is no available package yet for other distros such as redhat-based.  If you are a developer you can follow the advancement of Alfanous packaging to most of linux distributions through those github issues:
+
+  - https://github.com/Alfanous-team/alfanous/issues/111
+  - https://github.com/Alfanous-team/alfanous/issues/27
+  
+  We appreciate any help to achieve those issues :).  
+
+
+
+
+Testers
+=======
+Try these commands carfully :
+.. code-block:: sh
+
+        $ sudo make install_api # to install the api and alfanous-console.
+        $ sudo make install_desktop # to install alfanous-desktop.
+        $ sudo make install_wui # to install the web user interface.
\ No newline at end of file

=== modified file 'src/README.rst'
--- src/README.rst	2012-12-22 09:48:29 +0000
+++ src/README.rst	2012-12-22 19:14:53 +0000
@@ -1,14 +1,16 @@
 ==============
 Code Structure
 ==============
+
 This is a quick view of the source code structure of Alfanous project explaining the different packages and modules.
 
 --------
 Packages
 -------- 
-:alfanous: the main API of the project, offers the search features.
-:alfanous-import: a library responsible of all management tasks of Quranic & Linguistic resources.
-:alfanous-cgi: a small script to execute the API in a web CGI environment.
+
+:alfanous: the main API of the project, offers the search features. 
+:alfanous-import: a library responsible of all management tasks of Quranic & Linguistic resources. 
+:alfanous-cgi: a small script to execute the API in a web CGI environment. 
 :alfanous-desktop: a desktop interface made by QT & PyQt.
 :alfanous-django: a django app replaces the old web user interface and also the cgi script.
 :alfanous-labs:  all related libraries that still in alpha phase.
@@ -19,7 +21,8 @@
 
 -----------------------------
 API Modules, Files (alfanous)
-------------------------------
+-----------------------------
+
 :main.py: the main module that relay all the modules.
 :console.py: a console interface for the API.
 :Outputs.py: the programming interface, responsible of the output of all results.
@@ -57,4 +60,4 @@
 :Transformer.py: transfer&convert the resources from the main database into Whoosh indexes.
 :Updater.py: update the data in API based on actual resources.
 :initial_importing.py: a script used the first-time to load many resources (deprecated).
-:setup.py: the script of installation & packaging (setuptools).
\ No newline at end of file
+:setup.py: the script of installation & packaging (setuptools).