浏览代码

Update homepage

Philipp Hagemeister 12 年之前
父节点
当前提交
2840ae3a8f
共有 2 个文件被更改,包括 12 次插入2 次删除
  1. 7 2
      index.html
  2. 5 0
      style.css

+ 7 - 2
index.html

@@ -13,15 +13,20 @@
 		<span style="font-size: x-small; font-weight: normal;">(and mores sites...)</span></td>
 		<span style="font-size: x-small; font-weight: normal;">(and mores sites...)</span></td>
 </tr></table>
 </tr></table>
 
 
-<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 6), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
+<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a> (2.6, 2.7, or 3.3+), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
 
 
 <table border="0" id="rgb">
 <table border="0" id="rgb">
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>
-	<tr><td><a class="button" id="g" href="download.html">Download it</a></td></tr>
+	<tr><td><a class="button" id="g" href="download.html">Download</a></td></tr>
+	<tr><td><a class="button" id="main-support" href="https://github.com/rg3/youtube-dl/issues/new">Support</a></td></tr>
 	<tr><td><a class="button" id="y" href="https://github.com/rg3/youtube-dl/">Develop</a></td></tr>
 	<tr><td><a class="button" id="y" href="https://github.com/rg3/youtube-dl/">Develop</a></td></tr>
 	<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
 	<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
 </table>
 </table>
 
 
+<p>
+You can also contact us on the irc channel <a href="irc://chat.freenode.net/#youtube-dl">#youtube-dl</a>(<a href="http://webchat.freenode.net/?randomnick=1&channels=youtube-dl">webchat</a>) on freenode.
+</p>
+
 <div class="note">
 <div class="note">
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
 <img alt="Creative Commons License" style="border-width:0"
 <img alt="Creative Commons License" style="border-width:0"

+ 5 - 0
style.css

@@ -135,3 +135,8 @@ tt {
 	background-color: #888844;
 	background-color: #888844;
 	border: 2px solid #666600;
 	border: 2px solid #666600;
 }
 }
+
+#main-support {
+    background-color: #448888;
+    border: 2px solid #008888;
+}