[gnomeweb-wml/tracker-site-update: 11/12] Tracker: Updated development page



commit b5c7effc673e4d6c3a21986f38b0ee3de3fef42e
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Nov 26 11:30:49 2009 +0000

    Tracker: Updated development page

 projects.gnome.org/tracker/development.html |  119 +++++++++++++--------------
 1 files changed, 56 insertions(+), 63 deletions(-)
---
diff --git a/projects.gnome.org/tracker/development.html b/projects.gnome.org/tracker/development.html
index 9146aef..a5315d7 100644
--- a/projects.gnome.org/tracker/development.html
+++ b/projects.gnome.org/tracker/development.html
@@ -41,73 +41,66 @@
       </div>
       
       <div id="content">
-	<h2>Installing from source</h2>
-	<p>You can retrieve current development code with the
-	following command:</p> 
-	<div class="terminal">git clone git://git.gnome.org/tracker </div>
-
-	<p>If you are new to <a href="http://git-scm.com/";>Git</a>
-	maybe there is a quick and
-	dirty <a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00037.html";>mail</a>
-	that you want to read. More generic
-	info <a href="http://live.gnome.org/Git";>how to use Git with
-	GNOME infrastracture</a>.</p> 
-
-	<p>For the GitWeb
-	interface <a href="http://git.gnome.org/cgit/tracker/";>http://git.gnome.org/cgit/tracker/</a></p> 
-
-	<ol>
-	  <li>
-            Ensure that you install the following packages on a Debian-based
-            system using any package manager (the example uses apt-get);
-            RPM system shouldn't be too different
-            <div class="terminal">sudo apt-get install libgmime-2.0-2a libgmime-2.0-2-dev dbus-glib-1-dev libdbus-glib-1-dev libhal-dev libhal-storage-dev sqlite3-dev libsqlite3-dev libexif-dev libdeskbar-tracker libgsf-1-dev libjpeg62-dev libtiff4-dev libxine-dev libpoppler-dev libgstreamer0.10-dev libpoppler-glib-dev libtotem-plparser-dev libunac1-dev libexempi-dev libraptor1-dev libtracker-gtk-dev libgnome-desktop-dev libgnome-desktop-dev libnotify-dev</div>
-	  </li>
-	  <li>
-            Download the latest source tarball from the <a href="download.html">download</a> page
-	  </li>
-	  <li>
-            Extract the tarball <em>(where x.y.z is the version number)</em><br/>
-            <div class="terminal">tar xvzf tracker-x.y.z.tar.gz</div>
-	  </li>
-	  <li>
-            Change to tracker source directory
-	    <div class="terminal">cd tracker-x.y.z</div>
-	  </li>
-	  <li>Read the <a href="http://git.gnome.org/cgit/tracker/tree/README";>README</a> which comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. 
-	  </li>
-	  <li>
-            Configure the make process
-            <div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
-	  </li>
-	  <li>
-            Compile the code
-            <div class="terminal">make</div>
-	  </li>
-	  <li>
-            Install the software
-            <div class="terminal">sudo make install</div><br/>
-	  </li>
-	</ol>
-
-	<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker";>wiki</a>.</p>
-
-	<h3>Tracker Development</h3>
-	<p>On the <a href="http://live.gnome.org/Tracker/Documentation";>Wiki</a> you can find all the info for the on going development.</p>
-
-	<p>The <a href="http://live.gnome.org/Tracker/Roadmap";>RoadMap to 0.7</a> is on the wiki.</p>
-
-	<h3>Bugs!</h3>
-	<p>To report a bug you can use:</p>
+	<h2><a name="Contributing">Contributing</a></h2>
+	<p>Everyone is invited to help project development, starting points for contributors are:</p>
 	<ul>
-	  <li>the bugzilla on gnome <a href="http://bugzilla.gnome.org/browse.cgi?product=tracker";>http://bugzilla.gnome.org/browse.cgi?product=tracker</a></li>
-	  <li>the Tracker Mailing list <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
+	  <li>Hack away on existing <a href="https://bugzilla.gnome.org/browse.cgi?product=tracker";>bug reports and feature requests</a>.</li>
+
+	  <li>Write to the Tracker <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>mailing list</a> and offer your help.</li>
 	</ul>
+	
+	<h2><a name="BugReporting">Bug Reporting</a></h2>
+	<p>Bugs should be reported to
+	the <a href="http://www.gnome.org";>GNOME</a> bug tracking
+	system. We use Bugzilla for this, which is available at this
+	address: <a href="http://bugzilla.gnome.org"; alt="">http://bugzilla.gnome.org</a>.</p>
 
-	<h3 id="contacts">Contacts</h3>
+	<p>You will need an email address to register (if you haven't already) before you can use the system to file a new bug report.</p>
+	<p>There are <a href="http://bugzilla.gnome.org/page.cgi?id=bug-writing.html";>guidelines</a> for reporting new bugs, try to make sure you follow them, it helps us help you much more effectively. The use of <a href="http://bugzilla.gnome.org/describekeywords.cgi";>keywords</a> also helps us prioritize bugs.</p>
+	
+	<h2><a name="MailingLists">Mailing Lists</a></h2>
+	<p>Visit the <a href="http://mail.gnome.org/archives/tracker-list/";>archives</a> or find out how to <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>subscribe</a>.</p>
+        
+	<h2><a name="Wiki">Wiki</a></h2>
+	<p>We have a Wiki for drafting, designing and proposing Tracker development available at <a href="http://live.gnome.org/Tracker";>http://live.gnome.org/Tracker</a>.</p>
+	
+	<h2><a name="Team">Team</a></h2>
+	<p>Current core maintainers of Tracker are:</p>
 
-	<p>
-	  You can contact us:</p>
+	<table class="maintainers">
+	  <tr>
+	    <th>Name</th>
+	    <th>Affiliation</th>
+
+	  </tr>
+	  <tr>
+	    <td>Martyn Russell</td> 
+	    <td>Lanedo GmbH</td> 
+	  </tr>
+	  <tr class="odd">
+	    <td>Carlos Garnacho</td> 
+	    <td>Lanedo GmbH</td> 
+	  </tr>
+	  <tr>
+	    <td>Jürg Billeter</td> 
+	    <td>Codethink</td> 
+	  </tr>
+	  <tr class="odd">
+	    <td>Philip Van Hoof</td> 
+	    <td>Codethink</td> 
+	  </tr>
+	  <tr>
+	    <td>Ivan Frade</td> 
+	    <td>Nokia</td> 
+	  </tr>
+	  <tr class="odd">
+	    <td>Mikael Ottela</td> 
+	    <td>Ixonos</td> 
+	  </tr>
+	</table>
+	
+	<h2 id="contacts">Contact Us</h2>
+	<p>You can contact us:</p>
 	<ul>
 	  <li>Using the Mailing List <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
 	  <li>On IRC: GimpNet, channel #tracker</li>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]