summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-12 03:02:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-12 03:02:03 +0000
commit7b72b683dae69bee582dae0e678d43e82c5b2a8d (patch)
tree9031a8444b91e80227ed7a73555c361451c62392 /DOCS
parente4fc32848be2e1dadf44c41431a0e21c5e1f9aad (diff)
downloadmpv-7b72b683dae69bee582dae0e678d43e82c5b2a8d.tar.bz2
mpv-7b72b683dae69bee582dae0e678d43e82c5b2a8d.tar.xz
small updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8433 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/skin.html12
-rw-r--r--DOCS/tech/MAINTAINERS7
-rw-r--r--DOCS/tech/TODO1
-rw-r--r--DOCS/tech/patches.txt9
4 files changed, 18 insertions, 11 deletions
diff --git a/DOCS/skin.html b/DOCS/skin.html
index c95f5af270..df6fad0ee3 100644
--- a/DOCS/skin.html
+++ b/DOCS/skin.html
@@ -59,8 +59,8 @@ The purpose of this document is to describe the MPlayer skin format.
The information contained here might be wrong, for
<ol type="a">
- <li>It is not me who wrote the GUI</li>
- <li>The GUI is not finished</li>
+ <li>It is not me who wrote the GUI.</li>
+ <li>The GUI is not finished.</li>
<li>I might be wrong.</li>
</ol>
@@ -106,7 +106,7 @@ listed above, for example:
<h3><a name="images">2.2 Image formats</a></h3>
-Images must be truecolor (24 or 32 bpp) PNG.
+Images must be truecolor (24 or 32 bpp) PNGs.
<p>
In the main window (see below) you can use images with `transparency':
@@ -575,7 +575,7 @@ You can use the following variables in the text:
<td>movie height
</td></tr>
<tr><td align=center><kbd>$C</kbd></td>
- <td>used codec's name
+ <td>name of the codec used
</td></tr>
</table>
@@ -896,10 +896,10 @@ playing after the file is loaded.
<dd>Open/close the playlist window.
<dt><b>evPlayDVD</b>
-<dd>Tries to open the disc in the given DVDROM drive.
+<dd>Tries to open the disc in the given DVD-ROM drive.
<dt><b>evPlayVCD</b>
-<dd>Tries to open the disc in the given CDROM drive.
+<dd>Tries to open the disc in the given CD-ROM drive.
<dt><b>evPreferences</b>
<dd>Open the preferences window.
diff --git a/DOCS/tech/MAINTAINERS b/DOCS/tech/MAINTAINERS
index 8677b82b6c..bf05d9c671 100644
--- a/DOCS/tech/MAINTAINERS
+++ b/DOCS/tech/MAINTAINERS
@@ -22,18 +22,19 @@ English documentation:
* user docs: Gabucino, Diego Biurrun
* review, grammar & html fixes: Diego Biurrun, Nilmoni Deb, András Mohari
* input layer, lirc, slave mode docs: Albeu
- * man page: Jonas Jermann <jjermann@gmx.net>
+ * man page: Jonas Jermann, Diego Biurrun
* tech/* docs: A'rpi
Documentation translations:
* Help Messages: Johannes Feigl
* Hungarian: Gabucino
- * German: Jonas Jermann <jjermann@gmx.net>
- * French: Nicolas Le Gaillart
+ * German: Moritz Bunkus
+ * French: Nicolas Tourmentine
* Spanish: TeLeNiEkO (outdated)
* Russian: Nick Kurshev (outdated)
* Polish: Justyna Biala <nell@skrzynka.pl>
* Italian: Matteo Balduzzi
+ * Chinese: hephooey@fastmail.fm
Platforms/ports: (see also DOCS/tech/porting-status.txt)
* Debian packaging: Dariusz Pietrzak
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index 6fc091c7e0..2c172e51bb 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -5,7 +5,6 @@ TODO:
FOR THE NEXT PRE_RELEASE:
~~~~~~~~~~~~~~~~~~~~~~~~~
- fix -vop expand=-50 + ffdivx
-- fix -npp in manpage
- remove -vop lavcdeint, remove -vop yuy2, yvu9
FOR THE v0.90 RELEASE:
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index 741e59cf59..65b050cd1f 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -37,7 +37,14 @@ outdated patches.
worry, mplayer-dev-eng is not high traffic and you can subscribe with the
nomail option if you do not wish to receive all the mails.
-7. Do not immediately ask for CVS write access. If you contributed one or more
+7. Give us a few days to react. We try to review patches as fast as possible,
+ but unfortunately we are constantly overloaded with work, be it MPlayer
+ related or from our day to day lives. If your patch seems to be ignored,
+ please resend it and mention that you got ignored. We are interested in your
+ work and will eventually either accept it or reject it with an explanation
+ what and why we disliked about your patch.
+
+8. Do not immediately ask for CVS write access. If you contributed one or more
nice, acceptable patches and they need maintaining or you want to be an
MPlayer developer, you'll get CVS write access.