]> granicus.if.org Git - fcron/blob - doc/en/fcron-doc.sgml
232b92a48da127508fd4829a145f52420468c4a5
[fcron] / doc / en / fcron-doc.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!ENTITY % decl SYSTEM "fcron-doc.mod">
4 %decl;
5
6 ]>
7
8 <!-- 
9 Fcron documentation
10 Copyright 2000-2012 Thibault Godouet <fcron@free.fr>
11 Permission is granted to copy, distribute and/or modify this
12 document under the terms of the GNU Free Documentation License,
13 Version 1.1 or any later version published by the Free Software
14 Foundation.
15 A copy of the license is included in gfdl.sgml.
16 -->
17
18
19 <book lang="en" id="fcron-doc">
20     <bookinfo id="bookinfo">
21         <title>Fcron documentation</title>
22         <date>&date;</date>
23         <releaseinfo>Fcron &version; <![%devrelease; [
24 (<emphasis>development</emphasis> release)]]></releaseinfo>
25         <authorgroup>
26             <author>
27                 <firstname>Thibault</firstname>
28                 <surname>Godouet</surname>
29             </author>
30         </authorgroup>
31         <copyright>
32             <year>&copyrightdate;</year>
33             <holder>Thibault Godouet</holder>
34         </copyright>
35         <legalnotice id="legalnotice">
36             <para><citetitle>Fcron documentation</citetitle> Copyright &copy;
37 &copyrightdate; Thibault Godouet, &email;</para>
38             <para>Permission is granted to copy, distribute and/or modify this
39 document under the terms of the GNU Free Documentation License, Version 1.1 or
40 any later version published by the Free Software Foundation; with the Back-Cover
41 Texts being <!-- ulink hack because this legal notice gets diverted --> <ulink
42 url="#backcover">Back Cover Text</ulink>. A copy of the license is included in
43 <xref linkend="fdl">.</para>
44         </legalnotice>
45
46         <abstract>
47             <para>&Fcron; is distributed under GPL license (please read the
48 license in <xref linkend="gpl">).</para>
49             <para>Project home page: &webpage;</para>
50             <para>Author: Thibault GODOUET &email;</para>
51         </abstract>
52         <abstract>
53             <para>You can get the latest HTML version of this document at:
54 &docurlEN; . The SGML DocBook sources are included with fcron packages.</para>
55         </abstract>
56
57         <![%devrelease; [ 
58         <abstract>
59             <para>
60                 <warning>
61                     <para>This release (&version;) - as every version of the
62 form x.y.z where y is an odd number -, is a <emphasis>development</emphasis>
63 release, so it may contain more bugs (and uglier ones :)) ) than a stable
64 release.
65                     </para>
66                 </warning>
67             </para>
68         </abstract>
69         ]]>
70     </bookinfo>
71
72     <chapter id="how-and-why">
73         <title>Fcron: how and why?</title>
74         <para>This chapter will explain you what is &fcron;, why you should need
75 it, and how to install it.</para>
76         &about;
77         &install;
78         &changes;
79         &relnotes;
80         &todo;
81         &thanks;
82     </chapter>
83
84     <chapter id="using-fcron">
85         <title>Using fcron ...</title>
86         <sect1 id="manpages">
87             <title>Manual pages of fcron</title>
88             <para>This section contains the manual pages, which tell you how to use &fcron;.</para>
89             &fcron.8;
90             &fcron.conf.5;
91             &fcrontab.1;
92             &fcrontab.5;
93             &fcrondyn.1;
94         </sect1>
95         &faq;
96     </chapter>
97
98     &gpl;
99     &fdl;
100 </book>
101
102 <!-- Keep this comment at the end of the file
103 Local variables:
104 mode: sgml
105 sgml-indent-data:nil
106 sgml-local-ecat-files:("psgml-ecat.file")
107 End:
108 -->