public
Description: A webbased application that let's you play tracks from the cloud straight from your desktop
Homepage: http://www.thecloudplayer.com
Clone URL: git://github.com/hinke/the-cloud-player.git
Click here to lend your support to: the-cloud-player and make a donation at www.pledgie.com !
Eric Wahlforss (author)
Fri Oct 30 03:50:55 -0700 2009
commit  03100397e96c5c2c755b3fc949fbd583e8a00285
tree    74a5aedc04776d848d2297d77051a100878d6cc8
parent  bf1fcec1660443597acf57e4f34dc71e14005d81
the-cloud-player / app.yaml
100644 48 lines (39 sloc) 1.517 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright (c) 2008 Henrik Berggren & Eric Wahlforss
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
application: the-cloud-player
version: 3
runtime: python
api_version: 1
 
handlers:
- url: /stylesheets
  static_dir: stylesheets
 
- url: /scripts
  static_dir: scripts
 
- url: /images
  static_dir: images
 
- url: /favicon.ico
  static_files: images/favicon.ico
  upload: images/favicon.ico
 
- url: /robots.txt
  static_files: robots.txt
  upload: robots.txt
 
- url: .*
  script: the-cloud-player.py