Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add 'website' directory and files
  • Loading branch information
kwatch committed Apr 30, 2011
1 parent 524b383 commit b004546
Show file tree
Hide file tree
Showing 24 changed files with 2,784 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/app.yaml
@@ -0,0 +1,16 @@
application: versionswitcher
version: 1
runtime: python
api_version: 1

handlers:
- url: /css
static_dir: css
- url: /js
static_dir: js
- url: /img
static_dir: img
- url: /download
static_dir: download
- url: /.*
script: index.py
8 changes: 8 additions & 0 deletions website/config.py
@@ -0,0 +1,8 @@
##
## you can edit this file to change application configuration.
##

encoding = 'utf-8'
layout_template = '_layout.html.pyt'
analytics_id = 'UA-3184311-6'
template_path = ['htdocs', 'tmpl']
Binary file added website/css/images/img01.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/css/images/img02.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/css/images/img03.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/css/images/img04.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions website/css/license.txt

Large diffs are not rendered by default.

0 comments on commit b004546

Please sign in to comment.