[gnomeweb-wml] doc: rename 0.7 spec to be specific to 0.7



commit c8a48eb4c2fc57889cf39e3b213cef165eeab84f
Author: Dan Williams <dcbw redhat com>
Date:   Tue Nov 10 14:27:28 2009 -0800

    doc: rename 0.7 spec to be specific to 0.7

 .../NetworkManager/developers/Makefile.am          |    2 +-
 .../NetworkManager/developers/index.html           |    2 +-
 .../developers/{spec.html => spec-07.html}         |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/NetworkManager/developers/Makefile.am b/projects.gnome.org/NetworkManager/developers/Makefile.am
index a789d4d..0374e97 100644
--- a/projects.gnome.org/NetworkManager/developers/Makefile.am
+++ b/projects.gnome.org/NetworkManager/developers/Makefile.am
@@ -7,7 +7,7 @@ urlpath = /NetworkManager/developers
 page_SCRIPTS=\
 	index.html \
 	design_goals.html \
-	spec.html \
+	spec-07.html \
 	$(NULL)
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/NetworkManager/developers/index.html b/projects.gnome.org/NetworkManager/developers/index.html
index 55a1475..e817b0a 100644
--- a/projects.gnome.org/NetworkManager/developers/index.html
+++ b/projects.gnome.org/NetworkManager/developers/index.html
@@ -16,7 +16,7 @@
 	</div>
 
 	<h2>So you want to talk to NetworkManager?</h2>
-	<p>NetworkManager provides a detailed and capable D-Bus interface on the system bus.  You can use this interface to query NetworkManager about the overall state of the network and details of network devices like current IP addresses or DHCP options, and to activate and deactivate network connections.  A network connection is a bundle of settings that describe a connection to a particular computer network, like a specific mobile broadband provider or a single wifi network.  These connections are provided by other D-Bus services, called "settings services", which also provide a D-Bus interface and allow you to query and change stored network connections and preferences.  The <a href="spec.html">NetworkManager D-Bus API specification</a> provides a detailed description of each object and interface that NetworkManager provides.</p>
+	<p>NetworkManager provides a detailed and capable D-Bus interface on the system bus.  You can use this interface to query NetworkManager about the overall state of the network and details of network devices like current IP addresses or DHCP options, and to activate and deactivate network connections.  A network connection is a bundle of settings that describe a connection to a particular computer network, like a specific mobile broadband provider or a single wifi network.  These connections are provided by other D-Bus services, called "settings services", which also provide a D-Bus interface and allow you to query and change stored network connections and preferences.  The NetworkManager D-Bus API specification (<a href="spec-07.html">[0.7]</a> <a href="spec-08.html">[0.8]</a>) provides a detailed description of each object and interface that NetworkManager provides.</p>
 
 	<h2>Or you want to hack on NetworkManager?</h2>
 	<p>First, you should probably consider joining the mailing list as there is a lot of useful information there from other NM hackers: <a 
diff --git a/projects.gnome.org/NetworkManager/developers/spec.html b/projects.gnome.org/NetworkManager/developers/spec-07.html
similarity index 100%
rename from projects.gnome.org/NetworkManager/developers/spec.html
rename to projects.gnome.org/NetworkManager/developers/spec-07.html



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