blob: 210ffe9cff63e8e49678039f94045ca15bee5dc7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. The ASF licenses this file to You
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. For additional information regarding
copyright in this work, please see the NOTICE file in the top level
directory of this distribution.
-->
<weblogtheme>
<id>basicmobile</id>
<name>Basic Mobile</name>
<description>Sample as Basic theme but with mobile blogging built-in.</description>
<author>Roller Weblogger</author>
<!-- dualTheme: Maintain separate mobile & standard templates and stylesheets, default false,
not needed with responsive themes or where multi-device support is not a concern. -->
<dualTheme>true</dualTheme>
<!-- theme preview image -->
<preview-image path="basicmobile-preview.png" />
<!-- stylesheet -->
<stylesheet>
<name>basic-custom.css</name>
<description>Stylesheet for Basic theme</description>
<link>basic-custom.css</link>
<contentType>text/html</contentType>
<rendition type="standard">
<templateLanguage>velocity</templateLanguage>
<contentsFile>basic-custom.css</contentsFile>
</rendition>
<rendition type="mobile">
<contentsFile>basic-mobile-custom.css</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</stylesheet>
<!-- templates -->
<template action="weblog">
<name>Weblog</name>
<description>weblog</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition type="standard">
<templateLanguage>velocity</templateLanguage>
<contentsFile>weblog.vm</contentsFile>
</rendition>
<rendition type="mobile">
<contentsFile>weblog-mobile.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</template>
<template action="permalink">
<name>permalink</name>
<description>permalink</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition type="standard">
<contentsFile>permalink.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
<rendition type="mobile">
<contentsFile>permalink-mobile.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</template>
<template action="search">
<name>searchresults</name>
<description>searchresults</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition type="standard">
<contentsFile>searchresults.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
<rendition type="mobile">
<contentsFile>searchresults-mobile.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</template>
<template action="custom">
<name>_day</name>
<description>_day</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition type="standard">
<templateLanguage>velocity</templateLanguage>
<contentsFile>_day.vm</contentsFile>
</rendition>
<rendition type="mobile">
<contentsFile>_day-mobile.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</template>
<template action="custom">
<name>sidebar</name>
<description>sidebar</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition type="standard">
<contentsFile>sidebar.vm</contentsFile>
<templateLanguage>velocity</templateLanguage>
</rendition>
</template>
<!-- resources -->
<resource path="images/forward_mobile.png" />
</weblogtheme>