Added host name validation details and reformat page.
diff --git a/newNoteworthy/neon/485697-HostnameAvailable.png b/newNoteworthy/neon/485697-HostnameAvailable.png
new file mode 100644
index 0000000..fd0789e
--- /dev/null
+++ b/newNoteworthy/neon/485697-HostnameAvailable.png
Binary files differ
diff --git a/newNoteworthy/neon/index.html b/newNoteworthy/neon/index.html
index 550ba36..2c3561d 100644
--- a/newNoteworthy/neon/index.html
+++ b/newNoteworthy/neon/index.html
@@ -1,5 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="ISO-8859-1">
<title>New and Noteworthy for Eclipse Tools for Cloud Foundry, 1.0 (Neon)</title>
-
+</head>
+<body>
<h1>New and Noteworthy for Eclipse Tools for Cloud Foundry, 1.0 (Neon)</h1>
This documents highlight the new changes on Eclipse Tools for Cloud Foundry (CFT) in this release.
@@ -12,9 +17,31 @@
A couple of general and usability improvements have been introduced in this release:
-<ul>
- <li>Host name conflict detection has been added to the deployment dialog to avoid host name conflict error when deploying applications</li>
- <li>Publishing improvements for projects in source control and added support for publish operation cancellation</li>
- <li>Improved Spring Boot and general Standalone Java packaging</li>
- <li>Bug fixes</li>
-</ul>
+ <ul>
+ <li>
+ <b>Host name conflict detection has been added to the deployment
+ dialog to avoid host name conflict error when deploying applications</b>
+ <p>When the deployment wizard is launched during a publish operation,
+ the initial host name is automatically validated. If there is a
+ conflict, the wizard will suggest a new application name and matching
+ host name, by appending an integer to the name, until an available
+ host name is found.</p>
+ <p>On the Launch deployment page, where it shows the host
+ name and deployed URL, a new <i>Validate</i> button is added. Click the <i>Validate</i>
+ button to initiate host name taken validation.</p>
+ <p>
+ <img width=662 height=432 src="485697-HostnameAvailable.png">
+ </p>
+ </li>
+ <li><b>Other improvements include:</b>
+ <p/>
+ <ul>
+ <li>Publishing improvements for projects in source control and added support for publish operation cancellation</li>
+ <li>Improved Spring Boot and general Standalone Java packaging</li>
+ <li>Bug fixes</li>
+ </ul>
+ </li>
+ </ul>
+
+</body>
+</html>
\ No newline at end of file