Mercurial > mplayer.hg
annotate DOCS/README @ 35335:85003f7fa621
stream ftp: readline: Always try to read complete lines
If there is not enough space in the provided line buffer just
skip the remaining bytes until reaching EOL.
Usually we are only interested in the first 5 characters and
for everything else the (on-stack) response buffer should still
be big enough.
author | al |
---|---|
date | Tue, 20 Nov 2012 22:18:25 +0000 |
parents | 1bff8cc9ca6b |
children |
rev | line source |
---|---|
11077 | 1 |
2 ####################################### | |
3 ## Reading the MPlayer Documentation ## | |
4 ####################################### | |
5 | |
6 Thanks for reading MPlayer documentation !!! | |
7 | |
8 | |
28167 | 9 1. For "release" version users (i.e. non-Subversion): |
11077 | 10 |
11 a, Enter the HTML/ directory, and there you'll find the documentation, | |
11098 | 12 each language in its own subdirectory. |
11077 | 13 |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28167
diff
changeset
|
14 b, If you prefer reading the documentation as a single big file it |
29965
1bff8cc9ca6b
Do not build monolithic documentation in a separate directory.
diego
parents:
29263
diff
changeset
|
15 can be found in the file MPlayer.html, each language in its |
11202 | 16 own subdirectory. |
17 | |
29965
1bff8cc9ca6b
Do not build monolithic documentation in a separate directory.
diego
parents:
29263
diff
changeset
|
18 c, If the HTML/ directory does not contain your language, |
11202 | 19 try the subdirectories in this very same folder. |
11077 | 20 |
21 | |
28167 | 22 2. For "development" version users (i.e. Subversion or Subversion snapshots): |
11077 | 23 |
11098 | 24 a, Enter the xml/ directory, and read the README file there to find |
25 out how to build a HTML version of the XML documentation. It will | |
29965
1bff8cc9ca6b
Do not build monolithic documentation in a separate directory.
diego
parents:
29263
diff
changeset
|
26 be created in the HTML/ directory. |
11077 | 27 |
28 b, If the xml/ directory doesn't contain your language, try the | |
29 subdirectories in this very same folder. |