annotate DOCS/cd-dvd.html @ 6393:f9b3d010b35e

FONT tags obsoleted by CSS
author gabucino
date Wed, 12 Jun 2002 09:31:33 +0000
parents 4e5c236ade69
children d0f408a8b150
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4177
diff changeset
1
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
2 <HTML>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4908
diff changeset
3
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4908
diff changeset
4 <HEAD>
6391
4e5c236ade69 small updates
gabucino
parents: 6252
diff changeset
5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4908
diff changeset
6 </HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4908
diff changeset
7
1704
a2e1432f7ac3 Arial font
gabucino
parents: 1702
diff changeset
8 <BODY BGCOLOR=white>
a2e1432f7ac3 Arial font
gabucino
parents: 1702
diff changeset
9
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
10
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
11 <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
12
1867
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
13 <P>Playing standard Video CDs:</P>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
14
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
15 <P>
4634
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
16 mplayer -vcd <I>trackno</I> [-cdrom-device device]<BR><BR>
1867
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
17 Examples:<BR>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
18 mplayer -vcd 1<BR>
4634
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
19 mplayer -fs -vcd 2 -cdrom-device /dev/hdc<BR>
1867
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
20 </P>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
21
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
22 <P>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
23 Notes:<BR>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
24 - Do NOT mount VCD disks and play DAT files directly! It may work under windows
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
25 but won't work under linux. You have to play them directly, with the -vcd
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
26 option!<BR>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
27 - VCD disks usually have 2 tracks: a data track (containing autostart windows
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
28 playback program, karaoke data etc) and a mode-2 track (the movie), so try
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
29 -vcd 2 first!<BR>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
30 - the default VCD device is /dev/cdrom. if your device differs, then you have
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
31 to make a symlink, or specify it in command line!
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
32 </P>
10b7d524e39b some words about VCD
arpi
parents: 1731
diff changeset
33
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
34 <P>From Linux documentation:</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
35
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
36 <P>Some CDROM drives are capable of changing their head-speed. There are several
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
37 reasons for changing the speed of a CDROM drive. Badly pressed CDROMs may
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
38 benefit from less-than-maximum head rate. Modern CDROM drives can obtain very
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
39 high head rates (up to 24-times is common). It has been reported that these
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
40 drives can make reading errors at these high speeds, reducing the speed can
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
41 prevent data loss in these circumstances. Finally, some of these drives can
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
42 make an annoyingly loud noise, which a lower speed may reduce.</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
43
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
44 <P>The recommended way to do it is with a program called 'setcd' . It's kinda
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
45 old, but won't be too hard to find on the Net. (UPDATE : new hdparm
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
46 has an option for this !)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
47 Use it with :</P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
48
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
49 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>setcd -x [speed] [cdrom device]</CODE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
50
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
51 <P>Also you can try:</P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
52
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
53 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo current_speed:4 >/proc/ide/[cdrom device]/settings</CODE></P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
54
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
55 <P>but you'll need root privileges. I use following command too:</P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
56
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
57 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo file_readahead:2000000 >/proc/ide/[cdrom device]/settings</CODE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
58
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
59 <P>for 2MB prefetched reading from the file (it's useful for scratched CDROMs).
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
60 It's recommended that you tuneup your CDROM drive also with hdparm:</P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
61
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
62 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>hdparm -d1 -a8 -u1 (cdrom device)</CODE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
63
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
64 <P>to enable using DMA access, readahead, and IRQ unmasking.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
65 (if you don't understand these, *read the hdparm manpage*)</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
66
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
67 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for fine-tuning your
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
68 CDROM.</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
69
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
70 <P><B><A NAME=4.2>4.2. DVD playback</A></B></P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
71
5859
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
72 <P><B>MPlayer</B> uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
73 DVD decryption and playing. These two libraries are contained in the
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
74 <CODE>libmpdvdkit/</CODE> subdirectory in the <B>MPlayer</B> tree, you
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
75 don't have to install them separately. We opt for this solution because
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
76 we had to fix a libdvdread bug, and apply a patch which adds
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
77 <B>cracked CSS keys caching support</B> for libdvdcss (results in large
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
78 speed increase before playing). These cracked keys are stored in
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
79 <CODE>$HOME/.mplayer/DVDKeys</CODE> directory.</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
80
5859
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
81 <P>Support for <CODE>dvdnav</CODE> is being added (not usable now).</P>
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
82
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
83 <LI><P><B>Old-style DVD support - <I>OPTIONAL</I></B></P>
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
84
4177
cab4ac1467e4 many small updates
gabucino
parents: 4057
diff changeset
85 <P><I>Useful if you want to play encoded VOB's from hard disk. Compile and
cab4ac1467e4 many small updates
gabucino
parents: 4057
diff changeset
86 install <B>libcss</B> 0.0.1 (not newer) (if <B>MPlayer</B> can't detect
cab4ac1467e4 many small updates
gabucino
parents: 4057
diff changeset
87 it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P></LI>
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
88
5859
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
89 <LI><P><B>Compile MPlayer.</B></P>
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
90
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
91 <P>Run <CODE>./configure</CODE>. If you didn't delete
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
92 <CODE>libmpdvdkit</CODE> subdirectory from MPlayer tree, ./configure should
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
93 say the following:</P>
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
94
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
95 <P><CODE>Checking for DVD support (libmpdvdkit) ... yes</CODE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
96
5859
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
97 <P>(of course you can put your favourite configure options into the command
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
98 line when you run ./configure)</P>
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
99
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
100 <P><B>MPlayer</B> can use <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE>
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
101 libraries installed system-wide, but this solution is NOT RECOMMENDED, as
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
102 can result in bugs, library incompatibilities, and slower speed.</P>
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
103
a24e39bf2776 updated DVD documentation for libmpdvdkit
gabucino
parents: 4982
diff changeset
104 <P>Either way, say: <CODE>make</CODE>, then <CODE>make install</CODE>.</P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
105
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
106 <P><B>Using MPlayer to play DVDs:</B></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
107
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
108
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
109 <TABLE BORDER=0 WIDTH=100%>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
110 <TD VALIGN=top>-dvd &lt;title_id&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
111 <TD>Enables DVD support and selects title.</TD><TR>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
112 <TD VALIGN=top>-chapter &lt;chapter_id&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
113 <TD>Selects DVD chapter(s) to play (default: play from chapter 1).
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4177
diff changeset
114 Example : <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD><TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
115 <TD VALIGN=top>-dvdangle &lt;angle_id&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
116 <TD>Selects camera angle (default: 1)</TD><TR>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
117 <TD VALIGN=top>-alang &lt;country code&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
118 <TD> The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer.
3796
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
119 For the list of available languages, add <CODE>-v</CODE> option after
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
120 your DVD options, and browse the output.<BR>
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
121 For example :<BR>
3799
f41bbaebcea3 not us, but en.
gabucino
parents: 3796
diff changeset
122 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - first tries to find hungarian
3796
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
123 audio, and if not found, decode english audio.</TD></TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
124 <TD VALIGN=top>-slang &lt;country code&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
125 <TD> Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B>
3796
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
126 which language(s) to prefer.
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
127 For the list of available languages, add <CODE>-v</CODE> option after
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
128 your DVD options, and browse the output.<BR>
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
129 For example :<BR>
3799
f41bbaebcea3 not us, but en.
gabucino
parents: 3796
diff changeset
130 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - first tries to display hungarian
3796
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
131 subtitles, and if not found, display english subtitles.</TD></TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
132 <TD VALIGN=top>-sid &lt;subtitle_id&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
133 <TD> Displays a subtitle channel with the given <CODE>id</CODE> (values can be
3796
590a8b8ac78e documentation of -alang -slang added
gabucino
parents: 3530
diff changeset
134 0-31). Useful for example with badly mastered DVDs where country code
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
135 selects the wrong channel.</TD></TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
136 <TD VALIGN=top>-csslib &lt;path/filename&gt;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
137 <TD> (old-style DVD option) This option is used to override the default location
4177
cab4ac1467e4 many small updates
gabucino
parents: 4057
diff changeset
138 of <CODE>libcss.so</CODE>
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
139 </TD></TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
140 <TD VALIGN=top>-dvdauth &lt;DVD device&gt;&nbsp;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
141 <TD> (old-style DVD option) Turns on DVD authentication using the given device.
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
142 </TD></TR>
6393
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
143 <TD VALIGN=top>-dvdkey &lt;CSS key&gt;</TD>
f9b3d010b35e FONT tags obsoleted by CSS
gabucino
parents: 6391
diff changeset
144 <TD> (old-style DVD option) When decoding from non-DVD, this option gives the
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
145 CSS key needed to crack the DVD (the key is printed when authenticating
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
146 with DVD).
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
147 </TD></TR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
148 </TABLE>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
149
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
150 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h
4634
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
151 (compile time option), or you can specify it using the -dvd-device option :
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
152 </P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
153
4634
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
154 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -dvd-device /dev/dvd</CODE></P>
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
155 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd</CODE></P>
bd379eaac1ab applied Alban Bedel's patch (-dvd-device and -cdrom-device)
gabucino
parents: 4398
diff changeset
156 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd -chapter 20-25</CODE></P>
4057
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
157 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 2 -alang sp -chapter 5 -dvdangle 2</CODE></P>
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
158 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob</CODE></P>
0d9bf4a76dab old-style DVD options added
gabucino
parents: 3799
diff changeset
159 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
160
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
161 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
162 </HTML>