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
| These instructions work for the Raspberry Pi running Raspbian (hard float), and include a working NPM: | |
| 1. Install Raspbian - http://www.raspbian.org/PiscesImages | |
| 2. sudo apt-get install git-core build-essential | |
| 3. Check out Node.js source (0.8.2) | |
| 4. Apply patch available at https://github.com/gflarity/node_pi (ignore most of the instructions) | |
| 5. Set up some variables: | |
| $ export GYP_DEFINES="armv7=0" | |
| $ export CXXFLAGS='-march=armv6 -mfpu=vfp -mfloat-abi=hard -DUSE_EABI_HARDFLOAT' |
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
| #!/usr/bin/env python | |
| # | |
| # Copyright 2010 Facebook | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may | |
| # not use this file except in compliance with the License. You may obtain | |
| # a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
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
| <result> | |
| <status>OK CREATED</status> | |
| followed by echo of commentcontents | |
| </result> | |
| <result> | |
| <status>ERROR_AUTH</status> | |
| <message>Authentication or permissions error</message> | |
| </result> |
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
| <comment> | |
| <once>#number</once> | |
| <hash>#encrypted_once</hash> | |
| <email_address>Unique Placeholder</email_address> | |
| <content>I completely agree</content> | |
| </comment> |
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
| <result> | |
| <status>OK CREATED</status> | |
| followed by echo of review contents | |
| </result> | |
| <result> | |
| <status>ERROR_AUTH</status> | |
| <message>Authentication or permissions error</message> | |
| </result> |
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
| <review> | |
| <once>#number</once> | |
| <hash>#encrypted_once</hash> | |
| <name>Placeholder</name> | |
| <email_address>Unique Placeholder</email_address> | |
| <item>Item Name</item> | |
| <itemurl>http://music.loudermusic.net/item.html</itemurl> | |
| <rating>5</rating> | |
| <description>Here is the description (escaped html)</description> | |
| <tags> |
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
| <complaints> | |
| <count> #count </count> | |
| <current_page> #page </current_page> | |
| <pages> #pages </pages> | |
| <per_page> #per_page </per_page> | |
| <complaint> | |
| <comment_id> #id </comment_id> | |
| <reported_by> #id_of_user </reported_by> | |
| <reported_date> #timedate </reported_date> | |
| </complaint> |
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
| <complaints> | |
| <count> #count </count> | |
| <current_page> #page </current_page> | |
| <pages> #pages </pages> | |
| <per_page> #per_page </per_page> | |
| <complaint> | |
| <review_id> #id </review_id> | |
| <reported_by> #id_of_user </reported_by> | |
| <reported_date> #timedate </reported_date> | |
| </complaint> |
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
| <complaints> | |
| <once>#number</once> | |
| <count> #count </count> | |
| </complaints> |
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
| <comments> | |
| <once>#number</once> | |
| <count> #count </count> | |
| </comments> |