Compare commits

..
1 Commits
Author SHA1 Message Date
mdipierro 44fd637a1f R-2.4.4 2013-03-11 15:26:36 -05:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked" echo "remember that pymysql was tweaked"
src: src:
### Use semantic versioning ### Use semantic versioning
echo 'Version 2.4.3-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION echo 'Version 2.4.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files ### rm -f all junk files
make clean make clean
### clean up baisc apps ### clean up baisc apps
+1 -1
View File
@@ -1 +1 @@
Version 2.4.3-stable+timestamp.2013.03.11.14.40.17 Version 2.4.4-stable+timestamp.2013.03.11.15.25.57
@@ -36,7 +36,7 @@ Tweet attributes
<td><img src="{{=t['profile_image_url_https']}}"/></td> <td><img src="{{=t['profile_image_url_https']}}"/></td>
<td> <td>
<a href="http://twitter.com/{{=t['from_user']}}">{{=t["from_user_name"]}}</a>: <a href="http://twitter.com/{{=t['from_user']}}">{{=t["from_user_name"]}}</a>:
{{=XML(hashtag.sub('<a href="http://twitter.com/\\g<2>">\\g<1>\\g<2></a>',link.sub('<a href="\\g<0>">\\g<0></a>',t["text"])),sanitize=True)}} {{=XML(hashtag.sub('<a href="http://twitter.com/\\g<2>">\\g<1>\\g<2></a>',link.sub('<a href="\\g<0>">\\g<0></a>',t["text"].encode('utf8'))),sanitize=True)}}
</td> </td>
</tr> </tr>
{{ pass }} {{ pass }}