CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 07:32:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100218133909
location: https://web.archive.org/web/20100218133909/https://github.com/ericflo/django-oembed/tree/
server-timing: captures_list;dur=0.798390, exclusion.robots;dur=0.036161, exclusion.robots.policy;dur=0.021427, esindex;dur=0.012945, cdx.remote;dur=16.219812, LoadShardBlock;dur=229.446784, PetaboxLoader3.datanode;dur=80.385759, PetaboxLoader3.resolve;dur=46.144228
x-app-server: wwwb-app200
x-ts: 302
x-tr: 282
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: Fri, 22 Aug 2025 07:32:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 18 Feb 2010 13:39:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a00a9779747ecf86043bafe43643ba24"
x-archive-orig-x-runtime: 533ms
x-archive-orig-content-length: 25351
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: Thu, 18 Feb 2010 13:39:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 18 Feb 2010 13:39:09 GMT", ; rel="memento"; datetime="Thu, 18 Feb 2010 13:39:09 GMT", ; rel="last memento"; datetime="Thu, 18 Feb 2010 13:39:09 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_14_20100218110246_crawl102-c/52_14_20100218133902_crawl101.arc.gz
server-timing: captures_list;dur=0.498648, exclusion.robots;dur=0.021208, exclusion.robots.policy;dur=0.012606, esindex;dur=0.008342, cdx.remote;dur=27.100527, LoadShardBlock;dur=242.874402, PetaboxLoader3.datanode;dur=237.872378, PetaboxLoader3.resolve;dur=179.327738, load_resource;dur=207.862732
x-app-server: wwwb-app200
x-ts: 200
x-tr: 539
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
ericflo's django-oembed at master - GitHub
This service is courtesy of Pledgie.
ericflo / django-oembed
- Source
- Commits
- Network (8)
- Issues (3)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (1)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A collection of Django tools which make it easy to change text filled with oembed links into the embedded objects themselves. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Dec 11 11:37:02 -0800 2008 | Added .gitignore [Idan Gazit] |
![]() |
CONTRIBUTORS.txt | Sun Dec 14 16:02:37 -0800 2008 | Added Idan as a contributor [Idan Gazit] |
![]() |
INSTALL.txt | Mon May 26 02:00:14 -0700 2008 | Added docstrings and inline documentation, and ... [floguy] |
![]() |
LICENSE.txt | Sun May 25 21:26:03 -0700 2008 | Added test subfolder. git-svn-id: https://dja... [floguy] |
![]() |
MANIFEST.in | Sun Apr 05 14:42:18 -0700 2009 | Fixed manifest template Signed-off-by: Eric Fl... [Jannis Leidel] |
![]() |
README.txt | Mon May 26 02:00:14 -0700 2008 | Added docstrings and inline documentation, and ... [floguy] |
![]() |
docs/ | Sun Oct 19 22:35:52 -0700 2008 | More minor fixes to rst formatting. git-svn-id... [floguy] |
![]() |
oembed/ | Tue Oct 13 10:41:17 -0700 2009 | Added Scribd as an oembed provider [theju] |
![]() |
setup.py | Mon Nov 30 10:56:40 -0800 2009 | bump version to 0.1.1 [brosner] |
![]() |
tests/ | Sun May 25 21:26:37 -0700 2008 | Got rid of some old SVN fragments. git-svn-id... [floguy] |
README.txt
======================= django-oembed ======================= This is a collection of tools for Django to allow for replacing links in text with OEmbed. This application also provides utilities to make this process not prohibitively expensive CPU-wise. For installation instructions, read INSTALL.txt. Visit the google code page at https://django-oembed.googlecode.com/