File: guide.sgml

package info (click to toggle)
cal3d 0.11.0-4.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,888 kB
  • sloc: cpp: 13,606; sh: 8,923; makefile: 213
file content (66 lines) | stat: -rw-r--r-- 2,075 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!ENTITY guideintroduction SYSTEM "guide_introduction.sgml">
<!ENTITY guidesetup SYSTEM "guide_setup.sgml">
<!ENTITY guidedecisions SYSTEM "guide_decisions.sgml">
<!ENTITY guidearchitecture SYSTEM "guide_architecture.sgml">
<!ENTITY guideusage SYSTEM "guide_usage.sgml">
<!ENTITY guidelgpl SYSTEM "guide_lgpl.sgml">
<!ENTITY guidegfdl SYSTEM "guide_gfdl.sgml">
<!ENTITY apiref SYSTEM "guide_apiref.sgml">
]>

<book id="index" lang="en">

<bookinfo>
  <title>The Cal3D User's Guide</title>
  <subtitle>Version 0.11</subtitle>

  <copyright>
    <year>2001-2006</year>
    <holder><ulink url="mailto:l.desmecht@skynet.be">Laurent Desmecht</ulink></holder>
    <holder><ulink url="mailto:loic@dachary.org">Loic Dachary</ulink></holder>
    <holder><ulink url="mailto:beosil@swileys.com">Bruno Heidelberger</ulink></holder>
  </copyright>

  <date>Last updated: 29. June 2006</date>

  <releaseinfo>Draft Release</releaseinfo>

  <abstract>
    <para>
      This documentation describes <ulink url="http://gna.org/projects/cal3d/">Cal3D</ulink>,
      a free 3d character animation library.

      Please take a minute of your time to <ulink url="https://gna.org/bugs/?func=additem&amp;group=cal3d">report
        problems</ulink> when compiling or using cal3d. 

      <important>
        <para>
          This is a draft version of the Cal3D User's Guide. It surely contains errors,
          obscure descriptions and other anomalies. Please report them to the authors, 
          or to the <ulink url="https://mail.gna.org/listinfo/cal3d-devel/">mailing list</ulink> and
          help us make it better, thanks!
        </para>
      </important>
    </para>
  </abstract>

  <graphic fileref="../shared/cal3d.gif"></graphic>

  <keywordset>
    <keyword>cal3d</keyword>
    <keyword>character animation</keyword>
    <keyword>library</keyword>
    <keyword>LGPL</keyword>
  </keywordset>
</bookinfo>

&guideintroduction;
&guidedecisions;
&guidesetup;
&guidearchitecture;
&guideusage;
&guidelgpl;
&guidegfdl;

</book>