|
1 |
| -## Overview |
2 |
| - |
3 |
| -Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Requires additional modules to function: |
4 |
| - |
5 |
| - * [`framework`](http://github.com/silverstripe/sapphire): Module including the base framework |
6 |
| - * [`cms`](http://github.com/silverstripe/silverstripe-cms): Module including a Content Management System |
7 |
| - * `themes/simple` (optional) |
8 |
| - |
9 |
| -## Server Requirements ## |
10 |
| - |
11 |
| -See [doc.silverstripe.org](http://doc.silverstripe.org/framework/en/installation/server-requirements) |
12 |
| - |
13 |
| -## Installation ## |
14 |
| - |
15 |
| -See [installation on different platforms](http://doc.silverstripe.org/framework/en/installation/), |
16 |
| -and [installation from source](http://doc.silverstripe.org/framework/en/installation/from-source). |
17 |
| - |
18 |
| -## Links ## |
19 |
| - |
20 |
| - * [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/) |
21 |
| - * [Bugtracker](http://open.silverstripe.org) |
22 |
| - * [Forums](http://silverstripe.org/forums) |
23 |
| - * [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) |
24 |
| - |
25 |
| -## License ## |
26 |
| - |
27 |
| - Copyright (c) 2007-2011, SilverStripe Limited - www.silverstripe.com |
28 |
| - All rights reserved. |
29 |
| - |
30 |
| - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
31 |
| - |
32 |
| - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
33 |
| - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
34 |
| - documentation and/or other materials provided with the distribution. |
35 |
| - * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software |
36 |
| - without specific prior written permission. |
37 |
| - |
38 |
| - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
39 |
| - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
40 |
| - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
41 |
| - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
42 |
| - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
43 |
| - OF SUCH DAMAGE. |
| 1 | +Chasey |
| 2 | +====== |
| 3 | + |
| 4 | +A facebook connected game of tag. |
| 5 | + |
| 6 | +## TODO |
| 7 | + |
| 8 | + - Modify the facebook connect module to use backend oauth |
| 9 | + - Be able to 'tag' your friends on facebook |
| 10 | + - Get plus score based on how many you tagged |
| 11 | + - Get plus score based on how long someone you tagged stayed tagged |
| 12 | + - Get minus score on how long you been tagged |
0 commit comments