CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 20:38:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091206195505
location: https://web.archive.org/web/20091206195505/https://github.com/uswaretech/django-buzz
server-timing: captures_list;dur=0.695428, exclusion.robots;dur=0.030516, exclusion.robots.policy;dur=0.017878, esindex;dur=0.009687, cdx.remote;dur=33.223436, LoadShardBlock;dur=369.955391, PetaboxLoader3.datanode;dur=66.963687, PetaboxLoader3.resolve;dur=133.525576
x-app-server: wwwb-app200
x-ts: 302
x-tr: 621
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 20:38:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 06 Dec 2009 19:55:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "82f5b6728c9ab14709be6a51eaa85013"
x-archive-orig-x-runtime: 456ms
x-archive-orig-content-length: 27115
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 06 Dec 2009 19:55:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 06 Dec 2009 19:55:05 GMT", ; rel="memento"; datetime="Sun, 06 Dec 2009 19:55:05 GMT", ; rel="next memento"; datetime="Fri, 18 Dec 2009 06:50:21 GMT", ; rel="last memento"; datetime="Mon, 25 Jan 2021 04:41:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091206185002_crawl102-c/52_13_20091206195358_crawl101.arc.gz
server-timing: captures_list;dur=0.508478, exclusion.robots;dur=0.024203, exclusion.robots.policy;dur=0.014081, esindex;dur=0.013600, cdx.remote;dur=13.715025, LoadShardBlock;dur=111.261673, PetaboxLoader3.datanode;dur=175.106802, load_resource;dur=190.936526, PetaboxLoader3.resolve;dur=81.601907
x-app-server: wwwb-app200
x-ts: 200
x-tr: 376
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
uswaretech's django-buzz at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | What is hot and buzzing in a topic? edit |
Homepage: | https://uswaretech.com/doloto/welcome/ edit |
Public Clone URL: |
git://github.com/uswaretech/django-buzz.git
Give this clone URL to anyone.
git clone git://github.com/uswaretech/django-buzz.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:uswaretech/django-buzz.git
|
name | age | message | |
---|---|---|---|
![]() |
README.txt | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
__init__.py | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
doloto.kpf | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
fetchffeed.py | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
logging.conf | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
manage.py | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
pystories/ | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
settings.py | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
site_media/ | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
templates/ | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
![]() |
urls.py | Sat Nov 14 09:38:29 -0800 2009 | First commit. Export from svn. [uswaretech] |
README.txt
ABOUT ----------- This is an app to show the latest buzz around a topic. It uses the latest shares from google reader to find out what is hot. LICENCE: -------- The following code is released under a GNU GPL v2.0 license. (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) READ THE FOLLOWING BEFORE USING THE CODE ---------------------------------------- 1)fetchfeed.py is the cron job which fetches data from the friendfeed API for every 10 minutes. Please setup fetchfeed.py as cronjob using crontab. 2)Please change the values in localsettings.py as per your local settings. SUBMITTING A PATCH ------------------ If want to submit a patch after fixing some bugs or adding new functionality.Please email your patch to github@uswaretech.com. Feel free to reuse this app in your own application.
This feature is coming soon. Sit tight!