[gnomeweb-wml] [nautilus-sound-converter] Add more detail to developer page



commit 9c2fafc1b8de39bbb1ce733d18383ef0d17f511f
Author: Brian Pepple <bpepple fedoraproject org>
Date:   Sun Oct 24 12:38:40 2010 -0400

    [nautilus-sound-converter] Add more detail to developer page

 .../nautilus-sound-converter/developers.html       |   64 +++++++++++++++++---
 .../nautilus-sound-converter/index.html            |    2 +-
 .../nautilus-sound-converter/nsc.css               |    9 +++
 3 files changed, 66 insertions(+), 9 deletions(-)
---
diff --git a/projects.gnome.org/nautilus-sound-converter/developers.html b/projects.gnome.org/nautilus-sound-converter/developers.html
index d986171..100ca3d 100644
--- a/projects.gnome.org/nautilus-sound-converter/developers.html
+++ b/projects.gnome.org/nautilus-sound-converter/developers.html
@@ -23,14 +23,62 @@
 
 <div id="body">
 
-<h2>Developers informations</h2>
-
-<h3>Getting Involved</h3>
-<p>To get involved, contact maintainer Nautilus-Sound-ConverterMaintainer</p>
-<p>More information about getting involved with other GNOME apps (and
-many tips that apply to Nautilus-Sound-Converter) can be found at
-<a href="http://live.gnome.org/GettingInvolved";>http://live.gnome.org/GettingInvolved</a></p>
-<br />
+        <h2>Development</h2>
+
+        <p>Nautilus-Sound-Converter development is done through the <a href="http://git.gnome.org/browse";>GNOME Git Repository</a>.  To get started developing or to start writing patches, you can clone our <a href="http://git.gnome.org/browse/nautilus-sound-converter";>repository</a> at any time and start hacking away.  Patches should be sent in to our <a href="https://bugzilla.gnome.org/browse.cgi?product=nautilus-sound-converter";>Bug Tracker</a>.</p>
+        
+	<p>If you are new to Git, see these <a href="http://live.gnome.org/Git";>GNOME instructions</a>.</p>
+
+<tidbit><b>Anonymous Git Usage</b>
+
+You don't need a GNOME account to clone the nautilus-sound-converter repository.
+
+To get the latest code, type:
+
+<inlinecode>$ git clone git://git.gnome.org/nautilus-sound-converter</inlinecode>
+  
+Then, to build and install, type:
+  
+<code style="margin:0;">$ sh autogen.sh
+$ make
+$ sudo make install (or run as root)
+</code>
+If you have Nautilus installed in a non-standard prefix, you can tell 
+Nautilus-Sound-Converter to install to that prefix by setting the PKG_CONFIG_PATH 
+environment variable before compiling Nautilus-Sound-Converter.  
+
+To do so, enter the following:
+
+<inlinecode>$ export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig</inlinecode>
+</tidbit>
+
+
+        <h3>Compiling</h3>
+        <p>
+        Nautilus-Sound-Converter depends on the following programs and libraries:
+        </p>
+        <ul>
+	<li>glib</li>
+	<li>GConf2</li>
+	<li>gstreamer</li>
+	<li>nautilus and nautilus-extensions</li>
+	<li>gnome-media</li>
+	<li>gstreamer-plugins-good</li>
+	<li>gstreamer-plugins-base</li>
+	<li>gstreamer-plugins-bad (optional)</li>
+	<li>gstreamer-plugins-ugly (optional)</li>
+        </ul>
+        <p>
+        Make sure you have installed the development packages for these libraries before compiling nautilus-sound-converter.  You will also need the standard GNU and GNOME build tools installed.
+        </p>
+        
+<tidbit><b>Distro-specific dependencies</b>
+
+Fedora - <inlinecode>sudo yum install glib2-devel GConf2-devel gstreamer-devel gnome-media-devel \
+nautilus-devel gstreamer-plugins-base gstreamer-plugins-good</inlinecode>
+
+(please email me additional instructions for missing distributions)
+</tidbit>
 
 <h3><img src="images/translation.png"> Translating</h3>
 <p>Just as many other GNOME applications, Nautilus-Sound-Converter is translated by the <a href="http://live.gnome.org/TranslationProject";>GNOME translation team</a>.</p>
diff --git a/projects.gnome.org/nautilus-sound-converter/index.html b/projects.gnome.org/nautilus-sound-converter/index.html
index f49926d..07e676f 100644
--- a/projects.gnome.org/nautilus-sound-converter/index.html
+++ b/projects.gnome.org/nautilus-sound-converter/index.html
@@ -48,7 +48,7 @@ $ sudo make install (or run as root)</code>
 	<li>glib</li>
 	<li>GConf2</li>
 	<li>gstreamer</li>
-	<li>nautilus and libnautilus-extension</li>
+	<li>nautilus and nautilus-extensions</li>
 	<li>gnome-media</li>
 	<li>gstreamer-plugins-good</li>
 	<li>gstreamer-plugins-base</li>
diff --git a/projects.gnome.org/nautilus-sound-converter/nsc.css b/projects.gnome.org/nautilus-sound-converter/nsc.css
index e7a52fc..cab9cf7 100644
--- a/projects.gnome.org/nautilus-sound-converter/nsc.css
+++ b/projects.gnome.org/nautilus-sound-converter/nsc.css
@@ -28,3 +28,12 @@ inlinecode {
     font-family: monospace;
     background-color: #eeeeee;
 }
+
+tidbit {
+    display: block;
+    white-space: pre;
+    background-color: #CCFF99;
+    margin-left: 2em;
+    padding: 1em;
+    border: 1px dotted #333333;
+}



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