]> git.etc.gen.nz Git - whoisi.git/commitdiff
2008-10-18 Christopher Blizzard <blizzard@0xdeadbeef.com>
authorblizzard <blizzard@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sun, 19 Oct 2008 00:33:21 +0000 (00:33 +0000)
committerblizzard <blizzard@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sun, 19 Oct 2008 00:33:21 +0000 (00:33 +0000)
        * whoisi/templates/youtube-widget.mak: Show 3 videos on one line.

        * services/command/youtube.py: Add license header.

git-svn-id: svn://trac.whoisi.com/whoisi/trunk@8 ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c

ChangeLog
services/command/youtube.py
whoisi/templates/youtube-widget.mak

index dd647b8bb687ea605d5d2b8f47f0d3b79d24c9bd..d5664cfbfbceec34bdc49779b5c14cc59feae72f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-18  Christopher Blizzard  <blizzard@0xdeadbeef.com>
+
+       * whoisi/templates/youtube-widget.mak: Show 3 videos on one line.
+
+       * services/command/youtube.py: Add license header.
+
 2008-10-18  Christopher Blizzard  <blizzard@0xdeadbeef.com>
 
        * utils/convert-flickr-ids.py: Script to fix all of the !#@&*#^@*
index 6b371bf358bfe858e2df1c3f3eb40da9b454fdd4..062be8836126552ada67d6f9888274fff498344f 100644 (file)
@@ -1,3 +1,25 @@
+# Copyright (c) 2008 Christopher Blizzard <blizzard@0xdeadbeef.com>
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation files
+# (the "Software"), to deal in the Software without restriction,
+# including without limitation the rights to use, copy, modify, merge,
+# publish, distribute, sublicense, and/or sell copies of the Software,
+# and to permit persons to whom the Software is furnished to do so,
+# subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
 import urlparse
 import cgi
 import re
index a6a12ba56f65c16b17c2f489e46b6f9fdb76e61e..1e492ae77495e4371b655aae26d7bb51b39e70b5 100644 (file)
@@ -92,7 +92,7 @@ except:
   <img width="128" height="96" src="${thumb}" title="${title | h}"/>
   </a>
 %endif
-%if int(i+1) % 6 == 0:
+%if int(i+1) % 3 == 0:
 <br/>
 %endif
 %endfor