[rtmpdump] r94 - web/index.html

hyc subversion at mplayerhq.hu
Sun Dec 20 23:42:31 CET 2009


Author: hyc
Date: Sun Dec 20 23:42:30 2009
New Revision: 94

Log:
Add doctype, etc

Modified:
   web/index.html

Modified: web/index.html
==============================================================================
--- web/index.html	Sun Dec 20 08:32:10 2009	(r93)
+++ web/index.html	Sun Dec 20 23:42:30 2009	(r94)
@@ -1,66 +1,72 @@
-<HTML>
-<BODY>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <title>rtmpdump</title>
+  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
 <h1>RTMPDUMP</h1>
 
 rtmpdump is a tool to download rtmp:// and rtmpe:// streams.
-<BR>
-<BR>
+<br>
+<br>
 Download the source:
-<BR>
-<B>
+<br>
+<b>
 svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
-</B>
-<P>
+</b>
+<p>
 That will get you the very latest code. If you're looking for a specific older
-release you can look under <B>svn://svn.mplayerhq.hu/rtmpdump/tags</B> . Also the code
+release you can look under <b>svn://svn.mplayerhq.hu/rtmpdump/tags</b> . Also the code
 has recently split between version 1.x and 2.x (trunk is now 2.x). You can find
-the 1.x code in <B>svn://svn.mplayerhq.hu/rtmpdump/branches/1.x</B> .</P>
-<P>
+the 1.x code in <b>svn://svn.mplayerhq.hu/rtmpdump/branches/1.x</b> .</p>
+<p>
 2009-12-16: Now that the remainder of the code has been rewritten from C++ to C the original
-code will not be developed any further.</P>
-<BR>
-<BR>
-<BR>
+code will not be developed any further.</p>
+<br>
+<br>
+<br>
 2009-12-02: Download source tarball: <a href="rtmpdump-1.9a.tgz">rtmpdump-1.9a.tgz</a>
-<BR>
+<br>
 New in this version: Fixed a typo in auth string processing
-<BR>
+<br>
 Download svn windows build: <a href="rtmpdump-1.9-bcfix.zip">rtmpdump-1.9-bcfix</a>
-<BR>
-<BR>
+<br>
+<br>
 Older versions:
-<BR>
+<br>
 Download rtmpdump-1.9 source tarball: <a href="rtmpdump-1.9.tgz">rtmpdump-1.9.tgz</a>
-<BR>
+<br>
 Download rtmpdump-1.9 win32 build: <a href="rtmpdump-1.9.zip">rtmpdump-1.9.zip</a>
-<BR>
-<BR>
-<BR>
+<br>
+<br>
+<br>
 Subscribe to the mailing list:
-<BR>
+<br>
 <a href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump">https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump</a>
-<BR>
+<br>
 or read the list archives:
 <a href="http://lists.mplayerhq.hu/pipermail/rtmpdump/">http://lists.mplayerhq.hu/pipermail/rtmpdump/</a>
 
-<BR>
-<BR>
+<br>
+<br>
 Projects using rtmpdump:
-<BR>
-<a href="http://code.google.com/p/get-flash-videos/">get-flash-videos</a><BR>
-<a href="http://linuxcentre.net/getiplayer">get_iplayer</a><BR>
-<a href="http://users.tkk.fi/~aajanki/rtmpdump-yle/index-en.html">RTMPDump-YLE</a><BR>
-<BR>
+<br>
+<a href="http://code.google.com/p/get-flash-videos/">get-flash-videos</a><br>
+<a href="http://linuxcentre.net/getiplayer">get_iplayer</a><br>
+<a href="http://users.tkk.fi/~aajanki/rtmpdump-yle/index-en.html">RTMPDump-YLE</a><br>
+<br>
 Forks:
-<BR>
-<a href="http://savannah.nongnu.org/projects/flvstreamer">flvstreamer</a><BR>
-<BR>
-<BR>
+<br>
+<a href="http://savannah.nongnu.org/projects/flvstreamer">flvstreamer</a><br>
+<br>
+<br>
 License: GPLv2
-<BR>
+<br>
 Copyright (C) 2009 Andrej Stepanchuk
-<BR>
+<br>
 Copyright (C) 2009 Howard Chu
 
-</BODY>
-</HTML>
+</body>
+</html>


More information about the rtmpdump mailing list