bug 415586: [proposal] technology.smarthome 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=415586
diff --git a/technology.smarthome/proposal.html b/technology.smarthome/proposal.html
index 0deeb91..e3e2894 100644
--- a/technology.smarthome/proposal.html
+++ b/technology.smarthome/proposal.html
@@ -24,7 +24,7 @@
 	rendered webpage. Do not duplicate the title within the text of your page.
  -->
 
-<title>Eclipse Smart Home</title>
+<title>Eclipse SmartHome</title>
 </head>
 
 <!-- 
@@ -46,7 +46,7 @@
 </style>
 
 <body>
-<p>The Eclipse Smart Home project is a proposed open source project under the <a
+<p>The Eclipse SmartHome project is a proposed open source project under the <a
 	href="http://www.eclipse.org/projects/project_summary.php?projectid=technology">Eclipse Technology Top-Level Project</a>.</p>
 
 <!-- 
@@ -62,7 +62,7 @@
 
 <h2>Background</h2>
 
-<p>Since the emergence of broadband internet connections, smartphones and tablets the Smart Home market shows a remarkable upsurge.
+<p>Since the emergence of broadband internet connections, smartphones and tablets the smart home market shows a remarkable upsurge.
 This has led to a very fragmented market, which makes it difficult for customers to "bet on the right horse". In fact,
 there is not one system, protocol or standard that could possibly fulfill all potential requirements. There is hence
 a need for platforms that allow the integration of different systems, protocols or standards and that provide a uniform
@@ -70,14 +70,14 @@
 
 <h2>Scope</h2>
 
-<p>The goals of the Eclipse Smart Home project can be summarized as:</p>
+<p>The goals of the Eclipse SmartHome project can be summarized as:</p>
 <ol>
 	<li>Provide a flexible framework for smart home and ambient assisted living (AAL) solutions. This framework
 	focuses on the use cases of this domain, e.g. on easy automation and visualization aspects.</li>
 	<li>Specify extension points for integration possibilities and higher-level services. Extending and thus
 	customizing the solution must be as simple as possible and this requires concise and dedicated interfaces.</li>
 	<li>Provide implementations of extensions for relevant systems, protocols or standards. Many of them can
-	be useful to many Smart Home solutions, so this project will provide a set of extensions that can be included
+	be useful to many smart home solutions, so this project will provide a set of extensions that can be included
 	if desired. They can also be in the shape of a general Java library or an OSGi bundle, so that these
 	implementations can be used independently of the rest of the project as well.</li>
 	<li>Provide a development environment and tools to foster implementations of extensions. The right tooling can
@@ -88,7 +88,7 @@
 
 <h2>Description</h2>
 
-<p>The Eclipse Smart Home project is a framework that allows building Smart Home solutions that have a strong focus on
+<p>The Eclipse SmartHome project is a framework that allows building smart home solutions that have a strong focus on
 heterogeneous environments, i.e. solutions that deal with the integration of different protocols or standards. Its
 purpose is to provide a uniform access to devices and information and to facilitate different kinds of interactions
 with them. This framework consists out of a set of OSGi bundles that can be deployed on an OSGi runtime and which
@@ -103,7 +103,7 @@
 <ul>
 <li><strong>Data Handling</strong>
 	<ul>
-		<li><strong>Type System:</strong> A basic but extensible type system for Smart Home data and commands
+		<li><strong>Type System:</strong> A basic but extensible type system for smart home data and commands
 		that provides a common ground for an abstracted data and device access.</li>
 		<li><strong>Data Registry:</strong> Keeps track of data point instances and their values.</li>
 		<li><strong>Event Mechanism:</strong> Passes data and operations asynchronously in a loosly coupled way
@@ -143,7 +143,7 @@
 	</ul>
 </li>
 </ul>
-<p>Besides the runtime framework and implementation, the Eclipse Smart Home projects also provides different kinds
+<p>Besides the runtime framework and implementation, the Eclipse SmartHome projects also provides different kinds
 of tools and samples:</p>
 <ul>
 	<li>Eclipse editors for editing configuration models and rules. These provide full IDE support, such
@@ -163,7 +163,7 @@
 
 <h2>Why Eclipse?</h2> 
 
-<p>Targeting the vertical market of Smart Homes, this project fits nicely into the recent activities around IoT/M2M.</p>
+<p>Targeting the vertical market of smart homes, this project fits nicely into the recent activities around IoT/M2M.</p>
 
 <p>Besides this, Eclipse provides many projects that are a perfect fit for this project (and which are in fact used
 by the initial contribution):</p>
@@ -179,14 +179,14 @@
 	<li>Concierge: a small-footprint OSGi container optimized for embedded devices can be an interesting alternative
 	to Equinox when being used on constrained devices.</li>
 	<li>Kura: Lower level services offered by Kura, such as I/O connectivity, remote management and configuration can
-	perfectly complement the Eclipse Smart Home stack.
+	perfectly complement the Eclipse SmartHome stack.
 	<li>Paho: As an MQTT extension is planned as a communication channel, Paho is the natural choice here.</li>
-	<li>Ponte: Ponte can be used as a uniform way of binding custom M2M devices and solutions to the Smart Home.</li>
+	<li>Ponte: Ponte can be used as a uniform way of binding custom M2M devices and solutions to the smart home.</li>
 </ul>
 
 <h2>Initial Contribution</h2>
 
-The initial contribution of the Eclipse Smart Home project will be a large subset of the current code of
+The initial contribution of the Eclipse SmartHome project will be a large subset of the current code of
 openHAB (open Home Automation Bus). In particular:
 <ul>
 	<li>Source code for all mentioned interfaces and services of the framework</li>
@@ -203,7 +203,7 @@
 the Eclipse legal review process to make sure that they are eligible for contribution.</p>
 
 <p>Many of the existing extensions (bindings, actions, etc.) include third-party libraries that might not be moved to
-Eclipse. As a result, only a small subset of these extensions will be contributed to the Eclipse Smart Home project
+Eclipse. As a result, only a small subset of these extensions will be contributed to the Eclipse SmartHome project
 while the rest will stay within the openHAB project.</p>
 
 <h2>Committers</h2>
@@ -251,7 +251,7 @@
 
 <h2>Project Scheduling</h2>
 
-Eclipse Smart Home aims at the initial contribution to be completed by the end of 2013.
+Eclipse SmartHome aims at the initial contribution to be completed by the end of 2013.
 A first release is planned early 2014, mainly based on the refactored initial contribution.
 
 <h2>Changes to this Document</h2>
@@ -286,6 +286,7 @@
 	<tr>
 		<td>17-October-2013</td>
 		<td>Added further interested parties</td>
+		<td>Changed project name from Smart Home to SmartHome</td>
 	</tr>
 </table>
 </body>