<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Welcome to MyProj</title>
+ <title>Welcome to the KiSS crawler</title>
</header>
<body>
<section id="overview">
- <title>Congratulations</title>
- <p>You have successfully generated and rendered an <a
- href="ext:forrest">Apache Forrest</a> site.
- This page is from the site template. It is found in
- <code>src/documentation/content/xdocs/index.xml</code>
- Please edit it and replace this text with content of your own.</p>
- </section>
-
- <section id="examples">
- <title>Using examples as templates</title>
+ <title>Overview</title>
+
+ <p>
+ In 2005, <a href="site:links/kiss">KiSS</a> introduced the ability
+ to schedule recordings on KiSS hard disk recorder (such as the
+ DP-558) through a web site on the internet. When a new recording is
+ scheduled through the web site, the KiSS recorder finds out about
+ this new recording by polling a server on the internet.
+ This is a really cool feature since it basically allows programming
+ the recorder when away from home.
+ </p>
<p>
- This demo site has many examples. See the menu at the left.
- The sources for these examples are in the directory
- <code>src/documentation/content/xdocs/</code>
+ After using this feature for some time now, I started noticing regular
+ patterns. Often you are looking for the same programs and for certain
+ types of programs. So, wouldn't it be nice to have a program
+ do this work for you and automatically record programs and notify you
+ of possibly interesting ones.
</p>
<p>
- The sources for the Apache Forrest website are also included
- in your distribution at <code>$FORREST_HOME/site-author/</code>
+ This is where the KiSS crawler comes in. This is a simple crawler which
+ logs on to the KiSS electronic programme guide web site and gets
+ programme information from there. Then based on that it automatically
+ records programs for you or sends notifications about interesting ones.
</p>
- <p>You can also extend the functionality of Forrest via
- <a href="site:plugins">plugins</a>,
- these will often come with more samples for you to out.</p>
</section>
+
+ <section>
+ <title>Configuring the crawler</title>
+ </section>
+
+ <section>
+ <title>Installing and running the crawler</title>
+ </section>
+
+ <section id="examples">
+ <title>Examples</title>
+
+ </section>
+
</body>
</document>
information tells you how to change that.
-->
<about label="About">
- <index label="Index" href="index.html" description="Welcome to MyProj"/>
+ <index label="Index" href="index.html" description="Welcome to the KiSS crawler"/>
</about>
- <samples label="Samples" href="samples/" tab="samples">
+ <!-- samples label="Samples" href="samples/" tab="samples">
<index href="index.html"/>
<sample label="Apache doc v2.0" href="sample.html"
description="A nonsense document using all possible elements in the current document v2.0">
<index label="Index" href="index.html"
description="Page generated from a sub-directory"/>
</subdir>
- </samples>
+ </samples -->
- <plugins label="Plugins" href="pluginDocs/plugins_0_70/" tab="plugins">
+ <!-- plugins label="Plugins" href="pluginDocs/plugins_0_70/" tab="plugins">
<index label="Index" href="index.html" description="List of plugins available for Forrest"/>
- </plugins>
+ </plugins -->
<files>
<hello_print href="hello.pdf" />
<test1 href="test1.html" />
</files>
+
+
<!--
The href must be wholesite.html/pdf You can change the labels and node names
<whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
</all>
-->
+
+ <links>
+ <kiss href="http://www.kiss-technology.com"/>
+ </links>
<external-refs>
<forrest href="http://forrest.apache.org/">
-->
<tab id="" label="Home" dir="" indexfile="index.html"/>
- <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">
+
+
+ <!-- tab id="samples" label="Samples" dir="samples" indexfile="sample.html">
<tab id="samples-index" label="Index" dir="samples" indexfile="index.html"/>
<tab id="samples-sample2" label="Sample2" dir="samples" indexfile="static.html"/>
- </tab>
- <tab label="Apache XML Projects" href="http://xml.apache.org">
+ </tab -->
+ <!-- tab label="Apache XML Projects" href="http://xml.apache.org">
<tab label="Forrest" href="http://forrest.apache.org"/>
<tab label="Xerces" href="http://xml.apache.org/xerces"/>
- </tab>
- <tab id="plugins" label="Plugins" dir="pluginDocs/plugins_0_70" indexfile="index.html"/>
+ </tab -->
+ <!-- tab id="plugins" label="Plugins" dir="pluginDocs/plugins_0_70" indexfile="index.html"/ -->
<!-- Add new tabs here, eg:
<tab label="How-Tos" dir="community/howto/"/>
<tab label="XML Site" dir="xml-site/"/>
<!-- mandatory project logo
default skin: renders it at the top -->
- <project-name>MyProject</project-name>
- <project-description>MyProject Description</project-description>
- <project-url>http://myproj.mygroup.org/</project-url>
+ <project-name>KiSS Crawler</project-name>
+ <project-description>Automatic recording for KiSS harddisk recorders</project-description>
+ <project-url>http://wamblee.org/crawler/kiss/</project-url>
<project-logo>images/project.png</project-logo>
<!-- Alternative static image:
<project-logo>images/project-logo.gif</project-logo> -->
<!-- optional group logo
default skin: renders it at the top-left corner -->
- <group-name>MyGroup</group-name>
- <group-description>MyGroup Description</group-description>
- <group-url>http://mygroup.org</group-url>
+ <group-name>wamblee.org</group-name>
+ <group-description></group-description>
+ <group-url>http://wamblee.org</group-url>
<group-logo>images/group.png</group-logo>
<!-- Alternative static image:
<group-logo>images/group-logo.gif</group-logo> -->
<favicon-url></favicon-url>
<!-- The following are used to construct a copyright statement -->
- <year>2005</year>
- <vendor>The Acme Software Foundation.</vendor>
+ <year>2006</year>
+ <vendor>wamblee.org</vendor>
<!-- The optional copyright-link URL will be used as a link in the
copyright statement
<copyright-link>http://www.apache.org/licenses/</copyright-link>
directory.
-->
<trail>
- <link1 name="myGroup" href="http://www.apache.org/"/>
- <link2 name="myProject" href="http://forrest.apache.org/"/>
- <link3 name="" href=""/>
+ <link1 name="wamblee.org" href="http://wamblee.org/"/>
+ <link2 name="utils" href="http://wamblee.org/utils"/>
+ <link3 name="KiSS crawler" href="http://wamblee.org/kisscrawler"/>
</trail>
<!-- Configure the TOC, i.e. the Table of Contents.