← Back to team overview

team4alfanous team mailing list archive

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

 

Merge authors:
  Assem Chelli (عاصم شلي) (assem-ch)
------------------------------------------------------------
revno: 375 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 00:09:50 +0100
message:
  Merge branch 'master' of github.com:Alfanous-team/alfanous
modified:
  FAQ.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 'FAQ.rst'
--- FAQ.rst	2012-10-06 22:38:30 +0000
+++ FAQ.rst	2012-10-06 23:11:50 +0000
@@ -107,32 +107,42 @@
 
 #. Test the console interface, it provides results in Json format:
 
-   - $ alfanous-console -h
-   - $ alfanous-console -a search -q qawol
-   - $ alfanous-console -a search -q الصلاة+الزكاة
-   - ...
+   .. code-block:: sh
+
+       $ alfanous-console -h
+       $ alfanous-console -a search -q qawol
+       $ alfanous-console -a search -q الصلاة+الزكاة
+       $ ...
 
 #. Test the basic script:
 
-   - $ cd src/alfanous-tests
-   - $ python sample.py
+   .. code-block:: sh
+        
+        $ cd src/alfanous-tests
+        $ python sample.py
 
 #. Test the desktop interface:
 
-   - $ cd src/alfanous-desktop
-   - $ python Gui.py
+   .. code-block:: sh
+      
+        $ cd src/alfanous-desktop
+        $ python Gui.py
 
 #. Test the installation of alfanous-desktop as a library
 
-   - $ sudo python setup.py install
-   - $ alfanous-desktop
+   .. code-block:: sh
+          
+        $ sudo python setup.py install
+        $ alfanous-desktop
     
 
 #. Test the json output system II 
 
-   - # Install apache2
-   - $ sudo make install_jos2
-   - $ xdg-open http://alfanous.local/cgi-bin/alfanous_json2.py &
+   .. code-block:: sh
+        
+        # Install apache2 first
+        $ sudo make install_jos2
+        $ xdg-open http://alfanous.local/cgi-bin/alfanous_json2.py &
 
 #. Test the web interface (later)
 #. Test Django app (later)