repo string | commit string | message string | diff string |
|---|---|---|---|
sattellite/perl | d5651e9fe7e89f9c0c983bf9e9a28f1328ca6a0e | Some little changes in code | diff --git a/tv_anounce/tv-programme.pl b/tv_anounce/tv-programme.pl
index 31b51b1..094da59 100644
--- a/tv_anounce/tv-programme.pl
+++ b/tv_anounce/tv-programme.pl
@@ -1,90 +1,86 @@
#!/usr/bin/env perl
use strict;
use warnings;
no warnings "all";
use XML::Simple;
use IO::File;
use File::Path qw(make_path);
... |
sattellite/perl | 7cde18bdd97c86829c43aa93c0eb8ea88f875598 | A very ugly code | diff --git a/tv_anounce/tv-programme.pl b/tv_anounce/tv-programme.pl
index 26e8130..31b51b1 100644
--- a/tv_anounce/tv-programme.pl
+++ b/tv_anounce/tv-programme.pl
@@ -1,84 +1,90 @@
#!/usr/bin/env perl
use strict;
use warnings;
no warnings "all";
use XML::Simple;
use IO::File;
use File::Path qw(make_path);
... |
sattellite/perl | d1de584f3bcff7153ea28013aa226e76faf330ef | Ugly code, but it works | diff --git a/tv_anounce/tv-programme.pl b/tv_anounce/tv-programme.pl
index d266dc0..26e8130 100644
--- a/tv_anounce/tv-programme.pl
+++ b/tv_anounce/tv-programme.pl
@@ -1,54 +1,84 @@
#!/usr/bin/env perl
use strict;
use warnings;
no warnings "all";
-use Data::Dumper;
use XML::Simple;
use IO::File;
+use File::P... |
sattellite/perl | 601d452ad742ff7b90ebd7d30bf0ba81fdce5bfe | Change monthes | diff --git a/tv_anounce/tv-programme.pl b/tv_anounce/tv-programme.pl
index b4c06b2..383614a 100644
--- a/tv_anounce/tv-programme.pl
+++ b/tv_anounce/tv-programme.pl
@@ -1,40 +1,54 @@
#!/usr/bin/env perl
use strict;
use warnings;
no warnings "all";
use Data::Dumper;
use XML::Simple;
use IO::File;
use utf8;
... |
sattellite/perl | cc58c40cf94844435ea416946dc2352c188ddd92 | It's really working now | diff --git a/tv_anounce/tv-programme.pl b/tv_anounce/tv-programme.pl
old mode 100755
new mode 100644
index e286b23..b4c06b2
--- a/tv_anounce/tv-programme.pl
+++ b/tv_anounce/tv-programme.pl
@@ -1,40 +1,40 @@
#!/usr/bin/env perl
use strict;
use warnings;
no warnings "all";
use Data::Dumper;
use XML::Simple;
u... |
sattellite/perl | 2f67679270eaa6e85ead2e90a2491a1611b5ae9e | Now can write only a programms time | diff --git a/parser/.parser.pl.swp b/parser/.parser.pl.swp
new file mode 100644
index 0000000..ce5989a
Binary files /dev/null and b/parser/.parser.pl.swp differ
diff --git a/tv_anounce/.anounce.pl.swp b/tv_anounce/.anounce.pl.swp
new file mode 100644
index 0000000..eeb2a67
Binary files /dev/null and b/tv_anounce/.anoun... |
sattellite/perl | 69812ab99c052026af219c5abd53e7599b8aceb3 | modified: README modified: weather/weather.pl | diff --git a/README b/README
index 7d7d518..68cb6f6 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
===== PERL scripts =====
= parser - create HTML page from RSSfeed (http://naklon.info/rss/about.htm)
= tv_anounce - create anouncements for 19 russian TV chanels
= weather
- rp5.pl - weather from rp5.ru for Brya... |
sattellite/perl | dbaaedca5ada2824972646306f2681b1699d3a39 | Weather scripts | diff --git a/README b/README
index 3277da2..7d7d518 100644
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
===== PERL scripts =====
= parser - create HTML page from RSSfeed (http://naklon.info/rss/about.htm)
= tv_anounce - create anouncements for 19 russian TV chanels
+= weather
+ - rp5.pl - weather from rp5.ru for Brya... |
sattellite/perl | 811a40f79c2b434f83031b71520713d4a435309d | Small update some code | diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index 58b47ba..fd23050 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anounce.pl
@@ -1,226 +1,226 @@
#!/usr/bin/env perl
use strict;
use warnings;
use LWP;
use HTTP::Request::Common;
use Encode;
use File::Path qw(make_path);
my $url = 'htt... |
sattellite/perl | 2617d3f25d74d79d05e641f27778e2e5a6edb2fe | Some updates | diff --git a/parser/parser.pl b/parser/parser.pl
index 476760a..613edb2 100755
--- a/parser/parser.pl
+++ b/parser/parser.pl
@@ -1,108 +1,122 @@
#!/usr/bin/env perl
-# СкÑÐ¸Ð¿Ñ Ð´Ð»Ñ Ð¿Ð°ÑÑинга RSS ленÑÑ ÑоÑмиÑÑемой Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ RSS Ð´Ð»Ñ phpBB ÑоÑÑма/ÑÑекеÑа
... |
sattellite/perl | 389d6e8952208bc882aa2f0dffe50cfab865a2e8 | Cleaning code and modifing it from PerlPod | diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index bc37ada..e5092a3 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anounce.pl
@@ -1,195 +1,250 @@
#!/usr/bin/env perl
-# Author: sattellite
-# E-Mail: sattellite[at]bks-tv.ru
-# License: MIT
-
-# The MIT License
-#
-# Copyright (c) 2010 sattellite
... |
sattellite/perl | 4ca0a43e1e52d81337a29484b761c245d49c9eb1 | Added checking the selected channel | diff --git a/tv_anounce/.anounce.pl.swp b/tv_anounce/.anounce.pl.swp
index dac55ec..5a256dc 100644
Binary files a/tv_anounce/.anounce.pl.swp and b/tv_anounce/.anounce.pl.swp differ
diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index 7529faa..bc37ada 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anoun... |
sattellite/perl | ba16f627b160b223c513f354028deecc875a4cc1 | Some modify of code | diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index fc88d19..7529faa 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anounce.pl
@@ -1,204 +1,192 @@
#!/usr/bin/env perl
# Author: sattellite
# E-Mail: sattellite[at]bks-tv.ru
# License: MIT
# The MIT License
#
# Copyright (c) 2010 sattellite
... |
sattellite/perl | 667da7b8fcbd4ad5eb5158145ee7f853c393b783 | Cleaned code | diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index da04a03..fc88d19 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anounce.pl
@@ -1,208 +1,204 @@
#!/usr/bin/env perl
# Author: sattellite
# E-Mail: sattellite[at]bks-tv.ru
# License: MIT
# The MIT License
#
# Copyright (c) 2010 sattellite
... |
sattellite/perl | 64ac68a6e0584895c2691a710851b6fa4a302c92 | Create the anouncements files with the DATE in names | diff --git a/.time.pl.swp b/.time.pl.swp
new file mode 100644
index 0000000..0d17018
Binary files /dev/null and b/.time.pl.swp differ
diff --git a/tv_anounce/.anounce.pl.swp b/tv_anounce/.anounce.pl.swp
new file mode 100644
index 0000000..dac55ec
Binary files /dev/null and b/tv_anounce/.anounce.pl.swp differ
diff --git... |
sattellite/perl | 397f77060d679f931bd6201685bdd3d13df41b32 | Now script can create anouncements for all chanels together | diff --git a/tv_anounce/anounce.pl b/tv_anounce/anounce.pl
index 51cbda4..7d747f4 100755
--- a/tv_anounce/anounce.pl
+++ b/tv_anounce/anounce.pl
@@ -1,142 +1,196 @@
#!/usr/bin/env perl
+# Author: sattellite
+# E-Mail: sattellite[at]bks-tv.ru
+# License: BSD
+# Copyright (c) 2010, sattellite
+... |
sattellite/perl | c5ec35bca229f73265f0caff7c2309cc82f57092 | TV anouncements | diff --git a/README b/README
index 3e03e8a..3277da2 100644
--- a/README
+++ b/README
@@ -1,3 +1,4 @@
===== PERL scripts =====
= parser - create HTML page from RSSfeed (http://naklon.info/rss/about.htm)
+= tv_anounce - create anouncements for 19 russian TV chanels
diff --git a/tv_anounce/anounce.pl b/tv_anounce/anou... |
sattellite/perl | 7e81d8e816489a307394470475e105b5cf336695 | Create parser script | diff --git a/parser/parser.pl b/parser/parser.pl
new file mode 100755
index 0000000..82ab69a
--- /dev/null
+++ b/parser/parser.pl
@@ -0,0 +1,84 @@
+#!/usr/bin/env perl
+# СкÑÐ¸Ð¿Ñ Ð´Ð»Ñ Ð¿Ð°ÑÑинга RSS ленÑÑ ÑоÑмиÑÑемой Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ RSS Ð´Ð»Ñ phpBB ÑоÑÑма/ÑÑекеÑÐ... |
sattellite/perl | 7867d418522fdae5e1f2293ec7802323d6610527 | Create repo | diff --git a/README b/README
new file mode 100644
index 0000000..4b2d361
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+===== PERL scripts =====
+
|
TheWanderer/stiler | b2ebcef0f9e96aa5e3cbdcacd2107daf27c98732 | max_all - Maximize all windows | diff --git a/README b/README
index 2ce6325..c52a9d6 100644
--- a/README
+++ b/README
@@ -1,15 +1,16 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | 8dd818581fa4fa50c7ebb85496af2f9e2e6ea5b3 | Evil license detected | diff --git a/stiler.py b/stiler.py
index d2e97d9..a4e37b1 100755
--- a/stiler.py
+++ b/stiler.py
@@ -1,269 +1,287 @@
#!/usr/bin/python
+
+############################################################################
+# Copyright (c) 2009 unohu <unohu0@gmail.com> #
+# ... |
TheWanderer/stiler | 2deb495e4bdbf65a49cb5576edf9fbc3a3e377be | Renamed to sTiler | diff --git a/README b/README
index b145f49..2ce6325 100644
--- a/README
+++ b/README
@@ -1,15 +1,15 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | 275584cbd8e93615c5d793dcc871ac4f3b2decc7 | added config file | diff --git a/README b/README
index 2206c65..b145f49 100644
--- a/README
+++ b/README
@@ -1,19 +1,15 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | b08bf101492ab3aa076577de5a2f3f5b2123d9c2 | Added a maximize function for openbox users Openbox prevents max windows from resizing and moving | diff --git a/manage.py b/manage.py
index da7fb01..8cdb48b 100755
--- a/manage.py
+++ b/manage.py
@@ -1,237 +1,244 @@
#!/usr/bin/python
import sys
import os
import commands
import pickle
BottomPadding = 0
TopPadding = 0
LeftPadding = 0
RightPadding = 0
WinTitle = 21
WinBorder = 1
TempFile = "/tmp/tile_winl... |
TheWanderer/stiler | be6608fcefb36e59793a0d22668705065799acc9 | added horizontal tiling | diff --git a/README b/README
index 15db341..2206c65 100644
--- a/README
+++ b/README
@@ -1,17 +1,19 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | 8a1876376abb9612b6aaffba3e1313a4804ba233 | added vertical tiling | diff --git a/README b/README
index 8780798..15db341 100644
--- a/README
+++ b/README
@@ -1,15 +1,17 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | 3b06c1c6b8e4a6b64045605274f1d68fd95501ed | fix for xdotool error msg. Thanks to ninian http://bbs.archlinux.org/profile.php?id=14996 | diff --git a/manage.py b/manage.py
index af20089..be7d827 100755
--- a/manage.py
+++ b/manage.py
@@ -1,193 +1,193 @@
#!/usr/bin/python
import sys
import os
import commands
import pickle
BottomPadding = 0
TopPadding = 0
LeftPadding = 0
RightPadding = 0
WinTitle = 21
WinBorder = 1
TempFile = "/tmp/tile_winl... |
TheWanderer/stiler | 6f5c9f6ea5ab70d7d075db326f89f0d3cda4fa43 | cycle windows in the layout | diff --git a/README b/README
index d108309..8780798 100644
--- a/README
+++ b/README
@@ -1,13 +1,15 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | 737be14330b2890067b860681d3d492d76a43384 | change in README | diff --git a/README b/README
index 1e49640..d108309 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops,... |
TheWanderer/stiler | dd52be55ffb28e29b96393ec5469d3fa90b99b3e | left/right snap considers screenpadding now thanks to brisbin33 | diff --git a/manage.py b/manage.py
index bc901ef..074f639 100755
--- a/manage.py
+++ b/manage.py
@@ -1,171 +1,171 @@
#!/usr/bin/python
import sys
import os
import commands
import pickle
BottomPadding = 0
TopPadding = 0
LeftPadding = 0
RightPadding = 0
WinTitle = 21
WinBorder = 1
TempFile = "/tmp/tile_winl... |
TheWanderer/stiler | 82a057b4ed697013035d38331b73230a64365b75 | Added swap functionality. The active window will be swapped into the main column | diff --git a/manage.py b/manage.py
index edf7c15..bc901ef 100755
--- a/manage.py
+++ b/manage.py
@@ -1,104 +1,171 @@
#!/usr/bin/python
import sys
import os
import commands
+import pickle
BottomPadding = 0
TopPadding = 0
LeftPadding = 0
RightPadding = 0
WinTitle = 21
WinBorder = 1
+TempFile = "/tmp/tile_winl... |
TheWanderer/stiler | 94bad194be82485168028c22117e3ba2021701bb | added files README and manage.py | diff --git a/README b/README
new file mode 100644
index 0000000..1e49640
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 vir... |
nsyee/tinyblog | e4fd73c3cc8b660d91f829edc2dd61e7730deed5 | add a .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..791762d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.swp
+*.swo
+*.o
+*.hi
+*.pid
+*.fcgi
+*.exe
+*.log
+/db
+/dist
+Main
|
nsyee/tinyblog | 77135528a48e787b582e9f430c102206fbd74eec | add a useGravatar option. | diff --git a/src/TinyBlog.hs b/src/TinyBlog.hs
index ae670b3..7c4be81 100644
--- a/src/TinyBlog.hs
+++ b/src/TinyBlog.hs
@@ -1,90 +1,101 @@
module TinyBlog(
module TinyBlog.Config,
TinyBlog.app
) where
import TinyBlog.Config
import TinyBlog.Entry
import Data.Maybe
+import Network.Gravatar
import Netwo... |
nsyee/tinyblog | 2ed15317b60c0fe99e52cd8ef4777ba2c6ecfe10 | add an install document. | diff --git a/README b/README
index e69de29..5a899f6 100644
--- a/README
+++ b/README
@@ -0,0 +1,44 @@
+# tinyblog
+
+A simple blog tool written with Haskell.
+
+## Install and compile:
+
+ %git git://github.com/nsyee/tinyblog.git
+ %cd tinyblog
+ %runghc Setup.hs configure
+ %runghc Setup.hs build
+ %run... |
nsyee/tinyblog | 7fe4e424d9852093ebc2247a4e93347658157412 | fix a sort bug. | diff --git a/src/TinyBlog/Entry.hs b/src/TinyBlog/Entry.hs
index d8fcb01..14a90c1 100644
--- a/src/TinyBlog/Entry.hs
+++ b/src/TinyBlog/Entry.hs
@@ -1,153 +1,158 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeSynonymInstances #-}
module TinyBlog.Entry(
Entry(..),
getEntryFiles,
readEntry,
... |
ivh/TmyCMS | 611d1f03ffb5c74426fc159d0a8000b620558c28 | use markupfield instead of plain textile | diff --git a/blog/models.py b/blog/models.py
index b1c463a..7b1b680 100644
--- a/blog/models.py
+++ b/blog/models.py
@@ -1,68 +1,70 @@
from django.utils.translation import ugettext_lazy as _
-from django.db import models as m
from django.contrib.sites.models import Site
from django.contrib.sites.managers import Curr... |
ivh/TmyCMS | cee0cb8393aac514830b67d93665cccbbafa343e | smaller changes, moving things around and make it work again with the testserver. | diff --git a/.gitignore b/.gitignore
index 6596c23..9bf733d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.pyc
*~
*.db
/pwds
+*.swp
diff --git a/blog/admin.py b/blog/admin.py
index b41fa15..4ecff54 100644
--- a/blog/admin.py
+++ b/blog/admin.py
@@ -1,17 +1,17 @@
-from MyDjangoSites.blog.models import Ta... |
ivh/TmyCMS | 7b8204fa30b3d30485f82a9c22d8546abc45edc5 | name search url, update TODO | diff --git a/README b/README
index 092d66e..233f60e 100644
--- a/README
+++ b/README
@@ -1,25 +1,26 @@
This is for serving several of my sites
which currently run with Wordpress or Drupal.
TODO:
best-of categoy from Fiket
why are some tags like eu-preasidentschaft broken
fix language when importing apparentbr... |
ivh/TmyCMS | adc45f7ff47f5675a6f00f406831df9fab61fcac | named url in tag template | diff --git a/urls.py b/urls.py
index 7db200a..c50ec3e 100644
--- a/urls.py
+++ b/urls.py
@@ -1,39 +1,39 @@
from django.conf.urls.defaults import *
from django.contrib.comments.feeds import LatestCommentFeed
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from MyDjangoSi... |
ivh/TmyCMS | 7cdb35944cc4e6dd898066a02f065240d3d5e5d1 | named url in tag template | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 6b2b3b6..12de466 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,45 +1,45 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
{% if entries %}
{% for object in entries.object_list ... |
ivh/TmyCMS | 7f34ddcb55740382a2fe59772416ac5b6d4d4f89 | named url in tag template | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 4ae62f4..6b2b3b6 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,45 +1,45 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
{% if entries %}
{% for object in entries.object_list ... |
ivh/TmyCMS | 8808949c08b9188aeaed77866c92de587c5fbc8d | named url in tag template | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 0df4584..4ae62f4 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,45 +1,45 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
{% if entries %}
{% for object in entries.object_list ... |
ivh/TmyCMS | 36225f466dc539d4402b71a7ea0b782375811b11 | add pagination to tags | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 4823227..765915a 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,45 +1,45 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
-{% if object_list %}
+{% if entries %}
-{% for object i... |
ivh/TmyCMS | d1658498bf6180157bd19681c5957146a45a908b | add pagination to tags | diff --git a/blog/views.py b/blog/views.py
index a6c94e9..d4a2ea3 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,106 +1,104 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | b17c7a01425b6e75597a63b1e1dd36eb9a2a0bfd | add pagination to tags | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 1b9d38a..4823227 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,34 +1,45 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
{% if object_list %}
{% for object in object_list %}
... |
ivh/TmyCMS | c029d44a2293f6ebe923af41ce84eeff7b360568 | add autoescape off to tarski.html, also add admindocs in settings | diff --git a/settings.py b/settings.py
index d5dba98..849a3d7 100644
--- a/settings.py
+++ b/settings.py
@@ -1,113 +1,114 @@
# Django settings for MyDjangoSites project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Thomas Marquart', 'thomas@marquart.se'),
)
MANAGERS = ADMINS
dbpwd=open('/home/to... |
ivh/TmyCMS | a145c202ea68ae295808b7b8080c7d1062bb5573 | add pagination to tags | diff --git a/blog/views.py b/blog/views.py
index cca183a..3486754 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,105 +1,105 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 024131bd5660c12c45799ef3835bbfb5a00d25f9 | get plurals right for comment numbers | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 0a32d8f..1b9d38a 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,34 +1,34 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
{% if object_list %}
{% for object in object_list %}
... |
ivh/TmyCMS | 488543e3691f4eb733916252e1f9be9da740700c | get plurals right for comment numbers | diff --git a/templates/base/entry.html b/templates/base/entry.html
index 60b8d24..16e5b4d 100644
--- a/templates/base/entry.html
+++ b/templates/base/entry.html
@@ -1,60 +1,60 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
<div class="post-{{ object.id }} post he... |
ivh/TmyCMS | f0eacc8596e110ecab7e76fe5e08a3c35cd3ed9f | view shortcuts | diff --git a/blog/views.py b/blog/views.py
index 3f51c17..e62db25 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,114 +1,105 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | b9776df0211eca0dd78f057ef77a38ae8faca686 | better tag template | diff --git a/blog/views.py b/blog/views.py
index 18238f6..3f51c17 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,113 +1,114 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | a6bb0c547846ac2726e8b03b87fea2a8f7161e08 | better tag template | diff --git a/templates/base/tag.html b/templates/base/tag.html
index 5d4360d..8dbdbc5 100644
--- a/templates/base/tag.html
+++ b/templates/base/tag.html
@@ -1,27 +1,29 @@
{% extends "index.html" %}
+{% load markup %}
+{% load comments %}
{% block content %}
{% if object_list %}
{% for object in object_list %}
... |
ivh/TmyCMS | 439ff77239e2703e06d3412558f0e3421e85b4af | better tag template | diff --git a/templates/base/search.html b/templates/base/search.html
index c44d379..339e413 100644
--- a/templates/base/search.html
+++ b/templates/base/search.html
@@ -1,36 +1,36 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
<form action="/search/" method="get">
{{ for... |
ivh/TmyCMS | 81ea21440608da12b90aaeb9e6d0e7a27a267215 | add AllBlog, both im import and as template | diff --git a/import_wp.py b/import_wp.py
index 97a61ce..267498b 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,123 +1,138 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | a8a6cd0d5f080c1e4f167f09888d16fca064ce37 | add ordering to tag model, write to-dos in README | diff --git a/README b/README
index bc6f047..8701d4d 100644
--- a/README
+++ b/README
@@ -1,2 +1,23 @@
This is for serving several of my sites
which currently run with Wordpress or Drupal.
+
+
+TODO:
+best-of categoy from Fiket
+why are some tags like eu-preasidentschaft broken
+fix language when importing apparentbri... |
ivh/TmyCMS | db9b2c059af195ddc410eed3a3d330a18e3ed31a | don't link if there is no user url | diff --git a/templates/base/entry.html b/templates/base/entry.html
index bdf01e1..60b8d24 100644
--- a/templates/base/entry.html
+++ b/templates/base/entry.html
@@ -1,60 +1,60 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
<div class="post-{{ object.id }} post he... |
ivh/TmyCMS | 958b57f6ca37bf14b13a3a32ad591d0de2902ee1 | two new headers in templ, also add two DBs to the import script | diff --git a/import_wp.py b/import_wp.py
index 8259b93..97a61ce 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,121 +1,123 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | 0085198050968bf491e109fdc53cfac157dd4b6d | fix a template, add two new sites | diff --git a/templates/apparentbrightness.net/entry.html b/templates/apparentbrightness.net/entry.html
new file mode 120000
index 0000000..e7246f8
--- /dev/null
+++ b/templates/apparentbrightness.net/entry.html
@@ -0,0 +1 @@
+../base/entry.html
\ No newline at end of file
diff --git a/templates/apparentbrightness.net/i... |
ivh/TmyCMS | 84c04401500d4d117bb1be0d589570e68a6635ce | fix a template, add two new sites | diff --git a/templates/fiket.tmy.se/index.html b/templates/fiket.tmy.se/index.html
index bcda32a..0605d15 100644
--- a/templates/fiket.tmy.se/index.html
+++ b/templates/fiket.tmy.se/index.html
@@ -1,24 +1,24 @@
{% extends "tarski.html" %}
{% block title %}Fiket{% endblock %}
{% block header %}
<div id="title">
... |
ivh/TmyCMS | cf68915c4af30e2a0021735b38b98a9ff064f2a2 | add tag cloud | diff --git a/blog/views.py b/blog/views.py
index 1de917d..18238f6 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,109 +1,113 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 4b95ae8f78a3e459035990ce571ba7639210793a | add search feild to main template | diff --git a/templates/tarski.html b/templates/tarski.html
index a967f4f..300a512 100644
--- a/templates/tarski.html
+++ b/templates/tarski.html
@@ -1,119 +1,122 @@
{% load markup %}
{% load comments %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<ht... |
ivh/TmyCMS | 9490e83c5fbf4a998c4f639a5b1952c9bb742295 | small bug in css | diff --git a/templates/base/search.html b/templates/base/search.html
index 655cccf..c44d379 100644
--- a/templates/base/search.html
+++ b/templates/base/search.html
@@ -1,36 +1,36 @@
{% extends "index.html" %}
{% load markup %}
{% load comments %}
{% block content %}
<form action="/search/" method="get">
{{ for... |
ivh/TmyCMS | 871f9df1ac14659c46318557235dedf75e081f74 | better search results | diff --git a/templates/base/search.html b/templates/base/search.html
index b0fefeb..655cccf 100644
--- a/templates/base/search.html
+++ b/templates/base/search.html
@@ -1,33 +1,36 @@
{% extends "index.html" %}
+{% load markup %}
+{% load comments %}
+
{% block content %}
<form action="/search/" method="get">
{{ for... |
ivh/TmyCMS | b37a90b5ac925d9e18d5928e06d2bafb392b41e9 | error handling in import_wp; works with mysql now | diff --git a/import_wp.py b/import_wp.py
index b1648a9..8259b93 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,110 +1,121 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | ddfb39a52091ff53903a3262dd337d079affcb72 | better search results | diff --git a/templates/base/search.html b/templates/base/search.html
index 3c0ee76..b0fefeb 100644
--- a/templates/base/search.html
+++ b/templates/base/search.html
@@ -1,22 +1,33 @@
{% extends "index.html" %}
{% block content %}
<form action="/search/" method="get">
{{ form.as_p }}<input type="submit" value="Suche... |
ivh/TmyCMS | be8345b8c697c076847a6232969c88a0edb2937f | try decoding first when importing again | diff --git a/import_wp.py b/import_wp.py
index ea66704..b1648a9 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,110 +1,110 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | 4a513f8ea53a703fde1d61952cad710b9a685a5b | truncate slug too | diff --git a/import_wp.py b/import_wp.py
index 3782886..ea66704 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,110 +1,110 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | a847cf8b31ca83d298ed44b7d07aab7ac22a1cb8 | truncate comment user_name | diff --git a/import_wp.py b/import_wp.py
index c81ad4f..3782886 100755
--- a/import_wp.py
+++ b/import_wp.py
@@ -1,110 +1,110 @@
#!/usr/bin/python
import MySQLdb
import sys,os
import string as s
os.environ['DJANGO_SETTINGS_MODULE'] = 'MyDjangoSites.settings'
from datetime import datetime
from django.contrib.... |
ivh/TmyCMS | 3dd333984506663b0eb251bc14f4fa4e941b1833 | make body a text-field | diff --git a/blog/models.py b/blog/models.py
index 0c8c8e4..b177227 100644
--- a/blog/models.py
+++ b/blog/models.py
@@ -1,65 +1,65 @@
from django.utils.translation import ugettext_lazy as _
from django.db import models as m
from django.contrib.sites.models import Site
from django.contrib.sites.managers import Curr... |
ivh/TmyCMS | 3dee42458d006a572de1e02ee7db15d741267e85 | increase body field length | diff --git a/blog/models.py b/blog/models.py
index 1030d6c..0c8c8e4 100644
--- a/blog/models.py
+++ b/blog/models.py
@@ -1,65 +1,65 @@
from django.utils.translation import ugettext_lazy as _
from django.db import models as m
from django.contrib.sites.models import Site
from django.contrib.sites.managers import Curr... |
ivh/TmyCMS | 73a1747e1f5992647c6c987c27a3c015957f48da | mysql db in settings | diff --git a/settings.py b/settings.py
index 42207f7..d5dba98 100644
--- a/settings.py
+++ b/settings.py
@@ -1,104 +1,113 @@
# Django settings for MyDjangoSites project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Thomas Marquart', 'thomas@marquart.se'),
)
MANAGERS = ADMINS
+dbpwd=open('/home/to... |
ivh/TmyCMS | ff938abb956e30b0b650f60ab928ef818449cb16 | leave pages out of import for now | diff --git a/blog/views.py b/blog/views.py
index a1d3cdf..1de917d 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,109 +1,109 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | fd43943d67f0bc2fd947f0ae773d4396e5b4055c | add textile to feed | diff --git a/blog/views.py b/blog/views.py
index 1de917d..a1d3cdf 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,109 +1,109 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 64d71a611ed1ca1e75939d09c4f947dd7d1a7f1b | add textile to feed | diff --git a/blog/views.py b/blog/views.py
index f90c76c..1de917d 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,109 +1,109 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 2b36bce92e18f0f60858af892e47f9cea6992f53 | add textile to feed | diff --git a/blog/views.py b/blog/views.py
index 1de917d..f90c76c 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,109 +1,109 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 06556316e3407a6e63f089813fc3d7a16101d35a | add textile to feed | diff --git a/blog/views.py b/blog/views.py
index 262245f..1de917d 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,107 +1,109 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 8a619501f9777c5f94711eec5c1af40befdd5c1d | divide feeds by site | diff --git a/blog/views.py b/blog/views.py
index 1e60d5d..14f0147 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,107 +1,107 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | ecaf7c91c12d839ece427e19715432519219da2c | work on search | diff --git a/simple_search.py b/simple_search.py
index 7a9fbe5..3e3be64 100644
--- a/simple_search.py
+++ b/simple_search.py
@@ -1,91 +1,92 @@
import re
from django.db.models import Q
from django import forms
from django.utils.text import smart_split
from django.conf import settings
from django.core.exceptions ... |
ivh/TmyCMS | 20e6eb0a0b03d566d5c1310b81d2db5cc8ff896b | work on search | diff --git a/simple_search.py b/simple_search.py
index 562cd9c..7a9fbe5 100644
--- a/simple_search.py
+++ b/simple_search.py
@@ -1,91 +1,91 @@
import re
from django.db.models import Q
from django import forms
from django.utils.text import smart_split
from django.conf import settings
from django.core.exceptions ... |
ivh/TmyCMS | 48e3662764de632942d439eb8863a7c5ed5f5d02 | work on search | diff --git a/templates/base/search.html b/templates/base/search.html
index d07e362..1f8029b 100644
--- a/templates/base/search.html
+++ b/templates/base/search.html
@@ -1,12 +1,14 @@
{% extends "index.html" %}
{% block content %}
<form action="." method="get">
-{% csrf_token %}
-<table>{{ form.as_table }}</table><in... |
ivh/TmyCMS | 92becb4d2f24d6edab4db937ffaced2d34fb0a9f | work on search | diff --git a/simple_search.py b/simple_search.py
index 6d37ee5..562cd9c 100644
--- a/simple_search.py
+++ b/simple_search.py
@@ -1,91 +1,91 @@
import re
from django.db.models import Q
from django import forms
from django.utils.text import smart_split
from django.conf import settings
from django.core.exceptions ... |
ivh/TmyCMS | e605be8d22df056e0aa62fc732014abeca4bbf39 | add (flat) page template | diff --git a/templates/atheist.tmy.se/page.html b/templates/atheist.tmy.se/page.html
new file mode 120000
index 0000000..019b8e8
--- /dev/null
+++ b/templates/atheist.tmy.se/page.html
@@ -0,0 +1 @@
+../base/page.html
\ No newline at end of file
diff --git a/templates/base/page.html b/templates/base/page.html
new file m... |
ivh/TmyCMS | f9da38cee22bead8ee0f205edbec2e7e1cf8c1d5 | add flatpages middleware | diff --git a/settings.py b/settings.py
index f2c05c0..42207f7 100644
--- a/settings.py
+++ b/settings.py
@@ -1,103 +1,104 @@
# Django settings for MyDjangoSites project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Thomas Marquart', 'thomas@marquart.se'),
)
MANAGERS = ADMINS
DATABASES = {
'... |
ivh/TmyCMS | 22799773dfdbfa139d5e2ac95f6598abd217dcbf | debug info | diff --git a/blog/views.py b/blog/views.py
index af830ff..2f5bfd2 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,107 +1,107 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 5a62fd741fa67a2e728c489fc036fdea53204b94 | proper logging in views | diff --git a/blog/views.py b/blog/views.py
index 59817c4..af830ff 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,107 +1,107 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | 4c0833a5c87fae6a2b51ead0f5c9580a39f5935d | proper logging in views | diff --git a/blog/views.py b/blog/views.py
index cc6028c..59817c4 100644
--- a/blog/views.py
+++ b/blog/views.py
@@ -1,103 +1,107 @@
from django.http import Http404
from django.views.generic import list_detail
from MyDjangoSites.blog.models import Tag,Entry
from django.contrib.sites.models import Site
from django.... |
ivh/TmyCMS | f8260e5e10f7cdfebc7ecc92cbf8e384656597a7 | rename eu-templates | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6596c23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pyc
+*~
+*.db
+/pwds
diff --git a/README b/README
new file mode 100644
index 0000000..bc6f047
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This is for serving several of my sites
+which curr... |
ivh/TmyCMS | 9c5ac14f3218078f7674ce046b6cc9cbc16ac154 | eu-template | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6596c23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pyc
+*~
+*.db
+/pwds
diff --git a/README b/README
new file mode 100644
index 0000000..bc6f047
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This is for serving several of my sites
+which curr... |
pwim/emoticon | 0c1d248e0e3eece386027e9386693da169a2b2c2 | bump version | diff --git a/emoticon.gemspec b/emoticon.gemspec
index 4a1d6ea..21171e8 100644
--- a/emoticon.gemspec
+++ b/emoticon.gemspec
@@ -1,35 +1,35 @@
Gem::Specification.new do |s|
s.name = "emoticon"
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.date = "2008-11-12"
s.summary = "Emoticon (emoji) handling... |
pwim/emoticon | 9a39d04816a58f05d14abfea3d3f9cd67482be77 | Changed to output Shift_JIS pictograms for SoftBank | diff --git a/lib/emoticon/transcoder/jphone.rb b/lib/emoticon/transcoder/jphone.rb
index 0d2c6ff..2539325 100644
--- a/lib/emoticon/transcoder/jphone.rb
+++ b/lib/emoticon/transcoder/jphone.rb
@@ -1,25 +1,19 @@
require File.join(File.dirname(File.dirname(__FILE__)), "transcoder", "softbank")
class Emoticon::Transco... |
pwim/emoticon | f0bde998ed6c08fe3170b88db6444f6bfade4e99 | Bump version | diff --git a/emoticon.gemspec b/emoticon.gemspec
index d1ab6f7..4a1d6ea 100644
--- a/emoticon.gemspec
+++ b/emoticon.gemspec
@@ -1,35 +1,35 @@
Gem::Specification.new do |s|
s.name = "emoticon"
- s.version = "0.0.2"
+ s.version = "0.0.3"
s.date = "2008-11-12"
s.summary = "Emoticon (emoji) handling... |
pwim/emoticon | 2ad0419226ba1065dfc859b31c74d9907b0b91f8 | Robustify. Fix test cases. Add method for transcoding shift jis to unicode cr for docomo. | diff --git a/lib/emoticon.rb b/lib/emoticon.rb
index 8cf5222..67011a0 100644
--- a/lib/emoticon.rb
+++ b/lib/emoticon.rb
@@ -1,14 +1,14 @@
Dir.glob(File.join(File.dirname(__FILE__), "emoticon", "transcoder", "*.rb")) do |file|
require "emoticon/transcoder/#{File.basename(file, ".rb")}"
end
module Emoticon
de... |
pwim/emoticon | f1e13804366a321ef93f6576a954e0805a53d3e9 | try bumping version to see if this causes gem to be built | diff --git a/emoticon.gemspec b/emoticon.gemspec
index 9610fc5..d1ab6f7 100644
--- a/emoticon.gemspec
+++ b/emoticon.gemspec
@@ -1,35 +1,35 @@
Gem::Specification.new do |s|
s.name = "emoticon"
- s.version = "0.0.1"
+ s.version = "0.0.2"
s.date = "2008-11-12"
s.summary = "Emoticon (emoji) handling... |
pwim/emoticon | 59590af4f4eb6f2946b1793dabf5a08f9a76e093 | Convert to singleton as these objects are stateless | diff --git a/lib/emoticon.rb b/lib/emoticon.rb
index 7982983..8cf5222 100644
--- a/lib/emoticon.rb
+++ b/lib/emoticon.rb
@@ -1,14 +1,14 @@
Dir.glob(File.join(File.dirname(__FILE__), "emoticon", "transcoder", "*.rb")) do |file|
require "emoticon/transcoder/#{File.basename(file, ".rb")}"
end
module Emoticon
de... |
pwim/emoticon | d9252e9f74a938bda580fd8b800938c871efe3f7 | Add gemspec | diff --git a/README b/README
index 14fdc64..b0dd505 100644
--- a/README
+++ b/README
@@ -1,26 +1,31 @@
== emoticon: A library for transcoding Japanese mobile phones' emoticons (emoji)
This library has been extracted and refactored from Jpmobile, a rails plugin
for handling Japanese mobile phones. Most of the code... |
pwim/emoticon | 550ddcd6d382451aa6f00ce48b708f7d5727427f | Restructure | diff --git a/lib/MIT-LICENSE b/MIT-LICENSE
similarity index 100%
rename from lib/MIT-LICENSE
rename to MIT-LICENSE
diff --git a/README b/README
index 93274eb..14fdc64 100644
--- a/README
+++ b/README
@@ -1,16 +1,26 @@
== emoticon: A library for transcoding Japanese mobile phones' emoticons (emoji)
This library has ... |
pwim/emoticon | 4485a817562c2a4876da7b0e2bd9c1bcf0939e56 | Initial extraction and refactoring of emoticon from Jpmobile | diff --git a/README b/README
index e69de29..93274eb 100644
--- a/README
+++ b/README
@@ -0,0 +1,16 @@
+== emoticon: A library for transcoding Japanese mobile phones' emoticons (emoji)
+
+This library has been extracted and refactored from Jpmobile, a rails plugin
+for handling Japanese mobile phones. Most of the code ... |
darxriggs/ip-world-map | 69530ecf6383b0a1db9ab61db6d0cdc1e2f72f5d | remove gemcutter reference from README | diff --git a/README.rdoc b/README.rdoc
index 3588eb2..d51b044 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,67 +1,66 @@
= IP World Map
This tool can be used to visualize web access logfiles.
It performs geo-location resolution on the IPs (using api.hostip.info) and can generate:
* a fixed image
* an animated ... |
darxriggs/ip-world-map | 5d783a6c4c6151ee35a07e22b6bcefd1eb209df7 | upgrade to version 1.0.1 | diff --git a/Rakefile b/Rakefile
index 1d629b3..36b5c35 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,47 +1,47 @@
# -*- coding: utf-8 -*-
require 'rubygems'
require 'rubygems/package_task'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*.rb'
t.rcov = false
t.rcov_op... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.