changeset 9387:72c0458c854a

update of links regarding tech/ dir
author nicolas
date Mon, 10 Feb 2003 18:33:57 +0000
parents 8537d9a5fed5
children d6a1ab009794
files DOCS/en/bugreports.html DOCS/en/cd-dvd.html DOCS/en/documentation.html DOCS/en/encoding.html DOCS/en/faq.html DOCS/en/video.html
diffstat 6 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/bugreports.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/bugreports.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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>
--- a/DOCS/en/cd-dvd.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/cd-dvd.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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
--- a/DOCS/en/documentation.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/documentation.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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>
--- a/DOCS/en/encoding.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/encoding.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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>
--- a/DOCS/en/faq.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/faq.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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>
--- a/DOCS/en/video.html	Mon Feb 10 15:02:05 2003 +0000
+++ b/DOCS/en/video.html	Mon Feb 10 18:33:57 2003 +0000
@@ -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>