[or-cvs] r24109: {website} Add info for new Vidalia volunteers to project page Page by (website/trunk/projects/en)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Wed Jan 19 18:25:24 UTC 2011


Author: sebastian
Date: 2011-01-19 18:25:24 +0000 (Wed, 19 Jan 2011)
New Revision: 24109

Modified:
   website/trunk/projects/en/vidalia.wml
Log:
Add info for new Vidalia volunteers to project page

Page by chiiph. Thanks!

Modified: website/trunk/projects/en/vidalia.wml
===================================================================
--- website/trunk/projects/en/vidalia.wml	2011-01-19 00:15:41 UTC (rev 24108)
+++ website/trunk/projects/en/vidalia.wml	2011-01-19 18:25:24 UTC (rev 24109)
@@ -4,23 +4,23 @@
 
 #include "head.wmi" TITLE="Tor Project: Vidalia" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
 <div id="content" class="clearfix">
-	<div id="breadcrumbs">
+  <div id="breadcrumbs">
     <a href="<page index>">Home &raquo; </a>
     <a href="<page projects/projects>">Projects &raquo; </a>
     <a href="<page projects/vidalia>">Vidalia &raquo; </a>
   </div>
-	<div id="maincol"> 
+  <div id="maincol">
     <!-- PUT CONTENT AFTER THIS TAG -->
-    
+
     <h2>Vidalia</h2>
     <div class="underline"></div>
-    
+
     <!-- BEGIN SIDEBAR -->
     <div class="sidebar-left">
     <img src="$(IMGROOT)/Screenshot-Vidalia-Control-Panel.png" width="261" height="255" alt="Vidalia Control Panel Screenshot">
     </div>
     <!-- END SIDEBAR -->
-    
+
     <p>
     Vidalia is a cross-platform graphical controller for the <a href="<page index>">Tor</a> software, built using the <a href="http://qt.nokia.com/">Qt</a> framework. Vidalia runs on most platforms supported by Qt 4.3 or later, including Microsoft Windows, Apple OS X, and Linux or other Unix variants using the X11 window system.
     </p>
@@ -34,11 +34,11 @@
 options available to you.  All of these features are translated
 into a large number of languages.
     </p>
-    
-    
+
+
     <a id="Downloads"></a>
     <h3><a class="anchor" href="#Downloads">Downloads</a></h3>
-    
+
     <p>
     Most Windows and Mac OS X users should simply download Vidalia as part
     of a <a href="<page download/download>">Tor software bundle</a>. If
@@ -46,7 +46,7 @@
     you currently have installed, you can use one of the installer
     packages below.
     </p>
-    
+
     <h4>Stable Releases</h4>
     <p> The most recent stable release is: 0.2.10</p> 
     <ul>
@@ -70,21 +70,62 @@
         (<a href="../dist/vidalia/vidalia-0.2.10.tar.gz.asc">sig</a>)
       </li>
     </ul>
-    
-    
+
+
+    <a id="Contribute"></a>
+    <h3><a class="anchor" href="#Contribute">Contribute</a></h3>
+
+    <p>
+    Vidalia is always looking for volunteers that want to help in development.
+    To start you should first take a look at the
+    <a href="https://www.torproject.org/getinvolved/volunteer.html.en"> volunteer
+    page</a> and see if there is something that interests you the most.
+
+    Vidalia's source code can be found in the SVN repository. The checkout URL
+    is: http://svn.torproject.org/vidalia. You should get to know how Vidalia
+    works internally in order to work with it. To do this you should know C++
+    and Qt.
+    </p>
+
+    <p>
+    If you intend to start coding already, please read and follow the
+    <a href="https://svn.torproject.org/vidalia/vidalia/trunk/HACKING">HACKING
+    guide</a>.
+    If you have a patch for a feature or a bug fix, first check the
+    <a href="https://trac.torproject.org/projects/tor/report/27">tickets that
+    are already submitted</a>, if there isn't a suited one for your patch, you
+    can submit a <a href="https://trac.torproject.org/projects/tor/newticket">new ticket</a>
+    selecting Vidalia as its Component.
+    </p>
+
+    <p>
+    Every project member inside Tor mostly uses IRC to communicate. Vidalia is
+    being developed currently by Matt Edman and Tomas Touceda. You can find
+    them in #vidalia channel at OFTC under the nicks edmanm and chiiph,
+    repectively. You should get in touch in order to see what's everyone working
+    on and to share what you've been working on or what you want to do. If you
+    intend to join the team, it's expected you stay around IRC, either in Vidalia's
+    channel, or #tor-dev.
+    </p>
+
+    If you have any doubts about any of the points in here, you can email
+    <a href="<page about/contact>">contact us</a> about it.
+    </p>
+
+
     <a id="Support"></a>
     <h3><a class="anchor" href="#Support">Support &amp; Development</a></h3>
     
     <p>
     Please open a <a
     href="https://trac.torproject.org/projects/tor/report/27">ticket</a> on our bug
-    tracker for any bugs you find or features you would like to see added in future releases. 
+    tracker for any bugs you find or features you would like to see added in future releases.
     </p>
     
     <p>
     We also have a <a
     href="http://lists.vidalia-project.net/cgi-bin/mailman/listinfo/vidalia-users">vidalia-users</a>
-    mailing list for support-related questions. 
+    mailing list for support-related questions.
     </p>
   </div>
   <!-- END MAINCOL -->



More information about the tor-commits mailing list