gnomeweb-wml r6528 - trunk/projects.gnome.org/NetworkManager/developers



Author: dcbw
Date: Fri Dec 12 00:24:03 2008
New Revision: 6528
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6528&view=rev

Log:
Update for VPN plugin split and core daemon move to git

Modified:
   trunk/projects.gnome.org/NetworkManager/developers/index.html

Modified: trunk/projects.gnome.org/NetworkManager/developers/index.html
==============================================================================
--- trunk/projects.gnome.org/NetworkManager/developers/index.html	(original)
+++ trunk/projects.gnome.org/NetworkManager/developers/index.html	Fri Dec 12 00:24:03 2008
@@ -22,16 +22,16 @@
 	<p>First, you should probably consider joining the mailing list as there is a lot of useful information there from other NM hackers: <a 
 href="http://mail.gnome.org/mailman/listinfo/networkmanager-list";>http://mail.gnome.org/mailman/listinfo/networkmanager-list</a>.</p>
 	<p>Second, read the <a href="design_goals.html">Design Goals</a> of NetworkManager to get an idea of why things work the way they do.</p>
-	<p>To checkout and build the latest, hottest sources from SVN trunk:<br>
+	<p>To checkout and build the latest, hottest sources of the core NetworkManager daemon from git:<br>
 	<code>
-		<kbd>svn co svn://svn.gnome.org/svn/NetworkManager/trunk NetworkManager</kbd><br>
+		<kbd>git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager.git</kbd><br>
 		<kbd>cd NetworkManager</kbd><br/>
 		<kbd>./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var</kbd><br>
 		<kbd>make</kbd><br>
 		<kbd>sudo make install</kbd>
 	</code>
 	</p>
-	<p>And if you want to play with the applet, you need network-manager-applet, too:<br>
+	<p>And if you want to play with the applet, you need network-manager-applet, too, this time from SVN:<br>
 	<code>
 		<kbd>svn co svn://svn.gnome.org/svn/network-manager-applet/trunk network-manager-applet</kbd><br>
 		<kbd>cd NetworkManager</kbd><br/>
@@ -40,6 +40,15 @@
 		<kbd>sudo make install</kbd>
 	</code>
 	</p>
+	<p>There are also VPN service plugins for vpnc, openvpn, and pptp.  Each has its own SVN module, so replace 'vpnc' as appropriate in the following example:<br>
+	<code>
+		<kbd>svn co svn://svn.gnome.org/svn/network-manager-vpnc/trunk network-manager-vpnc</kbd><br>
+		<kbd>cd network-manager-vpnc</kbd><br/>
+		<kbd>./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var</kbd><br>
+		<kbd>make</kbd><br>
+		<kbd>sudo make install</kbd>
+	</code>
+	</p>
 
 	<h2>Actually hacking on it</h2>
 	<p>If you make changes to NetworkManager, create the patch using a Unified diff format (ie, diff -u) and mail the patch to the NetworkManager list.  Others on the list may make suggestions, please take these into consideration.  Eventually, your patch can be checked into NetworkManager SVN.</p>



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