What's new?
|
Help
|
Directory
|
Sign in
google-ajax-examples
This is a placeholder for examples of various Google APIs and their use via JavaScript
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
Source Path:
svn
/
trunk
/
addressbook
/
appengine
/
app.yaml
‹ r157
r232
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
application: addressbookhistory
version: 1
runtime: python
api_version: 1
handlers:
- url: /scripts
static_dir: scripts
- url: /images
static_dir: images
- url: /styles
static_dir: styles
mime_type: text/css
- url: .*
script: main.py
# - url: (.*)\.css
# static_files: \1.css
# upload: (.*\.css)
# - url: /favicon.ico
# static_files: img/favicon.ico
# upload: img/favicon.ico
# mime_type: image/x-icon
Show details
Hide details
Change log
r158
by dalmaer on Jun 16, 2008
Diff
now works live
Go to:
...k/addressbook/appengine/app.yaml
...nk/addressbook/appengine/main.py
...appengine/scripts/addressbook.js
Project members,
sign in
to write a code review
Older revisions
r157
by dalmaer on Jun 16, 2008
Diff
add app engine version
All revisions of this file
File info
Size: 427 bytes, 23 lines
View raw file