[gnomeweb-wml] Reorganized the development page and put the link on the wiki



commit 917d62f2731792a69db7a3fa206f63f88dfb9a11
Author: Michele Mattioni <mattions gmail com>
Date:   Wed Jun 3 12:38:08 2009 +0100

    Reorganized the development page and put the link on the wiki
---
 projects.gnome.org/tracker/development.html |   54 +++++++++++++++++++++------
 projects.gnome.org/tracker/start.html       |   40 +-------------------
 2 files changed, 43 insertions(+), 51 deletions(-)

diff --git a/projects.gnome.org/tracker/development.html b/projects.gnome.org/tracker/development.html
index 73062f2..fd32854 100644
--- a/projects.gnome.org/tracker/development.html
+++ b/projects.gnome.org/tracker/development.html
@@ -33,28 +33,58 @@
 
 <h3>Development</h3>
 
+<h4>Installing from source</h4>
+
 <p>You can retrieve current development code with the following command:</p>
 <div class="terminal">git clone git://git.gnome.org/tracker </div>
 
-<p>We have switched to <a href="http://git-scm.com/";>git</a>.</p> 
-<p><i>If you are new to git 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.</i></p>
+<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>cd into the root directory of the resulting sources and compile it:</p>
-<div class="terminal">cd tracker</div>
-<div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
-<div class="terminal">make</div>
-<div class="terminal">sudo make install</div>
+<p>For the GitWeb interface <a href="http://git.gnome.org/cgit/tracker/";>http://git.gnome.org/cgit/tracker/</a></p>
 
-<p>Check the README for more information and other options.</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> that comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. </a>.  
+	</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>For the GitWeb interface <a href="http://git.gnome.org/cgit/tracker/";>http://git.gnome.org/cgit/tracker/</a></p>
 
-<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>Developing applications using Tracker</h3>
-<p>We are planning to set-up a proper page into the Wiki ASAP. For now we write into the <a href="faq.html">FAQ</a> the questions collected in the IRC channel.</p>
+<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 plan and all other stuff</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>
 
 <h3>Bugs!</h3>
 <p>To report a bug you can use:</p>
diff --git a/projects.gnome.org/tracker/start.html b/projects.gnome.org/tracker/start.html
index 7fe361e..ac41afa 100644
--- a/projects.gnome.org/tracker/start.html
+++ b/projects.gnome.org/tracker/start.html
@@ -32,45 +32,7 @@
 <h3>Getting Started</h3>
 
 <p>Tracker is an install away in major modern Unix-like systems, so
-   binary packages aren't provided here.</p>
-
-<h4>Installing from source</h4>
-<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 README that comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. <a href="http://git.gnome.org/cgit/tracker/tree/README?h=tracker-0.6";>Link to the README 0.6.x series</a>.  
-	</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>
-
-
+   binary packages aren't provided here. If you want to compile from the source check the <a href="development.html">development page</a>.</p>
 
 <h3>Using Tracker</h3>
 <ul>



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