Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24084/doc/reference/src
Added Files:
index.xml overview.xml quickstarts.xml
Log Message:
add initial quartrz integration support from Marko Lahma
--- NEW FILE: quickstarts.xml ---
<!--
/*
* Copyright 2002-2005 the original author or authors.
*
* 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.
*/
-->
<chapter id="quickstarts">
<title>Quickstarts</title>
<sect1>
<title>Introduction</title>
<para>
This chapter includes a grab bag of quickstart examples for using the
Spring.Scheduling.Quartz
</para>
</sect1>
<sect1>
<title>Sample Title</title>
<para>
Section 1 Paragraph
</para>
<sect2>
<title>Section 2</title>
<para>
Section 2 Paragraph
</para>
</sect2>
</sect1>
</chapter>
--- NEW FILE: overview.xml ---
<chapter id="introduction">
<title>Introduction</title>
<sect1 id="introduction-overview">
<title>Overview</title>
<para>
Intro Paragraph
</para>
</sect1>
</chapter>
--- NEW FILE: index.xml ---
<?xml version='1.0' encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"../../docbook/lib/docbook-dtd/docbookx.dtd"
[
<!ENTITY overview SYSTEM "overview.xml">
<!ENTITY quickstarts SYSTEM "quickstarts.xml">
]>
<book>
<bookinfo>
<title>The Spring.NET Framework</title>
<subtitle>Spring.Scheduling.Quartz Integration</subtitle>
<releaseinfo>Version 1.0.0</releaseinfo>
<pubdate>Last Updated May 5, 2006 - (Work in progress)</pubdate>
<authorgroup>
<author>
<firstname>Mark</firstname>
<surname>Pollack</surname>
</author>
<author>
<firstname>Bruno</firstname>
<surname>B</surname>
</author>
<author>
<firstname>Aleksandar</firstname>
<surname>Seovic</surname>
</author>
</authorgroup>
<legalnotice>
<para>
Copies of this document may be made for your own use and for
distribution to others, provided that you do not charge any fee for such
copies and further provided that each copy contains this Copyright
Notice, whether distributed in print or electronically.
</para>
</legalnotice>
</bookinfo>
<toc/>
&overview;
&quickstarts;
</book>
|