Skip to content

Commit 03f8777

Browse files
committedNov 17, 2011
Readme updated
1 parent b25008c commit 03f8777

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
 

‎README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
Social Timeline was created as a beautiful way to present data collected using ThinkUp, an open source web application that captures your social activity.
1+
# Social Timeline
2+
3+
Social Timeline was created as a beautiful way to present data collected using ThinkUp.
4+
5+
## About ThinkUp
6+
7+
ThinkUp is a PHP/MySQL application that captures your social interaction on sites like Twitter, Facebook, and Google+. Visit the [ThinkUp](http://thinkupapp.com) website for more informatiom.
8+
9+
## Getting Started
10+
11+
Social Timeline requires a [ThinkUp](http://thinkupapp.com) installation to communicate with. If your ThinkUp installation and Social Timeline are on different domains, you may need to modify your headers to allow the cross-origin request (I used [this guide](http://enable-cors.org/#how-apache) for Apache).
12+
13+
To display media you'll need the Expand URLs plugin enabled in ThinkUp and an [Embed.ly](http://embed.ly/) key (there *is* a free plan).
14+
15+
Create a directory for the timeline and upload all the necessary files. Next, make a copy of config.sample.js named config.js and enter the required settings. Enjoy!
16+
17+
## License
18+
19+
Social Timeline's source code is licensed under the
20+
[GNU General Public License](http://www.gnu.org/licenses/gpl.html),
21+
except for the external libraries listed below.
22+
23+
## External Libraries
24+
25+
- [Twitter Bootstrap](https://github.com/twitter/bootstrap)
26+
- [jQuery](http://jquery.com/)
27+
- [Embed.ly](http://embed.ly/)

0 commit comments

Comments
 (0)