From 94a8e64e801eb1b8126c91240b47e5933494de0e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 14 Feb 2012 15:13:26 +0100 Subject: Initial release * jquery * like * gitignore --- like.py | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 like.py (limited to 'like.py') diff --git a/like.py b/like.py new file mode 100644 index 0000000..20b082f --- /dev/null +++ b/like.py @@ -0,0 +1,48 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# This program is free software. It comes without any warranty, to +# the extent permitted by applicable law. You can redistribute it +# and/or modify it under the terms of the Do What The Fuck You Want +# To Public License, Version 2, as published by Sam Hocevar. See +# http://sam.zoy.org/wtfpl/COPYING for more details. + +# Author: Stefan Ritter +# Description: Add social network buttons under your entry titles +# Version: 1.0 + +print(""" + +""") + +# vim: set sw=4 tw=0 ts=4 expandtab: -- cgit v1.2.3