From 6567a1b3dac163c281c8f90665c484a9c49f45b0 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:34 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882842 13f79535-47bb-0310-9956-ffa450edef68 --- .../TUSCANY_DOC_2x_confluence_html_export.xml | 186 --------------------- site/templates/TUSCANY_confluence_html_export.xml | 158 ----------------- .../TUSCANY_DOC_2x_confluence_html_export.xml | 186 +++++++++++++++++++++ .../templates/TUSCANY_confluence_html_export.xml | 158 +++++++++++++++++ 4 files changed, 344 insertions(+), 344 deletions(-) delete mode 100644 site/templates/TUSCANY_DOC_2x_confluence_html_export.xml delete mode 100644 site/templates/TUSCANY_confluence_html_export.xml create mode 100644 site/trunk/templates/TUSCANY_DOC_2x_confluence_html_export.xml create mode 100644 site/trunk/templates/TUSCANY_confluence_html_export.xml (limited to 'site') diff --git a/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml b/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml deleted file mode 100644 index b8c55b37dd..0000000000 --- a/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml +++ /dev/null @@ -1,186 +0,0 @@ - -## -#set ($pageContentHeaderEnabled = false) -## -#macro (spacer $width $height) - ## - ## Note: Replaced the spacer.gif with a table because IE wont honor the image height - ## - ## - ## - - - - -
-#end -## -#macro (renderPage $title) - #set($globalHelper = $action.getGlobalHelper()) - #set($renderer = $globalHelper.getWikiStyleRenderer()) - - ## - ## FIXME: Must be a more efficient way to find a page... - ## - - #foreach ($child in $page.space.pages) - #if ($child.title.equals($title)) - #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) - - ## - ## HACK: Remove the leading

and trailing

- ## - - #set ($content = $content.substring(3, $content.length())) - #set ($end = $content.length() - 4) - #set ($content = $content.substring(0, $end)) - - $content - #end - #end -#end -## -#macro (generateKeywords) - - -#end -## - -#macro (topNav) - - - - - - - - - - - -
- - - - -   - -
- - -
-
- -#end - -## - -#macro (pageControls) - -
- - - - - -
- -#end - -## - -#macro (breadCrumbs) - - - - - - - -
-  $autoexport.breadcrumbs($page) - - Tuscany Home | User List | Dev List | Issue Tracker   -
-#end -## -#macro (pageOutline) -
Table of Contents
-
- #renderPage("Navigation") -
-#end -## -#macro (pageContent) -
- #if ($pageContentHeaderEnabled) - - #end - -
-
- $body -
-
-
-#end -## -#macro (footer) - ## Google Analytics script - - - - ## StatCounter script - website stats - -#end -## - - - #generateKeywords() - - - - $page.title : Apache Tuscany - - - - - - #topNav() - - #breadCrumbs() - - - - - - -
- #pageOutline() - - #pageContent() -
- - #footer() - - - \ No newline at end of file diff --git a/site/templates/TUSCANY_confluence_html_export.xml b/site/templates/TUSCANY_confluence_html_export.xml deleted file mode 100644 index fee5c3bda1..0000000000 --- a/site/templates/TUSCANY_confluence_html_export.xml +++ /dev/null @@ -1,158 +0,0 @@ - -## -#set ($pageContentHeaderEnabled = false) -## -#macro (spacer $width $height) - ## - ## Note: Replaced the spacer.gif with a table because IE wont honor the image height - ## - ## - ## - - - - -
-#end -## -#macro (renderPage $title) - #set($globalHelper = $action.getGlobalHelper()) - #set($renderer = $globalHelper.getWikiStyleRenderer()) - - ## - ## FIXME: Must be a more efficient way to find a page... - ## - - #foreach ($child in $page.space.pages) - #if ($child.title.equals($title)) - #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) - - ## - ## HACK: Remove the leading

and trailing

- ## - - #set ($content = $content.substring(3, $content.length())) - #set ($end = $content.length() - 4) - #set ($content = $content.substring(0, $end)) - - $content - #end - #end -#end -## -#macro (generateKeywords) - - -#end -## -#macro (topNav) - - - - - - - - - - - - -
- - - - -   - -
- - -
-
-#end -## -#macro (pageControls) -
- - -
-#end -## -#macro (breadCrumbs) - - - - - - -
-  $autoexport.breadcrumbs($page) - - User List | Dev List | Issue Tracker   -
-#end -## -#macro (pageContent) -
- #if ($pageContentHeaderEnabled) - - #end - -
-
- $body -
-
-
-#end -## -#macro (footer) - ## Google Analytics script - - - - ## StatCounter script - website stats - - -#end -## - - - #generateKeywords() - - - - $page.title : Apache Tuscany - - - - - #topNav() - - #breadCrumbs() - - - - - -
- #pageContent() -
- - #footer() - - - diff --git a/site/trunk/templates/TUSCANY_DOC_2x_confluence_html_export.xml b/site/trunk/templates/TUSCANY_DOC_2x_confluence_html_export.xml new file mode 100644 index 0000000000..b8c55b37dd --- /dev/null +++ b/site/trunk/templates/TUSCANY_DOC_2x_confluence_html_export.xml @@ -0,0 +1,186 @@ + +## +#set ($pageContentHeaderEnabled = false) +## +#macro (spacer $width $height) + ## + ## Note: Replaced the spacer.gif with a table because IE wont honor the image height + ## + ## + ## + + + + +
+#end +## +#macro (renderPage $title) + #set($globalHelper = $action.getGlobalHelper()) + #set($renderer = $globalHelper.getWikiStyleRenderer()) + + ## + ## FIXME: Must be a more efficient way to find a page... + ## + + #foreach ($child in $page.space.pages) + #if ($child.title.equals($title)) + #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) + + ## + ## HACK: Remove the leading

and trailing

+ ## + + #set ($content = $content.substring(3, $content.length())) + #set ($end = $content.length() - 4) + #set ($content = $content.substring(0, $end)) + + $content + #end + #end +#end +## +#macro (generateKeywords) + + +#end +## + +#macro (topNav) + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+ +#end + +## + +#macro (pageControls) + +
+ + + + + +
+ +#end + +## + +#macro (breadCrumbs) + + + + + + + +
+  $autoexport.breadcrumbs($page) + + Tuscany Home | User List | Dev List | Issue Tracker   +
+#end +## +#macro (pageOutline) +
Table of Contents
+
+ #renderPage("Navigation") +
+#end +## +#macro (pageContent) +
+ #if ($pageContentHeaderEnabled) + + #end + +
+
+ $body +
+
+
+#end +## +#macro (footer) + ## Google Analytics script + + + + ## StatCounter script + website stats + +#end +## + + + #generateKeywords() + + + + $page.title : Apache Tuscany + + + + + + #topNav() + + #breadCrumbs() + + + + + + +
+ #pageOutline() + + #pageContent() +
+ + #footer() + + + \ No newline at end of file diff --git a/site/trunk/templates/TUSCANY_confluence_html_export.xml b/site/trunk/templates/TUSCANY_confluence_html_export.xml new file mode 100644 index 0000000000..fee5c3bda1 --- /dev/null +++ b/site/trunk/templates/TUSCANY_confluence_html_export.xml @@ -0,0 +1,158 @@ + +## +#set ($pageContentHeaderEnabled = false) +## +#macro (spacer $width $height) + ## + ## Note: Replaced the spacer.gif with a table because IE wont honor the image height + ## + ## + ## + + + + +
+#end +## +#macro (renderPage $title) + #set($globalHelper = $action.getGlobalHelper()) + #set($renderer = $globalHelper.getWikiStyleRenderer()) + + ## + ## FIXME: Must be a more efficient way to find a page... + ## + + #foreach ($child in $page.space.pages) + #if ($child.title.equals($title)) + #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) + + ## + ## HACK: Remove the leading

and trailing

+ ## + + #set ($content = $content.substring(3, $content.length())) + #set ($end = $content.length() - 4) + #set ($content = $content.substring(0, $end)) + + $content + #end + #end +#end +## +#macro (generateKeywords) + + +#end +## +#macro (topNav) + + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+#end +## +#macro (pageControls) +
+ + +
+#end +## +#macro (breadCrumbs) + + + + + + +
+  $autoexport.breadcrumbs($page) + + User List | Dev List | Issue Tracker   +
+#end +## +#macro (pageContent) +
+ #if ($pageContentHeaderEnabled) + + #end + +
+
+ $body +
+
+
+#end +## +#macro (footer) + ## Google Analytics script + + + + ## StatCounter script + website stats + + +#end +## + + + #generateKeywords() + + + + $page.title : Apache Tuscany + + + + + #topNav() + + #breadCrumbs() + + + + + +
+ #pageContent() +
+ + #footer() + + + -- cgit v1.2.3