New and Noteworthy for 3.13
diff --git a/releases/3.13/NewAndNoteworthy/index.html b/releases/3.13/NewAndNoteworthy/index.html
new file mode 100644
index 0000000..4054148
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/index.html
@@ -0,0 +1,29 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link type="text/css" href="../../default_style.css" rel="stylesheet"><link type="text/css" href="../../webtools/wtp.css" rel="stylesheet"><title>Eclipse WTP 3.8 News</title></head><body><table border="0" cellpadding="2" cellspacing="5" width="100%"><tbody><tr><td align="left" width="60%"><font class="indextop">Eclipse Web Tools Platform 3.8 - New and Noteworthy</font><br><font class="indexsub">Eclipse WTP 3.8 News</font></td><td width="40%"><img src="../../webtools/images/wtplogosmall.jpg" align="middle" height="129" hspace="50" width="207" alt="WTP Logo" usemap="logomap"><map id="logomap" name="logomap"><area coords="0,0,207,129" href="/webtools/" alt="WTP Home"></map></td></tr></tbody></table><table border="0" cellpadding="2" cellspacing="5" width="100%"><col width="16"><col width="*"><tbody><tr><td align="right" valign="top">

+                &nbsp;

+            </td><td valign="top"><p>

+ Here are some of the more noteworthy features available in WTP 3.8,

+ also available as part of the

+ <a href="http://eclipse.org/neon/">Neon</a>

+ <a href="https://wiki.eclipse.org/Simultaneous_Release">Simultaneous Release</a>

+ (June 22th, 2016).

+ <a href="http://download.eclipse.org/webtools/downloads/">Download</a>

+		it now!

+	</p></td></tr><tr><td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font color="#ffffff" face="Arial,Helvetica">Projects</font></b></td></tr><tr><td align="right" valign="top">

+                &nbsp;

+            </td><td valign="top"><ul> 

+ 			<li> 

+ 				<a href="jsdt.php">Javascript Tools</a> 

+ 			</li>   

+ 			<li> 

+ 				<a href="sourceediting.php">Source Editor Tools</a> 

+ 			</li>  

+ 		</ul></td></tr><tr><td align="right" valign="top">

+                &nbsp;

+            </td><td valign="top"><p>

+			Summaries for earlier builds:

+			<ul>

+				<li>

+					<a href="../../../development/news/">Full summaries for earlier milestones and releases.</a>

+				</li>

+			</ul>

+		</p></td></tr></tbody></table></body></html>
\ No newline at end of file
diff --git a/releases/3.13/NewAndNoteworthy/index.php b/releases/3.13/NewAndNoteworthy/index.php
new file mode 100644
index 0000000..9298677
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/index.php
@@ -0,0 +1,28 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+$pageKeywords	= "";
+$pageAuthor		="Ugur Yildirim @ Eteration A.S.";
+
+$root = $_SERVER['DOCUMENT_ROOT'];
+require_once ($root . '/webtools/common.php');
+
+# Generate the web page
+// Load the XML source
+$xml = DOMDocument::load('index.xml');
+
+//Set the page title
+$xpath = new DOMXPath($xml);
+$titleNode = $xpath->query("/html/head/title")->item(0);
+$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page";
+
+// Load the XSL source
+$xsl = DOMDocument::load($root . '/webtools/wtpnova.xsl');
+
+// Configure the transformer
+$proc = new XSLTProcessor;
+$proc->importStyleSheet($xsl); // attach the xsl rules
+
+$html = $proc->transformToXML($xml);
+$html .= $wtpTopButtons;
+
+$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/releases/3.13/NewAndNoteworthy/index.xml b/releases/3.13/NewAndNoteworthy/index.xml
new file mode 100644
index 0000000..bf6b6a8
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/index.xml
@@ -0,0 +1,35 @@
+<html>
+	<head>
+		<title>Eclipse WTP 3.13 News</title>
+	</head>
+	<body>
+		<h1>Eclipse Web Tools Platform 3.13 - New and Noteworthy</h1>
+	<p>
+ Here are some of the more noteworthy features available in WTP 3.13,
+ also available as part of the
+ <a href="https://wiki.eclipse.org/Category:SimRel-2019-03">2019-03</a>
+ <a href="https://wiki.eclipse.org/Simultaneous_Release">Simultaneous Release</a >
+ (March 20th, 2019).
+ <a href="http://download.eclipse.org/webtools/downloads/">Download</a>
+		it now!
+	</p>
+		<h2>Projects</h2>
+		<ul> 
+ 			<li> 
+ 				<a 
+ 					href="sourceediting.php" 
+ 				>Source Editing</a> 
+ 			</li>  
+ 		</ul>
+		<p>
+			Summaries for earlier releases:
+			<ul>
+				<li>
+					<a
+						href="../../../development/news/"
+					>Full summaries for earlier milestones and releases.</a>
+				</li>
+			</ul>
+		</p>
+	</body>
+</html>
diff --git a/releases/3.13/NewAndNoteworthy/sourceediting.html b/releases/3.13/NewAndNoteworthy/sourceediting.html
new file mode 100644
index 0000000..d4cb57e
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/sourceediting.html
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?><release name="3.8" root="../../..">

+

+	

+<component name="JSON">

+	<item title="JSON Editor">

+			<description>

+				<br/>

+				<br/>

+				<img src="sourceediting/json_editor.png" alt="JSON Editor"/>

+				<br/>

+				<br/>

+				The JSON Editor provides support to edit some well-known JSON files like: package.json, bower.json, .bowerrc and .jshintrc.

+				<br/>

+				This support includes the following features:

+				<ul>

+				<li>Syntax Coloring which can be customized with preferences.</li>

+				<li>An Outline Tree view.</li>

+				<li>Text hover on JSON Objects/Array keys and values.</li>

+				<li>Text folding on JSON Objects and Arrays.</li>

+				<li>Editor extensions for custom hyperlinks, json schema validation, and hover help</li>

+				</ul>

+			

+			</description>

+		</item>

+</component>

+

+</release>
\ No newline at end of file
diff --git a/releases/3.13/NewAndNoteworthy/sourceediting.php b/releases/3.13/NewAndNoteworthy/sourceediting.php
new file mode 100644
index 0000000..17262dc
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/sourceediting.php
@@ -0,0 +1,28 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+$pageKeywords	= "";
+$pageAuthor		="Ugur Yildirim @ Eteration A.S.";
+
+$root = $_SERVER['DOCUMENT_ROOT'];
+require_once ($root . '/webtools/common.php');
+
+# Generate the web page
+// Load the XML source
+$xml = DOMDocument::load('sourceediting.xml');
+
+//Set the page title
+$xpath = new DOMXPath($xml);
+$titleNode = $xpath->query("/release/attribute::name")->item(0);
+$pageTitle = ($titleNode != null) ? "Web Tools Platform " . $titleNode->nodeValue . " News" : "eclipse.org webtools page";
+
+// Load the XSL source
+$xsl = DOMDocument::load($root . '/webtools/development/news/phoenix_noteworthy.xsl');
+
+// Configure the transformer
+$proc = new XSLTProcessor;
+$proc->importStyleSheet($xsl); // attach the xsl rules
+
+$html = $proc->transformToXML($xml);
+$html .= $wtpTopButtons;
+
+$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/releases/3.13/NewAndNoteworthy/sourceediting.xml b/releases/3.13/NewAndNoteworthy/sourceediting.xml
new file mode 100644
index 0000000..fec969a
--- /dev/null
+++ b/releases/3.13/NewAndNoteworthy/sourceediting.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="../../../development/news/new_and_noteworthy.xsl"?>
+<release
+	name="3.13"
+	root="../../.."
+>
+
+	<!--
+		<component name="component name, such as Server Tools">
+		<item title="item title can go here">
+			<title>item title can also go here</title>
+		<description>description of this new feature, preferably with cropped .pngs (800px wide or less) of the UI</description>
+		</item>
+		</component>
+	-->
+<component name="JSON">
+	<item title="JDK11">
+			<description>Incompatibilities with using JDK11 to launch Eclipse have been fixed.</description>
+		</item>
+</component>
+<component name="Web">
+	<item title="Allow for more attribute names used by popular toolkits">
+			<description>
+				<br />
+				<br/>
+				<img src="sourceediting/vue.png"
+				alt="Vue Starter in the HTML Editor" />
+				<br/>
+				<br/>
+				The HTML and JSP Editors are now even more flexible in what is considered an attribute name.
+				<br/>
+			</description>
+		</item>
+</component>
+
+</release>