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
setInterval(function newImages() { | |
// TODO (bonus) - fetch images from flickr or other feeds and refresh the | |
// client with the fetched content. | |
images('http://api.flickr.com/services/feeds/photos_public.gne?format=json&tags=badcamp&nojsoncallback=1', function(err, data) { | |
var newImagesAry = []; | |
data = JSON.parse(data); | |
data.items.forEach(function eachItem(item) { | |
newImagesAry.push({ | |
picture: item.media.m, |
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
diff --git a/index.html b/index.html | |
index edc38c9..6e37719 100644 | |
--- a/index.html | |
+++ b/index.html | |
@@ -1,5 +1,5 @@ | |
<!DOCTYPE html> | |
-<html> | |
+<html manifest="offline.manifest.php"> | |
<head> | |
<title>Harvard proposal</title> |
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
<h1>nodes</h1> | |
{{#if results}} | |
<ul> | |
{{#each results}} | |
<li> {{this.title}}</li> | |
{{/each}} | |
</ul> | |
{{else}} | |
<p> No results</p> | |
{{/if}} |
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
<!doctype html> | |
<head> | |
<title>{{title}}</title> | |
<link rel='stylesheet' href='/css/style.css'> | |
</head> | |
<body> |
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
<VirtualHost *:80> | |
ServerAdmin webmaster@localhost | |
UseCanonicalName Off | |
VirtualDocumentRoot /var/www/local/%-2 | |
<Directory /var/www/local/*> | |
RewriteEngine On | |
RewriteBase / | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All |
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
Request: | |
https://local.engageexpress.com/api/activitystreams/feeds/users/1/groups/14/wall?ap | |
i_key=69753c309dd86a1f&app_name=engage&signature=b11547f9f05bcff92a06106d6b8a36a880 | |
49832b | |
Response: | |
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>Engage Activity Feeds</title> | |
<entry> | |
<title>Jonny Robert wrote on Group Marketing's Wall</title> | |
<link href="https://engage.mangospring.com/ce/pulse/user/projectteam/433"/> |
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
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>Mangospring Activity Feeds</title> | |
<entry> | |
<title>Jonny Depp created an Event</title> | |
<link href="/events/2112"/> | |
<updated>Fri Jun 11 06:20:14 UTC 2010</updated> | |
<author> | |
<name>Jonny Depp</name> | |
<url>https://engage.mangospring.com/ce/pulse/user/profile/2321</url> | |
<activity:object-type> |
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
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"> | |
<channel rdf:about="http://slashdot.org/"> | |
<title>Slashdot</title> | |
<link>http://slashdot.org/</link> | |
<description>News for nerds, stuff that matters</description> | |
<dc:language>en-us</dc:language> | |
<dc:rights> | |
Copyright 1997-2012, Geeknet, Inc. All Rights Reserved. | |
</dc:rights> | |
<dc:date>2012-07-20T02:40:27+00:00</dc:date> |
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
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/"> | |
<id>tag:photopanic.example.com,2009:/activity/4859/1643</id> | |
<title>Geraldine posted a photo to the My Pets album.</title> | |
<published>2010-06-21T00:28:35Z</published> | |
<link rel="alternate" type="text/html" href="http://example.com/geraldine/activities/1643" /> | |
<author> | |
<name>Geraldine</name> | |
<uri>http://example.com/geraldine</uri> | |
<id>tag:photopanic.example.com,2009:person/4859</id> | |
<activity:object-type>person</activity:object-type> |
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
<div class="table"><a name="table-guide-change-log"></a><p class="title"><b></b></p><div class="table-contents"><table summary="" style="border-collapse: collapse;border-top: 0.5pt solid ; border-bottom: 0.5pt solid ; border-left: 0.5pt solid ; border-right: 0.5pt solid ; " width="100%"><colgroup><col class="c1"></col><col class="c2"></col><col class="c3"></col><col class="c4"></col></colgroup><thead><tr><th style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">Date</th><th style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">Version</th><th style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">Name</th><th style="border-bottom: 0.5pt solid ; ">Summary</th></tr></thead><tbody><tr><td style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">2011-12-16</td><td style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">0.2 </td><td style="border-right: 0.5pt solid ; border-bottom: 0.5pt solid ; ">A. Elssamadisy </td><td style="border-bottom: 0.5pt solid ; "> |