philly_muscle | 15 Aug 01:51

mono-curses = Can I join the project? Library needs some work!


I was wondering...    I am building a home-finance application for mono [so I
can access it anywhere via PuTTY on win machines].    There's been quite a
bit of work done already on mono-curses for a rudimentary widget and dialog
library, but it could use a lot more:

- Text editor widget
- Calendar control
- Time picking control
- reg-expr powered edit fields
- Menu bar

I have written my own changes to mono API code in the past to do things I
want to do, but in this particular case I would like to contribute them back
up the chain.

Is there a "Monodeveloper For Dummies" guide for new developers who want to
join a project and how to get on a particular project such as mono-curses?
--

-- 
View this message in context: http://www.nabble.com/mono-curses-%3D-Can-I-join-the-project----Library-needs-some-work%21-tp18991636p18991636.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: mono-curses = Can I join the project? Library needs some work!

On Thu, 2008-08-14 at 16:55 -0700, philly_muscle wrote:
> [...]
> Is there a "Monodeveloper For Dummies" guide for new developers who want to
> join a project and how to get on a particular project such as mono-curses?

This seems a good start:
http://www.mono-project.com/Contributing

Ciao,
  Massi
Ray Wang | 20 Aug 19:06
Favicon

Re: mono-curses = Can I join the project? Libraryneeds some work!

if you are interested in UIA (UI Automation) on Accessibility 
there are some links:
http://www.mono-project.com/Accessibility

if you are willing to help test:
http://www.mono-project.com/Accessibility:_Testing_Howto
http://www.mono-project.com/Accessibility:_Strongwind_Basics

if you want to start to develop:
http://www.mono-project.com/Accessibility:_Getting_Started_With_Development
http://www.mono-project.com/Winforms_Samples

finally,  this is a mailing list list:
http://www.mono-project.com/Mailing_Lists

Ray

 
>>> Massimiliano Mantione <massi <at> ximian.com> 08/20/08 10:14 PM >>> 
On Thu, 2008-08-14 at 16:55 -0700, philly_muscle wrote:
> [...]
> Is there a "Monodeveloper For Dummies" guide for new developers who want to
> join a project and how to get on a particular project such as mono-curses?

This seems a good start:
http://www.mono-project.com/Contributing

Ciao,
  Massi

(Continue reading)

Miguel de Icaza | 20 Aug 21:29
Favicon

Re: mono-curses = Can I join the project? Library needs some work!

Hello,

> Is there a "Monodeveloper For Dummies" guide for new developers who want to
> join a project and how to get on a particular project such as mono-curses?

You could start by posting the patches to the mailing list.

Unpack the original sources in a new directory, and then run this
command:

	diff -ruN original_directory modified_directory

Miguel.

Gmane