Additional examples of how to use @jjake's A python interface to archive.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once(dirname(__FILE__).'/bootstrap.php'); | |
$oParser = new Sabberworm\CSS\Parser(file_get_contents('php://stdin')); | |
$oCss = $oParser->parse(); | |
foreach($oCss->getAllDeclarationBlocks() as $oBlock) { | |
foreach($oBlock->getSelectors() as $oSelector) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://archive.org/details/IDENTIFIER | |
http://archive.org/download/IDENTIFIER/FILENAME.EXT | |
http://archive.org/services/img/IDENTIFIER | |
http://archive.org/embed/IDENTIFIER | |
http://archive.org/compress/IDENTIFIER/formats=JPEG&file=/IDENTIFIER.zip | |
https://archive.org/edit/IDENTIFIER | |
https://archive.org/manage/IDENTIFIER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
article,audio,collection,data,education,etree,image,movies,other,software,texts,web |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="https://archive.org/download/AliciasShoes/alicias_shoes.jpg" /> |
- https://www.flickr.com/services/api/
- https://www.flickr.com/services/api/flickr.photos.getSizes.html
- https://www.flickr.com/services/api/flickr.people.getPhotos.html
- https://github.com/jrtilson/phpflickr - php wrapper for the flicr api
- http://timeline.knightlab.com/docs/instantiate-a-timeline.html
- https://developers.archive.org/
- https://archive.org/help/json.php
- https://archive.org/help/coding.php
- https://archive.org/help/abouts3.txt
- https://archive.org/help/contrib-advanced.php
- https://archive.org/help/derivatives.php - IA Conversions aka Derivatives - has exclusion advanced techniques at bottom
- http://blog.archive.org/2011/03/31/how-archive-org-items-are-structured/ - How Archive.org items are structured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT update_time, table_name FROM information_schema.tables WHERE table_schema = 'MYDB' ORDER BY 1,2; |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start Date,End Date,Headline,Text,Media,Media Credit,Media Caption,Media Thumbnail,Type,Tag | |
2/23/2013,,Corporate Rights and Power Historical Timeline ,"From the Ultimate Civics 'Organizing for Change' manual and the 'Rethinking Democracy' high school curriculum.",,Video posted by FluxRostrum,"<a href=""http://www.youtube.com/watch?feature=player_embedded&v=OkUw99XJkfI"" title='Corporate Power Grab Historical Timeline , on Youtube'>Corporate Power Grab Historical Timeline </a>",,title, | |
1/1/1776,,Revolutionary War begins,,,,,,, | |
1/1/1789,,*The US Constitution,"The writers of the Constitution were very interested in protecting their property. Without using the words 'slave' or 'slavery', they made slavery legal and institutionalized it. 'No person held in Service or Labour in one State,… escaping into another, shall… be discharged from such Service or Labour, but shall be delivered up on Claim of the Party to whom such Service or Labour may be due.' [Art. 4, Sec. 2]",,,,,, | |
1/1/1791,,*Bill of Rights,"The first 10 |
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 10 columns, instead of 4 in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start Date End Date Headline Text Media Media Credit Media Caption Media Thumbnail Type Tag | |
2/23/2013 Corporate Rights and Power Historical Timeline From the Ultimate Civics 'Organizing for Change' manual and the 'Rethinking Democracy' high school curriculum. Video posted by FluxRostrum <a href='http://www.youtube.com/watch?feature=player_embedded&v=OkUw99XJkfI' title='Corporate Power Grab Historical Timeline , on Youtube'>Corporate Power Grab Historical Timeline </a> title | |
1/1/1776 Revolutionary War begins | |
1/1/1789 *The US Constitution The writers of the Constitution were very interested in protecting their property. Without using the words “slave” or “slavery,” they made slavery legal and institutionalized it. “No person held in Service or Labour in one State,… escaping into another, shall… be discharged from such Service or Labour, but shall be delivered up on Claim of the Party to whom such Service or Labour may be due.” [Art. 4, Sec. 2] | |
1/1/1791 *Bill of Rights The first 10 Amendmen |
OlderNewer