← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 328: Merge branch 'master' of ssh://github.com/assem-ch/alfanous

 

Merge authors:
  Assem Chelli (عاصم شلي) (assem-ch)
------------------------------------------------------------
revno: 328 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-09-05 21:39:57 +0100
message:
  Merge branch 'master' of ssh://github.com/assem-ch/alfanous
  
  Conflicts:
  	src/alfanous-desktop/README.rst
modified:
  src/alfanous-desktop/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 'src/alfanous-desktop/README.rst'
--- src/alfanous-desktop/README.rst	2012-08-29 09:41:16 +0000
+++ src/alfanous-desktop/README.rst	2012-09-05 20:39:57 +0000
@@ -6,20 +6,19 @@
 ------------
 Requirements
 ------------
-* Alfanous API: 
-* Qt designer: 
-* PyQt: You can download it from  `this link <http://www.riverbankcomputing.com/software/pyqt/download>`_.
-
-----------
-Contribute
-----------
-* install PyQt in your system.
-* run the command "make qt_all" in project root to compile qt resources to a python module.
-* to change the design of interface, Install Qt designer and open UI files.
-* Gui.py contains the main code, it's unclean and need cleaning or rewriting from the scratch.
-
-
-
-
-
+* `Alfanous API <https://github.com/Alfanous-team/alfanous/blob/master/src/alfanous/README.rst>`_
+* `PyQt <http://www.riverbankcomputing.com/software/pyqt/download>`_
+
+------------------
+How to contribute?
+------------------
+* Browse the issues under the milstone: `Django Web Interface 0.7 <https://github.com/Alfanous-team/alfanous/issues?milestone=1&state=open>`_
+* Read about how to use `Alfanous API <https://github.com/Alfanous-team/alfanous/blob/master/src/alfanous/README.rst>`_, Qt designer, PyQt 
+* Fork the source, Do your changes then make a pull request to `Alfanous-team/alfanous <https://github.com/Alfanous-team/alfanous>`_
+
+**notes:**  
+
+#. The UI folder contains forms and dialogs , you can open them with Qt designer.
+#. Run the command "make qt_all" in project root to compile qt resources to a python module.
+#. Gui.py contains the main code, it's unclean and need cleaning or rewriting from the scratch.