Difference between revisions of "Get involved"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(adaption to Liberty)
Line 1: Line 1:
  +
<h2>Interested in the Eiffel language and the Liberty compiler?</h2>
[[Category:SmartEiffel]]
 
   
  +
First of all you are invited to use Liberty for developing your own applications. If you encounter any problem, just raise your voice and [[Get In Touch|get in touch]] with us. We are here to fix your issues and support you in using the Libertyeiffel compiler and its libraries. Our primary goal is to provide a working Eiffel compiler and a bunch of libraries for real life applications. Now you are in charge of coming up with a nice little program (or a new office suite), written with Liberty.
<h2> Who can help? </h2>
 
   
  +
Liberty is an open project, where anyone can clone the public repository from https://github.com/LibertyEiffel/Liberty.git and dig into the code, improve it and get the changes into the master branch. You are welcome to fork the [[https://github.com/LibertyEiffel/Liberty repository on github]] and issue pull requests.
Every one can help.
 
   
  +
We are open for any bug fix or new features in the libraries or tools. And if you don't want to get your hands dirty we are happy if you create feature requests or bug reports in the [[https://github.com/LibertyEiffel/Liberty/issues issue tracker on guithub]].
You can help the SmartEiffel project in several ways. (developers, test, documentation -this wiki-)
 
   
  +
Please also feel free to improve these pages in the WIKI.
<h2> How to help to documentation? </h2>
 
 
Please feel free to improve these pages in the WIKI.
 
 
<h2> How to help to test? </h2>
 
 
If you are a developer interrested in contributing to SmartEiffel, please read the following instructions:
 
 
<ol>
 
<li> Browse the list below of the identified needed feature. Some of these feature requests are documented (follow the link) and some are not.
 
<li> Choose the one you want to do.
 
<li> Contact SmartEiffel team to discuss with them about if some one is already involved and about how SE team feels it.
 
<li> Write the code and the tests that are coming with (here we think that test based development is the must).
 
<li> Submit your work frequently using the cogito system to have quick feedback on it.
 
<li> Please consider that submission can be rejected for reasons that will be explained.
 
<li> Unsolicited submissions are also very welcome.
 
</ol>
 
 
 
<h2>List of the requested features (june 6, 2005)</h2>
 
 
<ul>
 
<li> block file reading and writing
 
<li> bidirectional iterators
 
<li> unicode characters
 
<li> support of the localisation
 
<li> support of non blocking I/O
 
<li> support of time granted jobs
 
<li> improvement of HTTP_SERVER
 
<li> binary repository
 
<li> improvement of the binaries I/O
 
<li> usage of CSS
 
<li> ...
 
</ul>
 

Revision as of 22:24, 5 March 2013

Interested in the Eiffel language and the Liberty compiler?

First of all you are invited to use Liberty for developing your own applications. If you encounter any problem, just raise your voice and get in touch with us. We are here to fix your issues and support you in using the Libertyeiffel compiler and its libraries. Our primary goal is to provide a working Eiffel compiler and a bunch of libraries for real life applications. Now you are in charge of coming up with a nice little program (or a new office suite), written with Liberty.

Liberty is an open project, where anyone can clone the public repository from https://github.com/LibertyEiffel/Liberty.git and dig into the code, improve it and get the changes into the master branch. You are welcome to fork the [repository on github] and issue pull requests.

We are open for any bug fix or new features in the libraries or tools. And if you don't want to get your hands dirty we are happy if you create feature requests or bug reports in the [issue tracker on guithub].

Please also feel free to improve these pages in the WIKI.