1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <?xml-stylesheet type="text/xsl" href="helma.xsl"?>
3 <xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
4 <hopobject id="289" name="news" prototype="Page" created="1217374452104" lastModified="1352224966553">
5 <hop:parent idref="0" prototyperef="Root"/>
6 <is_xhtml type="boolean">true</is_xhtml>
7 <http_remotehost>127.0.0.1</http_remotehost>
8 <oauth2-token></oauth2-token>
9 <beagleirclog>000000</beagleirclog>
10 <http_language>en-US,en;q=0.8</http_language>
12 <http_browser>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4</http_browser>
13 <time type="date">06.11.2012 12:02:46 CST</time>
14 <hopsession>127.0.0.107.5.165.8mnnoivdqvbp</hopsession>
15 <body><script>
\r
16 function handleResponse(resp) {
\r
17 for(item in resp.items) {
\r
18 var myform = '<li class="results_item" class="arrow" id="results_' + item + '">\n' +
\r
19 ' <a href="' + resp.items[item].url + '">' + resp.items[item].title + '</a>' +
\r
20 ' <form action="' + window.location + resp.items[item].id + '/edit_news' + '" method="post">' +
\r
21 ' <input type="hidden" name="news_url" value="' + resp.items[item].url + '">' +
\r
22 ' <input type="hidden" name="image_url" value="">' +
\r
23 ' <input type="hidden" name="headline" value="' + resp.items[item].title + '">' +
\r
24 ' <input type="submit" name="submit" value="Save">' +
\r
25 ' </form>' +
\r
26 '</li>';
\r
27 $('#slider').append(myform);
\r
29 for(i in resp.items[item].object.attachments) {
\r
30 if(resp.items[item].object.attachments[i].image) {
\r
31 $('#results_' + item).prepend('' +
\r
32 '<img class="results_image" id="results_image_' +
\r
33 item + '" src="' +
\r
34 resp.items[item].object.attachments[i].image.url + '" />');
\r
43 function makeRequest() {
\r
44 var request = gapi.client.plus.activities.list(
\r
46 'userId': '104712705716996155416',
\r
47 'collection': 'public',
\r
48 'maxResults': 12
\r
50 request.execute(handleResponse);
\r
53 function onGoogleLoad() {
\r
54 gapi.client.setApiKey('AIzaSyDB9-M-HaJ1GtB8j8EppCLsdpzLwW5Y4IE');
\r
55 gapi.client.load('plus', 'v1', makeRequest);
\r
58 <h1>Latest News</h1>
\r
59 <h2><a href="https://plus.google.com/u/1/104712705716996155416/posts">BeagleBoard on Google+</a></h2>
\r
61 <li><a href="https://plus.google.com/u/1/104712705716996155416/posts">Boris Houndleroy</a></li>
\r
62 <li><a href="http://plus.google.com/+beagleboard">Official BeagleBoard.org Page</a></li>
\r
64 <h2>Blogs that talk about the BeagleBoard</h2>
\r
66 <li><a href="http://beagleboard.blogspot.com">BeagleBoard Blog</a></li>
\r
67 <li><a href="http://beagleintern.blogspot.com">Beagle Intern Blog</a></li>
\r
69 <h2>News entries</h2>
\r
70 <ul id="slider"></ul>
\r
71 <script src="https://apis.google.com/js/client.js?onload=onGoogleLoad"></script>
\r
73 <pseudoparent idref="0" prototyperef="Root"/>
74 <list_children>1</list_children>
75 <http_referer>http://beagleboard.org/news/edit</http_referer>
76 <http_host>beagleboard.org</http_host>
77 <user>blog.hangerhead.com</user>
79 <hop:child idref="411" prototyperef="Page"/>