File: introduction.html

package info (click to toggle)
gamgi 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,236 kB
  • sloc: ansic: 166,847; xml: 116,171; makefile: 565; sh: 5
file content (69 lines) | stat: -rw-r--r-- 2,237 bytes parent folder | download | duplicates (6)
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
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
<title>GAMGI Formats: Introduction</title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>

<body>

<div class="board">
<div>File Formats</div><div>&nbsp;</div>
</div>

<div class="contents">

This part of the manual is an introduction to the various file formats 
available in GAMGI, in particular to the XML native file formats used 
to describe objects, configuration and documentation. 

Ideally users should understand these principles, before consulting 
the <a href="reference.html">Reference Manual</a>, which aims 
to describe all the functionality available from GAMGI XML files.

<h3>Native Formats</h3>

<ol class="inline">
<li>1. <a href="introduction/introduction.html">Introduction</a></li>
<li>2. <a href="introduction/language.html">Language</a></li>
<li>3. <a href="introduction/elements.html">Elements</a></li>
<li>4. <a href="introduction/attributes.html">Attributes</a></li>
<li>5. <a href="introduction/headers.html">Headers</a></li>
<li>6. <a href="introduction/entities.html">Entities</a></li>
<li>7. <a href="introduction/comments.html">Comments</a></li>
<li>8. <a href="introduction/identifiers.html">Identifiers</a></li>
<li>9. <a href="introduction/defaults.html">Defaults</a></li>
</ol>

<h3>Other Formats</h3>

<ol class="inline">
<li>1. <a href="introduction/jpeg.html">JPEG,JPG</a></li>
<li>2. <a href="introduction/png.html">PNG</a></li>
<li>3. <a href="introduction/ppm.html">PPM</a></li>
<li>4. <a href="introduction/ps.html">PS</a></li>
<li>5. <a href="introduction/tiff.html">TIFF,TIF</a></li>
<li>6. TEX</li>
<li>7. X3D</li>
<li>8. XHTML</li>
<li>9. <a href="introduction/xyz.html">XYZ</a></li>
</ol>

<p/>

Users are invited to subscribe and consult the archives of the
<a href="http://www.gamgi.org/mailman/listinfo/users/">users</a> mailling list.

</div>

<div id="bottom">
<a href="../index.shtml">Home</a>
</div>

</body>
</html>