[Mplayer-cvslog] CVS: main/DOCS/en bugreports.html,1.52,1.53 cd-dvd.html,1.56,1.57 documentation.html,1.385,1.386 encoding.html,1.85,1.86 faq.html,1.121,1.122 video.html,1.134,1.135

Nico nicolas at mplayerhq.hu
Mon Feb 10 19:34:24 CET 2003


Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv8933/main/DOCS/en

Modified Files:
	bugreports.html cd-dvd.html documentation.html encoding.html 
	faq.html video.html 
Log Message:
update of links regarding tech/ dir

Index: bugreports.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/bugreports.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- bugreports.html	4 Feb 2003 21:38:31 -0000	1.52
+++ bugreports.html	10 Feb 2003 18:33:57 -0000	1.53
@@ -25,7 +25,7 @@
 
 <P>If you feel have the necessary skills you are invited to have a go at fixing
   the bug yourself.  Or maybe you already did that?  Please read
-  <A HREF="tech/patches.txt">this short document</A> to find out how to get
+  <A HREF="../tech/patches.txt">this short document</A> to find out how to get
   your code included in MPlayer. The people on the
   <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
   mailing list will assist you if you have questions.</P>

Index: cd-dvd.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/cd-dvd.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- cd-dvd.html	30 Jan 2003 23:46:07 -0000	1.56
+++ cd-dvd.html	10 Feb 2003 18:33:57 -0000	1.57
@@ -219,7 +219,7 @@
 <P><B>Note:</B> At least Plextor and some Toshiba SCSI CD-ROM drives have
   horrible performance reading VCDs. This is because the the CDROMREADRAW ioctl
   is not fully implemented for these drives. If you have some knowledge of SCSI
-  programming, please <A HREF="tech/patches.txt">help us</A> implement generic
+  programming, please <A HREF="../tech/patches.txt">help us</A> implement generic
   SCSI support for VCDs.</P>
 
 <P>In the meantime you can extract data from VCDs with

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/documentation.html,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -r1.385 -r1.386
--- documentation.html	4 Feb 2003 15:39:04 -0000	1.385
+++ documentation.html	10 Feb 2003 18:33:57 -0000	1.386
@@ -335,7 +335,7 @@
       <LI><A HREF="users_against_developers.html#barr">E.4 Joe Barr</A></LI>
     </UL>
   </LI>
-  <LI><A HREF="tech/patches.txt">Appendix F - How to send patches</A></LI>
+  <LI><A HREF="../tech/patches.txt">Appendix F - How to send patches</A></LI>
 </UL>
 
 <HR>
@@ -948,7 +948,7 @@
   designed by Gabucino. Basically its main feature is being
   <I>dynamically</I> time-based (although it has frame-based mode too). Example
   (from
-  <A HREF="tech/mpsub.sub">DOCS/tech/mpsub.sub</A>):</P>
+  <A HREF="../tech/mpsub.sub">DOCS/tech/mpsub.sub</A>):</P>
 
 <P><CODE><I># first number  : wait this much after previous subtitle disappeared<BR>
   # second number : display the current subtitle for this many seconds<BR>
@@ -1815,7 +1815,7 @@
 
 <P>The Cygwin port is still in its infancy. Currently there is no support for
   Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash
-  on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome.
+  on some systems. <A HREF="../tech/patches.txt">Patches</A> are always welcome.
   Best results are achieved with the native DirectX video output driver
   (<CODE>-vo directx</CODE>) and the native Windows waveout audio driver
   (<CODE>-ao win32</CODE>). You should also check out the
@@ -2054,7 +2054,7 @@
 
 
 
-<H1><A NAME="patches">Appendix F</A> - <A HREF="tech/patches.txt">How to send patches</A></H1>
+<H1><A NAME="patches">Appendix F</A> - <A HREF="../tech/patches.txt">How to send patches</A></H1>
 
 
 </BODY>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/encoding.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- encoding.html	6 Feb 2003 21:25:23 -0000	1.85
+++ encoding.html	10 Feb 2003 18:33:57 -0000	1.86
@@ -15,7 +15,7 @@
 <P>For the complete list of available MEncoder options and examples, please see
   the man page. For a series of hands-on examples and detailed guides on using
   several encoding parameters, read the
-  <A HREF="tech/encoding-tips.txt">encoding-tips</A> that were collected from
+  <A HREF="../tech/encoding-tips.txt">encoding-tips</A> that were collected from
   several mailing list threads on
   <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">mplayer-users</A>.
   Search the <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">archives</A>

Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/faq.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- faq.html	8 Feb 2003 10:01:57 -0000	1.121
+++ faq.html	10 Feb 2003 18:33:57 -0000	1.122
@@ -222,7 +222,7 @@
 <DL>
 
   <DT>Q: How do I create a proper patch for MPlayer?</DT>
-  <DD>A: We made a <A HREF="tech/patches.txt">short document</A> describing
+  <DD>A: We made a <A HREF="../tech/patches.txt">short document</A> describing
     all the necessary details. Please follow the instructions.</DD>
   <DD>&nbsp;</DD>
 
@@ -234,7 +234,7 @@
 
   <DT>Q: How can I become an MPlayer developer?</DT>
   <DD>A: We always welcome coders and documenters.  Read the
-    <A HREF="tech/">technical documentation</A> to get a first grasp. Then you
+    <A HREF="../tech/">technical documentation</A> to get a first grasp. Then you
     should subscribe to the
     <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
     mailing list and start coding.</DD>
@@ -654,7 +654,7 @@
     does work, though. If you want to have fancy menus, you will have to use
     another player like <A HREF="http://xine.sourceforge.net">xine</A> or
     <A HREF="http://www.dtek.chalmers.se/groups/dvd/">Ogle</A>. If you care
-    about DVD navigation, send a <A HREF="tech/patches.txt">patch</A>.</DD>
+    about DVD navigation, send a <A HREF="../tech/patches.txt">patch</A>.</DD>
   <DD>&nbsp;</DD>
 
   <DT>Q: While playing a DVD, I encountered this error:<BR>

Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/video.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- video.html	5 Feb 2003 21:05:26 -0000	1.134
+++ video.html	10 Feb 2003 18:33:57 -0000	1.135
@@ -988,7 +988,7 @@
   Matrox G400 card, displaying video <B>independently</B> of the first head.</P>
 
 <P>Instructions on how to make it work can be found in the
-  <A HREF="tech/directfb.txt">tech section</A>
+  <A HREF="../tech/directfb.txt">tech section</A>
   or directly on Ville Syrjala's
   <A HREF="http://www.sci.fi/~syrjala/directfb/readme.txt">home page</A>.</P>
 



More information about the MPlayer-cvslog mailing list