From 5c536c75f5db7140c44b7fd8126f4d752fc83165 Mon Sep 17 00:00:00 2001 From: Michael Purcaro Date: Sun, 2 Mar 2014 13:13:38 -0500 Subject: [PATCH] update README --- README.md | 8 +++----- scripts/utils.py | 2 -- setup.py | 2 -- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e18a307..f33474e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ feed-reader-lib =============== - Fast, thread-safe, extensible & platform independent feed reader library in C++, supports RSS, ATOM, RDF - =============== -FeedReader is a C++ library designed to retrieve and parse web feeds such as RSS, ATOM and RDF. Features: FeedReader was designed to scale: it is fast, thread-safe, extensible and platform-independent. @@ -26,7 +23,7 @@ Dependencies: The FeedReader library is dependent on, and was tested with the following libraries/versions: - * Boost 1.36 (was also tested with 1.33_1) + * Boost >=1.55 (can be built using setup.py; tested on Ubuntu 12.04) * libcurl 7.18.1 * Xerces 2.8.0 * Xalan 1.10.1 @@ -34,6 +31,7 @@ The FeedReader library is dependent on, and was tested with the following librar =============== FeedReader was created by Yoav Aviram (yoav.aviram AT gmail DOT com) +FeedReader was migrated to GitHub by Michael Purcaro (purcaro AT gmail DOT com) =============== converted from https://code.google.com/p/feed-reader-lib/ by @@ -42,6 +40,6 @@ git remote add origin git@github.com:purcaro/feed-reader-lib.git git config branch.master.remote origin git config branch.master.merge refs/heads/master -Authors: +authors.txt file: (no author) = no_author yoav.aviram = Yoav Aviram diff --git a/scripts/utils.py b/scripts/utils.py index 54452d0..6a64dfd 100755 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -1,7 +1,5 @@ #!/usr/bin/python -"purcaro@gmail.com" - import urllib, os, shutil, tarfile, multiprocessing, subprocess, sys class Utils: diff --git a/setup.py b/setup.py index f4221cb..26f3b40 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ #!/usr/bin/python -# by purcaro@gmail.com - import subprocess, sys, os, argparse from scripts.utils import Utils from collections import namedtuple