This file contains 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
{"items": [ | |
{ | |
"verb": "post", // Id which maps to specification submitted to activity streams registrar | |
"postedTime": "2010-12-12T12:12:12Z", | |
"title": "Plain Text", | |
"summary": "Plain Text", // Have not decided on plain text only | |
"permalinkUrl": "...", | |
"to": [{"id" : "acct:[email protected]"}], // We should use person constructs here | |
"cc": [{"id":"acct:[email protected]"}], | |
"bcc": [{"id":"acct:[email protected]"}], |
This file contains 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
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<link rel="stylesheet" href="openlayers/theme/default/style.css" type="text/css" /> | |
<script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAUXDSXET8IRGdgHP9FpGw5BT-fVzUWGS_eJ2ZLPBO_6yPqTi0vhQKAzahOrduDq0xQk09GR-UP3Jgcg'></script> | |
<script src="openlayers/lib/OpenLayers.js"></script> | |
<script src='jquery-1.4.2.min.js'></script> | |
<script src='jquery.enumerable.js'></script> | |
<script type="text/javascript"> | |
var lon = -122.548188; |
This file contains 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
<html> | |
<head> | |
<script src='http://code.jquery.com/jquery-1.4.2.min.js'></script> | |
<script src='http://github.com/desandro/masonry/raw/master/js/jquery.masonry.min.js'></script> | |
<script src='http://plugins.jquery.com/files/jquery.md5.js.txt'></script> | |
<script src='http://github.com/xaviershay/jquery-enumerable/raw/master/jquery.enumerable.js'></script> | |
<link rel="stylesheet" type="text/css" href="http://github.com/desandro/masonry/raw/master/css/masonry-example.css" media="screen" charset="utf-8" /> | |
<script> | |
var secret = 'SUCK_IT_HACKERSZ'; |
NewerOlder