Adding description and keywords metadata to tuscany pages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
705fbcf6f1
commit
6b9023c20c
1 changed files with 9 additions and 2 deletions
|
@ -38,7 +38,12 @@
|
|||
$content
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
##
|
||||
#macro (generateKeywords)
|
||||
<META name="description" content="Apache Tuscany"/>
|
||||
<META name="keywords" content="apache, apache tuscany, tuscany, service, services, fabric, soa, service oriented architecture, sca, service component architecture, das, sdo, csa, ruby, opensource"/>
|
||||
#end
|
||||
##
|
||||
#macro (topNav)
|
||||
<table valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg">
|
||||
|
@ -125,7 +130,9 @@
|
|||
#end
|
||||
##
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
#generateKeywords()
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="http://tuscany.apache.org/stylesheets/default.css">
|
||||
<link rel="SHORTCUT ICON" href="$images/favicon.ico">
|
||||
<title>$page.title : Apache Tuscany</title>
|
||||
|
|
Loading…
Reference in a new issue