Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c845b08

Browse files
author
Charles Ma
committed
ENH refs #198 Improved demo
1 parent bc0d58b commit c845b08

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

core/controllers/components/DemoComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public function reset()
7575
$applicationConfig['global']['demomode'] = true;
7676
$applicationConfig['global']['environment'] = 'development';
7777
$applicationConfig['global']['application.name'] = 'MIDAS - Demo';
78-
$applicationConfig['global']['application.description'] = '';
79-
$applicationConfig['global']['application.keywords'] = '';
78+
$applicationConfig['global']['application.description'] = 'MIDAS integrates multimedia server technology with Kitware?s open-source data analysis and visualization clients. The server follows open standards for data storage, access and harvesting';
79+
$applicationConfig['global']['application.keywords'] = 'demonstration, data management, visualization';
8080

8181
$enabledModules = array('visualize', 'oai', 'metadataextractor', 'api', 'scheduler', 'thumbnailcreator', 'statistics');
8282

core/layouts/layout.phtml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ echo $this->doctype()
1818
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1919
<title><?php echo $this->title ?></title>
2020

21-
<meta name="Description" content="<?php echo htmlentities($this->metaDescription)?>" />
22-
<meta name="Keywords" content="<?php echo htmlentities($this->metaKeywords)?>" />
21+
<meta name="description" content="<?php echo htmlentities($this->metaDescription)?>" />
22+
<meta name="keywords" content="<?php echo htmlentities($this->metaKeywords)?>" />
23+
<meta name="robots" content="index, follow, all" />
2324
<noscript>
2425
<meta http-equiv="refresh" content="1; URL=<?php echo $this->webroot?>/index/nojs">
2526
</noscript>
@@ -79,7 +80,7 @@ echo $this->doctype()
7980
<div class="TopbarLeft">
8081
<ul>
8182
<li class="first">
82-
<a href="http://www.kitware.com/products/midas.html" >MIDAS</a>
83+
<a href="http://www.kitware.com/midasindex.html" >MIDAS</a>
8384
</li>
8485
<li>
8586
<a href="http://www.kitware.com" >Kitware</a>

0 commit comments

Comments
 (0)