Skip to content

Commit 3811a8e

Browse files
committed
Unify HTML keywords metadata of build and overview websites
1 parent 7005d39 commit 3811a8e

7 files changed

Lines changed: 7 additions & 12 deletions

File tree

sites/eclipse/build/buildlogs/logs.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper metadata/keywords? -->
65
<title>RelEng Logs</title>
7-
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
87
<link rel="preconnect stylesheet" href="../../page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
98
<script src="../../page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
109
</head>

sites/eclipse/build/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper metadata/keywords? -->
65
<title>Eclipse Project Downloads</title>
7-
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
87
<link rel="preconnect stylesheet" href="../page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
98
<script src="../page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
109
</head>

sites/eclipse/build/reports.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper metadata/keywords? -->
65
<title>Reports</title>
7-
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
87
<link rel="preconnect stylesheet" href="../page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
98
<script src="../page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
109
</head>

sites/eclipse/build/testresults/logs.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper metadata/keywords? -->
65
<title>Test Logs</title>
7-
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
87
<link rel="preconnect stylesheet" href="../../page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
98
<script src="../../page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
109
</head>

sites/eclipse/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper title and metadata -->
65
<title>Eclipse Project Downloads</title>
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
77
<link rel="preconnect stylesheet" href="../page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
88
<script src="../page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
99
</head>

sites/equinox/build/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper metadata/keywords? -->
65
<title>Equinox Build</title>
7-
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
87
<link rel="preconnect stylesheet" href="../../eclipse/page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
98
<script src="../../eclipse/page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
109
</head>

sites/equinox/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33

44
<head>
5-
<!--TODO: set proper title and metadata -->
65
<title>Equinox Downloads</title>
6+
<meta name="keywords" content="eclipse,equinox,jdt,pde,swt,plug-ins,project,plugins,java,ide,free java ide,tools,platform,open source,development environment,development" />
77
<link rel="preconnect stylesheet" href="../../eclipse/page.css" /><!-- Replaced by a refernece to a contained copy on deployment -->
88
<script src="../../eclipse/page.js"></script><!-- Replaced by a refernece to a contained copy on deployment -->
99
</head>

0 commit comments

Comments
 (0)