]> git.etc.gen.nz Git - whoisi.git/commit
initial import from other repo
authorapache <apache@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sat, 20 Sep 2008 03:53:32 +0000 (03:53 +0000)
committerapache <apache@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sat, 20 Sep 2008 03:53:32 +0000 (03:53 +0000)
commit5d449a451f1ea10842d32dbe82d37e0f73af7d69
tree0f765c11151a0a934a03351a6a2d68079212fdbd
initial import from other repo

git-svn-id: svn://trac.whoisi.com/whoisi/trunk@1 ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c
259 files changed:
ChangeLog [new file with mode: 0644]
README.txt [new file with mode: 0644]
TODO.txt [new file with mode: 0644]
blacklist_rss.txt [new file with mode: 0644]
controller-1.cfg [new file with mode: 0644]
controller-service [new file with mode: 0755]
dev.cfg [new file with mode: 0644]
devdata.sqlite [new file with mode: 0644]
feed-parse-service [new file with mode: 0755]
firehose-client [new file with mode: 0755]
html-feed-scrape-service [new file with mode: 0755]
lib/__init__.py [new file with mode: 0644]
lib/feedparser.py [new file with mode: 0644]
master-dev.cfg [new file with mode: 0644]
master-service [new file with mode: 0755]
patches/README [new file with mode: 0644]
patches/feedparser-title.patch [new file with mode: 0644]
picasa-poll-service [new file with mode: 0755]
prod.cfg [new file with mode: 0644]
publisher-1.cfg [new file with mode: 0644]
publisher-service [new file with mode: 0755]
runtests.sh [new file with mode: 0755]
sample-prod.cfg [new file with mode: 0644]
services/__init__.py [new file with mode: 0644]
services/command/__init__.py [new file with mode: 0644]
services/command/base.py [new file with mode: 0644]
services/command/controller.py [new file with mode: 0644]
services/command/database.py [new file with mode: 0644]
services/command/delicious.py [new file with mode: 0644]
services/command/download.py [new file with mode: 0644]
services/command/exceptions.py [new file with mode: 0644]
services/command/feedparse.py [new file with mode: 0644]
services/command/flickr.py [new file with mode: 0644]
services/command/htmlscrape.py [new file with mode: 0644]
services/command/identica.py [new file with mode: 0644]
services/command/linkedin.py [new file with mode: 0644]
services/command/newsite.py [new file with mode: 0644]
services/command/newsite.txt [new file with mode: 0644]
services/command/picasa.py [new file with mode: 0644]
services/command/previewsite.py [new file with mode: 0644]
services/command/service.py [new file with mode: 0644]
services/command/setup.py [new file with mode: 0644]
services/command/siterefresh.py [new file with mode: 0644]
services/command/twitter.py [new file with mode: 0644]
services/command/utils.py [new file with mode: 0644]
services/command/xmlnode.py [new file with mode: 0644]
services/config/__init__.py [new file with mode: 0644]
services/master/__init__.py [new file with mode: 0644]
services/master/database.py [new file with mode: 0644]
services/master/feedrefresh.py [new file with mode: 0644]
services/master/flickr.py [new file with mode: 0644]
services/master/linkedin.py [new file with mode: 0644]
services/master/newsite.py [new file with mode: 0644]
services/master/picasa.py [new file with mode: 0644]
services/master/previewsite.py [new file with mode: 0644]
services/master/publisher.py [new file with mode: 0644]
services/master/refreshmanager.py [new file with mode: 0644]
services/master/sitelock.py [new file with mode: 0644]
services/master/states.txt [new file with mode: 0644]
services/master/worker.py [new file with mode: 0644]
services/protocol/__init__.py [new file with mode: 0644]
services/protocol/childlistener.py [new file with mode: 0644]
services/protocols.txt [new file with mode: 0644]
services/publisher/__init__.py [new file with mode: 0644]
services/publisher/lookup.py [new file with mode: 0644]
services/publisher/protocol.py [new file with mode: 0644]
services/publisher/server.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
smoketest.txt [new file with mode: 0644]
sources/apple-touch-icon.png [new file with mode: 0644]
sources/favicon.ico [new file with mode: 0644]
sources/favicon.png [new file with mode: 0644]
sources/whoisi-100.png [new file with mode: 0644]
sources/whoisi-150.png [new file with mode: 0644]
sources/whoisi-200.png [new file with mode: 0644]
sources/whoisi-icon-mini.svg [new file with mode: 0644]
sources/whoisi-icon.svg [new file with mode: 0644]
start-test-db.py [new file with mode: 0755]
start-test-whoisi.sh [new file with mode: 0755]
start-whoisi.py [new file with mode: 0755]
test-ws.cfg [new file with mode: 0644]
test.cfg [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/nose/__init__.py [new file with mode: 0644]
tests/nose/data/linkedin/christopherblizzard [new file with mode: 0644]
tests/nose/data/linkedin/clarkbw [new file with mode: 0644]
tests/nose/data/linkedin/johnath [new file with mode: 0644]
tests/nose/data/linkedin/johnlilly [new file with mode: 0644]
tests/nose/data/linkedin/reidhoffman [new file with mode: 0644]
tests/nose/data/linkedin/reidhoffman_added [new file with mode: 0644]
tests/nose/data/linkedin/reidhoffman_empty [new file with mode: 0644]
tests/nose/data/linkedin/reidhoffman_removed [new file with mode: 0644]
tests/nose/data/linkedin/unknown [new file with mode: 0644]
tests/nose/test_linkedin.py [new file with mode: 0644]
tests/nose/test_newsite.py [new file with mode: 0644]
tests/twisted/__init__.py [new file with mode: 0644]
tests/twisted/database.py [new file with mode: 0644]
tests/twisted/local/__init__.py [new file with mode: 0644]
tests/twisted/local/data/GasteroProd [new file with mode: 0644]
tests/twisted/local/data/beef-2.rss2 [new file with mode: 0644]
tests/twisted/local/data/beef-no-ids-2.rss2 [new file with mode: 0644]
tests/twisted/local/data/beef-no-ids.rss2 [new file with mode: 0644]
tests/twisted/local/data/beef.rss2 [new file with mode: 0644]
tests/twisted/local/data/no-link.atom [new file with mode: 0644]
tests/twisted/local/data/relative-links.atom [new file with mode: 0644]
tests/twisted/local/test_commandmanager.py [new file with mode: 0644]
tests/twisted/local/test_feedparse.py [new file with mode: 0644]
tests/twisted/local/test_feedparse_perf.py [new file with mode: 0644]
tests/twisted/local/test_newsite.py [new file with mode: 0644]
tests/twisted/network/__init__.py [new file with mode: 0644]
tests/twisted/network/test_download.py [new file with mode: 0644]
tests/twisted/network/test_feedparse.py [new file with mode: 0644]
tests/twisted/network/test_feedrefresh.py [new file with mode: 0644]
tests/twisted/network/test_flickr.py [new file with mode: 0644]
tests/twisted/network/test_linkedin.py [new file with mode: 0644]
tests/twisted/network/test_linkedin_refresh.py [new file with mode: 0644]
tests/twisted/network/test_newsite.py [new file with mode: 0644]
tests/twisted/network/test_picasa.py [new file with mode: 0644]
tests/twisted/network/test_picasa_preview.py [new file with mode: 0644]
tests/twisted/network/test_picasa_refresh.py [new file with mode: 0644]
tests/twisted/network/test_previewsite.py [new file with mode: 0644]
utils/archive-site-history.py [new file with mode: 0755]
utils/clean_site_history_dups.py [new file with mode: 0755]
utils/clean_site_refresh.py [new file with mode: 0755]
utils/clean_tmp.sh [new file with mode: 0755]
utils/convert-display-cache.py [new file with mode: 0755]
utils/delete_user.py [new file with mode: 0755]
utils/follower_stats.py [new file with mode: 0755]
utils/query_everyone_perf.py [new file with mode: 0755]
utils/utils.cfg [new file with mode: 0644]
whoisi.egg-info/PKG-INFO [new file with mode: 0644]
whoisi.egg-info/SOURCES.txt [new file with mode: 0644]
whoisi.egg-info/dependency_links.txt [new file with mode: 0644]
whoisi.egg-info/not-zip-safe [new file with mode: 0644]
whoisi.egg-info/paster_plugins.txt [new file with mode: 0644]
whoisi.egg-info/requires.txt [new file with mode: 0644]
whoisi.egg-info/sqlobject.txt [new file with mode: 0644]
whoisi.egg-info/top_level.txt [new file with mode: 0644]
whoisi/__init__.py [new file with mode: 0644]
whoisi/api.py [new file with mode: 0644]
whoisi/config/__init__.py [new file with mode: 0644]
whoisi/config/app.cfg [new file with mode: 0644]
whoisi/config/log.cfg [new file with mode: 0644]
whoisi/controllers.py [new file with mode: 0644]
whoisi/json.py [new file with mode: 0644]
whoisi/model.py [new file with mode: 0644]
whoisi/release.py [new file with mode: 0644]
whoisi/search.py [new file with mode: 0644]
whoisi/source/flickr-blank-75x75.svg [new file with mode: 0644]
whoisi/static/css/style.css [new file with mode: 0644]
whoisi/static/css/style.css.orig [new file with mode: 0644]
whoisi/static/images/apple-touch-icon.png [new file with mode: 0644]
whoisi/static/images/event/add-tag-arrow.png [new file with mode: 0644]
whoisi/static/images/event/alias-link-arrow.png [new file with mode: 0644]
whoisi/static/images/event/edit-link-arrow.png [new file with mode: 0644]
whoisi/static/images/favicon.ico [new file with mode: 0644]
whoisi/static/images/header_inner.png [new file with mode: 0644]
whoisi/static/images/info.png [new file with mode: 0644]
whoisi/static/images/ok.png [new file with mode: 0644]
whoisi/static/images/sites/blogger16x16.gif [new file with mode: 0644]
whoisi/static/images/sites/delicious.png [new file with mode: 0644]
whoisi/static/images/sites/feed-icon-16x16.png [new file with mode: 0755]
whoisi/static/images/sites/flickr-blank-75x75.png [new file with mode: 0644]
whoisi/static/images/sites/flickr-favicon.gif [new file with mode: 0644]
whoisi/static/images/sites/home.png [new file with mode: 0644]
whoisi/static/images/sites/identica.png [new file with mode: 0644]
whoisi/static/images/sites/linkedin.gif [new file with mode: 0644]
whoisi/static/images/sites/picasa-favicon.png [new file with mode: 0644]
whoisi/static/images/sites/twitter.png [new file with mode: 0644]
whoisi/static/images/sites/white-16x16.jpg [new file with mode: 0644]
whoisi/static/images/sites/wikipedia.png [new file with mode: 0644]
whoisi/static/images/tg_under_the_hood.png [new file with mode: 0644]
whoisi/static/images/under_the_hood_blue.png [new file with mode: 0644]
whoisi/static/images/whoisi-100.png [new file with mode: 0644]
whoisi/static/images/whoisi-200.png [new file with mode: 0644]
whoisi/static/javascript/addform.js [new file with mode: 0644]
whoisi/static/javascript/follow.js [new file with mode: 0644]
whoisi/static/javascript/jquery.js [new file with mode: 0644]
whoisi/static/javascript/keys.js.in [new file with mode: 0644]
whoisi/static/javascript/person.js [new file with mode: 0644]
whoisi/static/tests/empty.html [new file with mode: 0644]
whoisi/static/tests/empty_feed.html [new file with mode: 0644]
whoisi/static/tests/empty_file.atom [new file with mode: 0644]
whoisi/static/tests/multiple_feeds.html [new file with mode: 0644]
whoisi/static/tests/no-feed-relative-links.atom [new file with mode: 0644]
whoisi/static/tests/no-feed-relative-links.html [new file with mode: 0644]
whoisi/static/tests/no-link.atom [new file with mode: 0644]
whoisi/static/tests/no-link.html [new file with mode: 0644]
whoisi/static/tests/one_entry.atom [new file with mode: 0644]
whoisi/static/tests/relative-feed-relative-links.atom [new file with mode: 0644]
whoisi/static/tests/relative-feed-relative-links.html [new file with mode: 0644]
whoisi/static/tests/relative-links.atom [new file with mode: 0644]
whoisi/static/tests/relative-links.html [new file with mode: 0644]
whoisi/static/tests/relative_feed.atom [new file with mode: 0644]
whoisi/static/tests/relative_feed.html [new file with mode: 0644]
whoisi/static/txt/robots.txt [new file with mode: 0644]
whoisi/summary.py [new file with mode: 0644]
whoisi/templates/__init__.py [new file with mode: 0644]
whoisi/templates/about.mak [new file with mode: 0644]
whoisi/templates/aliases-widget.mak [new file with mode: 0644]
whoisi/templates/api-top-doc.mak [new file with mode: 0644]
whoisi/templates/contact.mak [new file with mode: 0644]
whoisi/templates/delicious-widget.mak [new file with mode: 0644]
whoisi/templates/event.mak [new file with mode: 0644]
whoisi/templates/events.mak [new file with mode: 0644]
whoisi/templates/everyone.mak [new file with mode: 0644]
whoisi/templates/flickr-widget.mak [new file with mode: 0644]
whoisi/templates/follow-byname.mak [new file with mode: 0644]
whoisi/templates/follow-no-entries.mak [new file with mode: 0644]
whoisi/templates/follow.mak [new file with mode: 0644]
whoisi/templates/identica-widget.mak [new file with mode: 0644]
whoisi/templates/index.mak [new file with mode: 0644]
whoisi/templates/linkedin-widget.mak [new file with mode: 0644]
whoisi/templates/login-info.mak [new file with mode: 0644]
whoisi/templates/login-not-found.mak [new file with mode: 0644]
whoisi/templates/master.mak [new file with mode: 0644]
whoisi/templates/name-add-widget.mak [new file with mode: 0644]
whoisi/templates/name-remove-widget.mak [new file with mode: 0644]
whoisi/templates/name-update-widget.mak [new file with mode: 0644]
whoisi/templates/nofollow.mak [new file with mode: 0644]
whoisi/templates/person-add-confirm.mak [new file with mode: 0644]
whoisi/templates/person-add-pick-widget.mak [new file with mode: 0644]
whoisi/templates/person-add.mak [new file with mode: 0644]
whoisi/templates/person-widget.mak [new file with mode: 0644]
whoisi/templates/person.mak [new file with mode: 0644]
whoisi/templates/picasa-widget.mak [new file with mode: 0644]
whoisi/templates/recommendations.mak [new file with mode: 0644]
whoisi/templates/search-widget.mak [new file with mode: 0644]
whoisi/templates/search.mak [new file with mode: 0644]
whoisi/templates/site-add-error-widget.mak [new file with mode: 0644]
whoisi/templates/site-add-pick-widget.mak [new file with mode: 0644]
whoisi/templates/site-add-status-widget.mak [new file with mode: 0644]
whoisi/templates/site-add-widget.mak [new file with mode: 0644]
whoisi/templates/site-remove-widget.mak [new file with mode: 0644]
whoisi/templates/twitter-widget.mak [new file with mode: 0644]
whoisi/templates/unseen-no-entries.mak [new file with mode: 0644]
whoisi/templates/unseen.mak [new file with mode: 0644]
whoisi/templates/weblog-widget.mak [new file with mode: 0644]
whoisi/templates/welcome.kid [new file with mode: 0644]
whoisi/tests/__init__.py [new file with mode: 0644]
whoisi/tests/test_controllers.py [new file with mode: 0644]
whoisi/tests/test_model.py [new file with mode: 0644]
whoisi/utils/__init__.py [new file with mode: 0644]
whoisi/utils/display.py [new file with mode: 0644]
whoisi/utils/fast_api.py [new file with mode: 0644]
whoisi/utils/fast_follow.py [new file with mode: 0644]
whoisi/utils/fast_history.py [new file with mode: 0644]
whoisi/utils/flickr.py [new file with mode: 0644]
whoisi/utils/follow.py [new file with mode: 0644]
whoisi/utils/names.py [new file with mode: 0644]
whoisi/utils/picasa.py [new file with mode: 0644]
whoisi/utils/preview_site.py [new file with mode: 0644]
whoisi/utils/recaptcha.py [new file with mode: 0644]
whoisi/utils/recommendations.py [new file with mode: 0644]
whoisi/utils/site_history.py [new file with mode: 0644]
whoisi/utils/sites.py [new file with mode: 0644]
whoisi/utils/track.py [new file with mode: 0644]
whoisi/utils/twitter.py [new file with mode: 0644]
whoisi/utils/url_lookup.py [new file with mode: 0644]