blob: 4961d029c120481006dd58ea97ade81ad4d9db26 [file] [log] [blame]
-#
-# Copyright (C) 2009-2010 the original author or authors.
-# See the notice.md file distributed with this work for additional
-# information regarding copyright ownership.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-@ var body: String
-@ var title : String = "Apache Karaf ${pom.version} Guide"
- response.setContentType("text/html")
-# Only include the console if it's available and the engine is in dev mode.
- val include_console = engine.isDevelopmentMode && engine.resourceLoader.exists("/org/fusesource/scalate/console/console_head.scaml")
!!! Basic
%html(lang="en")
%head
%meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
%meta(name="description" content="Apache ServiceMix - An open-source integration container")
%meta(name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus,felix,karaf,camel")
%meta(name="author" content="The Apache ServiceMix Team")
- if (include_console)
= include("/org/fusesource/scalate/console/console_head.scaml")
%link(href={uri("/css/style.css")} rel="stylesheet" type="text/css")
%link(href={uri("/css/pygmentize.css")} rel="stylesheet" type="text/css")
%link(href={uri("/css/downloads.css")} rel="stylesheet" type="text/css")
- if (include_console)
%link(href={uri("/css/scalate/console.css")} rel="stylesheet" type="text/css")
%title
= title
:javascript
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-398545-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
%body
%table{:width => "100%", :cellpadding => "0", :cellspacing => "0"}
%tr{:width => "100%"}
%td#cell-0-0{:colspan => "2"}
 
%td#cell-0-1
 
%td#cell-0-2{:colspan => "2"}
 
%tr{:width => "100%"}
%td#cell-1-0
 
%td#cell-1-1
 
%td#cell-1-2
%div{:style => "padding: 5px;"}
#banner
%table{:border => "0", :cellpadding => "0", :cellspacing => "0", :width => "100%"}
%tr
%td{:align => "left", :class => "topbardiv", :nowrap => ""}
%a{:href => "http://servicemix.apache.org/", :title => "Apache ServiceMix - open-source integration server"}
%img{:border => "0", :src => {uri("/images/servicemix-logo.png")}, :width => "400px"}
%td{:align => "right"}
%a{:href => "http://www.apache.org/", title => "The Apache Sofware Foundation"}
%img{:border => "0", :height => "60", :src => {uri("/images/asf-logo.png")}}
#top-menu
%table{:border => "0", :cellpadding => "1", :cellspacing => "0", :width => "100%"}
%tr
%td
%div{:align => "left"}
%td
%div{:align => "right"}
= include("/site/quicklinks.page")
%td#cell-1-3
 
%td#cell-1-4
 
%tr{:width => "100%"}
%td#cell-2-0{:colspan => "2"}
 
%td#cell-2-1
%table
%tr{:height => "100%", :valign => "top"}
%td{:height => "100%"}
#wrapper-menu-page-right
#wrapper-menu-page-top
#wrapper-menu-page-bottom
#menu-page
= include("/site/navigation.page")
%td{:height =>"100%", :width => "100%"}
.wiki-content
!~~ body
%td#cell-2-2{:colspan => "2"}
 
%tr{:width => "100%"}
%td#cell-3-0
 
%td#cell-3-1
 
%td#cell-3-2
#footer
#site-footer
© 2008-2017 The Apache Software Foundation -
%a(href={uri("/privacy-policy.html")}) Privacy Policy
%br
Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
%td#cell-3-3
 
%td#cell-3-4
 
%tr{:width => "100%"}
%td#cell-4-0{:colspan => "2"}
 
%td#cell-4-1
 
%td#cell-4-2{:colspan => "2"}
 
- if (include_console)
= include("/org/fusesource/scalate/console/console.scaml")