blob: b92069cb7f68eae1cef7cc01349acc638f6ac9dd [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>
<!-- YUI Grid based Roller theme -->
<id>fauxcoly</id>
<name>Fauxcoly</name>
<author>Dave Johnson</author>
<description>Theme built on the Yahoo! User Interface (YUI) library.</description>
<!-- theme preview image -->
<preview-image path="fauxcoly-preview.png" />
<!-- stylesheet -->
<stylesheet>
<name>custom.css</name>
<description>Custom style sheet</description>
<link>custom.css</link>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>custom_css.vm</contentsFile>
</rendition>
</stylesheet>
<!-- templates -->
<template action="weblog">
<name>Weblog</name>
<description>Main page of weblog</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>weblog.vm</contentsFile>
</rendition>
</template>
<template action="permalink">
<name>Entry</name>
<description>Page for one weblog entry</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>entry.vm</contentsFile>
</rendition>
</template>
<template action="tagsIndex">
<name>TagsIndex</name>
<description>Tag index page</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>tags_index.vm</contentsFile>
</rendition>
</template>
<template action="search">
<name>Search</name>
<description>Search results page</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>search.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>_day</name>
<description>One day's worth of entries</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>day.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>Archives</name>
<description>Calendar browser and links to latest entries</description>
<link>archives</link>
<navbar>true</navbar>
<hidden>false</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>archives.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>standard_head</name>
<description>Contents of HTML head</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>std_head.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>standard_header</name>
<description>Displayed in header of each page</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>std_header.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>standard_footer</name>
<description>For footer of each page</description>
<navbar>false</navbar>
<hidden>true</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>std_footer.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>style.css</name>
<description>Base stylesheet for theme</description>
<link>style.css</link>
<navbar>false</navbar>
<hidden>false</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>style_css.vm</contentsFile>
</rendition>
</template>
<template action="custom">
<name>searchhi.js</name>
<description>3rd party script for search term highlighting</description>
<link>searchhi.js</link>
<navbar>false</navbar>
<hidden>false</hidden>
<contentType>text/html</contentType>
<rendition>
<templateLanguage>velocity</templateLanguage>
<contentsFile>searchhi.js</contentsFile>
</rendition>
</template>
<resource path="css/cssgrids-min.css" />
<resource path="images/faux-columns-950.png" />
<resource path="images/background-950x250.png" />
<resource path="icons/asf-logo.png" />
<resource path="icons/comment.gif" />
<resource path="icons/delicious.gif" />
<resource path="icons/digman.gif" />
<resource path="icons/facebook-logo.png" />
<resource path="icons/feed-icon-14x14.png" />
<resource path="icons/feed-icon-28x28.png" />
<resource path="icons/flickr-icon.png" />
<resource path="icons/icon_clock.gif" />
<resource path="icons/linkedin-logo.jpg" />
<resource path="icons/page_white.png" />
<resource path="icons/page_white_acrobat.png" />
<resource path="icons/slashdot-13x13.png" />
<resource path="icons/tag_blue.png" />
<resource path="icons/technorati-16x15.png" />
<resource path="icons/twitter-icon.png" />
</weblogtheme>