You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Alberto Torres <al...@neiu.edu> on 2016/03/03 06:00:16 UTC

Student looking to contribute

Hi,

My name is Alberto Torres and I am a 4th year computer science student. I am looking to contribute to an open source project as part of my school semester. I currently work in and have 1 year experience in IT support for a Charter School Organization. I don’t have much programming experience but I am hoping to be able to contribute in other ways a few hours a week for the next month. I look forward to getting involved! 


Best regards,

Alberto T.

RE: Student looking to contribute

Posted by NEGRE Pierre <Pi...@3ds.com>.
stop

This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer

Re: Student looking to contribute

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 03/03/16 15:16, Alberto Torres a écrit :
> Great! I would love to help out with documentation. Can you provide me with more information on where to start ? 

Sure : we have all the documentation stored on
http://svn.apache.org/viewvc/mina/site/trunk/

You can checkout the content doing :

$ svn co http://svn.apache.org/viewvc/mina/site/trunk/ mina-site

Now, all the content is in content/mina-project/userguide, and we are
using markdown format for the documentation
(https://daringfireball.net/projects/markdown/).

Regarding the Javadoc, the simpler is to checkout the code doing :

$ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina then $ git checkout -b 2.0

This is the current developpement branch for MINA 2.0 You can load the
project in Eclipse or Intellij and browse the code, you'll quickly find
some classes with no Javadoc at all...

Re: Student looking to contribute

Posted by Alberto Torres <al...@neiu.edu>.
Great! I would love to help out with documentation. Can you provide me with more information on where to start ? 


> On Mar 3, 2016, at 1:59 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> Le 03/03/16 06:00, Alberto Torres a écrit :
>> Hi,
>> 
>> My name is Alberto Torres and I am a 4th year computer science student. I am looking to contribute to an open source project as part of my school semester. I currently work in and have 1 year experience in IT support for a Charter School Organization. I don’t have much programming experience but I am hoping to be able to contribute in other ways a few hours a week for the next month. I look forward to getting involved! 
> 
> Hi Alberto !
> 
> you can obviously contribute to MINA even if you are not a experienced
> developper ! One good startng point would be the documentation which is
> lacking seriously. Typically, we have a lot of missing Javadoc in many
> of MINA classes and that would be great to get that corrected.
> 
> Do not hesitate to ask for directions.
> 
> Thanks !


Re: Student looking to contribute

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 03/03/16 06:00, Alberto Torres a écrit :
> Hi,
>
> My name is Alberto Torres and I am a 4th year computer science student. I am looking to contribute to an open source project as part of my school semester. I currently work in and have 1 year experience in IT support for a Charter School Organization. I don’t have much programming experience but I am hoping to be able to contribute in other ways a few hours a week for the next month. I look forward to getting involved! 

Hi Alberto !

you can obviously contribute to MINA even if you are not a experienced
developper ! One good startng point would be the documentation which is
lacking seriously. Typically, we have a lot of missing Javadoc in many
of MINA classes and that would be great to get that corrected.

Do not hesitate to ask for directions.

Thanks !