ref: f000838a0ef52a1bbcc272ece4264976e1a17bc0
parent: 507decc5761f795e36608b9c6a31db43ce72e1c5
author: Diego Biurrun <diego@biurrun.de>
date: Wed Feb 27 09:57:54 EST 2013
misc small wording and spelling fixes for the documentation Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,11 @@
# The format of this file was inspired by the Linux kernel CREDITS file.
-#
+#
# Authors and contributors are listed alphabetically.
-#
-# The fields are: name (N), email (E), web-address (W),
+#
+# The fields are: name (N), email (E), web address (W),
# PGP key ID and fingerprint (P), description (D)
-N: Billy Biggs
+N: Billy Biggs
E: vektor@dumbterm.net
D: libdvdcss enhancements
@@ -57,7 +57,7 @@
N: Steve Lhomme
E: steve.lhomme@free.fr
-D: win32 improvements
+D: Windows improvements
N: Christophe Massiot
E: massiot@via.ecp.fr
@@ -81,8 +81,8 @@
N: German Tischler
E: tanis@gaspode.franken.de
-D: FreeBSD DVD input patch
+D: FreeBSD DVD input
N: Gildas Bazin
E: gbazin@netcourrier.com
-D: various fixes to the Win32 port
+D: various fixes to the Windows port
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@
A typical way to configure libdvdcss is:
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
See `./configure --help' for more information.
@@ -13,7 +13,7 @@
If you got libdvdcss from its version control system, please bootstrap first:
- autoreconf -i
+ autoreconf -i
Building libdvdcss
@@ -30,15 +30,15 @@
You can install libdvdcss by typing:
- make install
+ make install
-Building libdvdcss for Win32
-============================
+Building libdvdcss for Windows
+==============================
-You have two alternatives to build libdvdcss for Win32:
+There are two alternative ways to build libdvdcss for Windows.
-- on Linux, using the mingw.org or mingw-w64 cross-compilers.
+- on a Linux host with the mingw.org or mingw-w64 cross-compilers:
If you are running Debian, there are mingw32 packages you can use.
@@ -50,15 +50,16 @@
make
-- natively on Windows, using MSYS + MinGW (www.mingw.org):
+- natively on Windows with MSYS + MinGW (www.mingw.org):
(MSYS is a minimal build environment to compile Unixish projects under
Windows. It provides all the common Unix tools like sh, GNU Make...)
- You will need to download and install the latest MSYS and MINGW.
+ You will need to download and install the latest MSYS and MinGW.
To build libdvdcss you just have to run the following commands:
+
./configure
make
- More on MSys on our wiki: http://wiki.videolan.org/Win32CompileMSYS
+ More about MSYS on our wiki: http://wiki.videolan.org/Win32CompileMSYS
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
Changes between 1.2.12 and 1.2.13:
----------------------------------
- * Drop BSD/OS and Windows 95 support.
- * Rewrite most of the buildsystem, and simplify it
- * System dependant code cleanup
- * Move to git and rewrite of the history to get proper authorship
+ * Drop BSD/OS and Windows 95 support
+ * Rewrite most of the build system and simplify it
+ * System-dependant code cleanup
+ * Move to Git and rewrite of the history to get proper authorship
* Drop LaTeX documentation
* Fix build on various systems
* Fix compilation on MSVC
--- a/README
+++ b/README
@@ -4,21 +4,21 @@
Introduction
============
-libdvdcss is part of the VideoLAN project, a full video client/server
-streaming solution. VLC can also be used as a standalone program
-to play video streams from a hard disk or a DVD.
+libdvdcss is part of the VideoLAN project, which among other things produces
+VLC, a full video client/server streaming solution. VLC can also be used as
+a standalone program to play video streams from a hard disk or a DVD.
Building and Installing libdvdcss
=================================
-See the INSTALL or INSTALL.libdvdcss file for this.
+See the INSTALL file.
Running libdvdcss
=================
-The behavior of the library can be affected by changing two environment
-variables:
+The behavior of the library can be changed by setting two environment variables:
+
DVDCSS_METHOD={title|disc|key}: method for key decryption
title: decrypted title key is guessed from the encrypted sectors of
the stream. Thus it should work with a file as well as the
@@ -58,6 +58,6 @@
=========
The VideoLAN web site at http://www.videolan.org/ is a good start for
-information about MPEG and DVD playing. Have a look at the documentation
-section, as well as the bookmarks.
+information about MPEG and DVD playback. Have a look at the support
+section to look for answers.