Delivery-Date: Mon, 11 Jan 2016 17:33:00 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	FSL_MY_NAME_IS,RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 5CB3B1E0510;
	Mon, 11 Jan 2016 17:32:58 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id DF9EE24751;
	Mon, 11 Jan 2016 22:32:52 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 8903820927
 for <tor-talk@lists.torproject.org>; Mon, 11 Jan 2016 22:32:49 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id eKGCIyf9YsXG for <tor-talk@lists.torproject.org>;
 Mon, 11 Jan 2016 22:32:49 +0000 (UTC)
Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])
 (using TLSv1 with cipher AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 554DB20D80
 for <tor-talk@lists.torproject.org>; Mon, 11 Jan 2016 22:32:49 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
 (envelope-from <gno-or-talk-2@m.gmane.org>) id 1aIl11-00056W-RP
 for tor-talk@lists.torproject.org; Mon, 11 Jan 2016 23:32:43 +0100
Received: from destiny.enn.lu ([94.242.246.23])
 by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
 id 1AlnuQ-0007hv-00
 for <tor-talk@lists.torproject.org>; Mon, 11 Jan 2016 23:32:43 +0100
Received: from o.wendel by destiny.enn.lu with local (Gmexim 0.1 (Debian))
 id 1AlnuQ-0007hv-00
 for <tor-talk@lists.torproject.org>; Mon, 11 Jan 2016 23:32:43 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: tor-talk@lists.torproject.org
From: Oskar Wendel <o.wendel@wp.pl>
Date: Mon, 11 Jan 2016 22:32:37 +0000 (UTC)
Lines: 107
Message-ID: <n71ai5$8jo$1@ger.gmane.org>
References: <CAHs+d36LVK=oBLQ+c6H_87WHSYNjxd+dcR0Gby59nCHwdqXnvw@mail.gmail.com>
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: destiny.enn.lu
Subject: Re: [tor-talk] Getting started with development
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jashan kamboj <jasyk42@gmail.com>:

> i am pursuing under graduation at Gndec ludhiana india. i want to
> contribute to the Tor project.
> 
> can you please guide me through the process?

I'm not a Tor developer, but I read the Tor developers list. A month ago 
there was a thread on this list called "Help me help you : )". It received 
two responses from teor. Let me quote them.

- ----------------
> On 8 Dec 2015, at 23:12, Lain Iwakura <lainiwakura@riseup.net> wrote:
> 
> Hello guys;
> My name is Lain, I'm from Brazil. only it's not my real name. :) And I
> love it.
> I identify a lot with the Tor project, and would like a simple guideline.
> I work with programming (Pascal) in the last five years, I want to
> contribute to developing the project. but do not know where to start,
> take that language, which would be more effective my acting. ...
> something that a veteran is tired of doing I could do, and learn from
> that expedite the work.
> Anyway, give me some tips.
> 
> Hey! I am learning English for that. help me to be useful. :)

Hi Lain,

Thanks for volunteering to help out with Tor.

Tor uses a few programming languages:
* The core of Tor is written in C
* Pluggable Transports are written in Python, Go, C, =E2=80=A6
* Tor Browser is written in C++, JavaScript, =E2=80=A6
* and other projects use other languages.

If you can program in C, or write documentation, there are tasks in our bug tracker marked "easy".
https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_information&status=new&status=reopened&keywords=~easy&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority <https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_information&status=new&status=reopened&keywords=~easy&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority>

Volunteers can do many different tasks:
https://www.torproject.org/getinvolved/volunteer <https://www.torproject.org/getinvolved/volunteer>

Thanks again,

Tim

Tim Wilson-Brown (teor)

teor2345 at gmail dot com
PGP 968F094B

teor at blah dot im
OTR CAD08081 9755866D 89E2A06F E3558B7F B5A9D14F
- ----------------

- ----------------
> On 11 Dec 2015, at 22:47, Oskar Wendel <o.wendel@wp.pl> wrote:
> 
> Signed PGP part
> Tim Wilson-Brown - teor <teor2345@gmail.com>:
> 
> > Volunteers can do many different tasks:
> > https://www.torproject.org/getinvolved/volunteer <https://www.torproject.org/getinvolved/volunteer>
> 
> Hello, teor.
> 
> Is there a place where one can send his patches after doing some tasks?


Tor has a bug tracker called "Trac" at:
https://trac.torproject.org/projects/tor <https://trac.torproject.org/projects/tor>

If there is an existing task for the patch, please attach it there.
(You can search for tasks using the "search" box in the top right corner.)

Patches typically go through one or more rounds of code review and revision.
If it's your first patch, a smaller task can help you to learn tor's coding style and patch submission process.

Tim

Tim Wilson-Brown (teor)

teor2345 at gmail dot com
PGP 968F094B

teor at blah dot im
OTR CAD08081 9755866D 89E2A06F E3558B7F B5A9D14F
- ----------------

- -- 
Oskar Wendel, o.wendel@wp.pl.REMOVE.THIS
Pubkey: https://pgp.mit.edu/pks/lookup?search=0x6690CC52318DB84C
Fingerprint: C8C4 B75C BB72 36FB 94B4 925C 6690 CC52 318D B84C
-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJWlC18AAoJEGaQzFIxjbhMuOsIAJu4EbDOPlBTVu1jzExixlcP
d3/jUQQ7elGB3F1WB0MQP/sAuwXOdJKnnJ24MiJhJXbE3LIRTdPfml3mwiHbHzIR
UzV3rLjoaZWSQUaF9CpJTtqqowBaC6RJT03cD4LRy6T8LYaA9hYJCMrpNTLf1F9P
FSK4ln67XYPaWQHSkUurpfwJoEiYJNFQ4MZMbVT47SqthQmGmMKt4RP+ADf5o7us
sPFa/RizNGJnk8li35IeHYaNCpFdMNXNZ3FBCpTPGaFttuc7vT4dtEQtqeQ0e9Cd
pEz+j0aSTqpvF9Fg83th4lqBpFt7nHuZphXheoojd/cnHaOn8k+NPhT3H+0xXbQ=
=TPxq
-----END PGP SIGNATURE-----

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

