diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-06 00:26:44 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-06 00:26:44 +0000 |
commit | 6b9023c20c2d62f393da36e3670d7bc15ca01e18 (patch) | |
tree | d59fb798376fa155380e18074ac25079d42f9afe /site | |
parent | 705fbcf6f1d604dbcb008d355c5f50775ffe9107 (diff) |
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
Diffstat (limited to 'site')
-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>
|