diff options
Diffstat (limited to '')
-rw-r--r-- | site/templates/TUSCANY_confluence_html_export.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/site/templates/TUSCANY_confluence_html_export.xml b/site/templates/TUSCANY_confluence_html_export.xml index 9037647617..fee5c3bda1 100644 --- a/site/templates/TUSCANY_confluence_html_export.xml +++ b/site/templates/TUSCANY_confluence_html_export.xml @@ -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>
|