Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1612)

Side by Side Diff: src/appengine/app.yaml

Issue 21153003: remove codelab.pdf file, add redirect; move graffle files to be under src/diagrams (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/appengine/scripts/redirector.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: dart-lang 1 application: dart-lang
2 version: CHANGEME 2 version: CHANGEME
3 # NOTE: URL is CHANGEME.dart-lang.appspot.com 3 # NOTE: URL is CHANGEME.dart-lang.appspot.com
4 # To get your own staging server, change 'CHANGEME' to something 4 # To get your own staging server, change 'CHANGEME' to something
5 # like 'kathyw' or 'kathyw-dartium'. 5 # like 'kathyw' or 'kathyw-dartium'.
6 # 6 #
7 # To deploy to dartlang.org (only from a clean master workspace) 7 # To deploy to dartlang.org (only from a clean master workspace)
8 # change CHANGEME to a date string: YYYY-MM-DD. 8 # change CHANGEME to a date string: YYYY-MM-DD.
9 # For more information on making changes, see goto/dartsiteupdate. 9 # For more information on making changes, see goto/dartsiteupdate.
10 # 10 #
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 - url: /dartisans/podcast-feed 110 - url: /dartisans/podcast-feed
111 script: scripts.redirector.application 111 script: scripts.redirector.application
112 112
113 - url: /hangouts.* 113 - url: /hangouts.*
114 script: scripts.redirector.application 114 script: scripts.redirector.application
115 115
116 - url: /codelab 116 - url: /codelab
117 script: scripts.redirector.application 117 script: scripts.redirector.application
118 118
119 - url: /codelabs/web-ui-writer/codelab.pdf
120 script: scripts.redirector.application
121
119 - url: /eclipse/update.* 122 - url: /eclipse/update.*
120 script: scripts.redirector.application 123 script: scripts.redirector.application
121 124
122 - url: /is-dartisans-live-now 125 - url: /is-dartisans-live-now
123 script: scripts.is_dartisans_live.application 126 script: scripts.is_dartisans_live.application
124 127
125 - url: /dartisans-live-config 128 - url: /dartisans-live-config
126 script: scripts.is_dartisans_live.application 129 script: scripts.is_dartisans_live.application
127 login: admin 130 login: admin
128 131
(...skipping 20 matching lines...) Expand all
149 - url: (.*)/ 152 - url: (.*)/
150 static_files: static\1/index.html 153 static_files: static\1/index.html
151 upload: static/index.html 154 upload: static/index.html
152 155
153 - url: (.*\..*) 156 - url: (.*\..*)
154 static_files: static\1 157 static_files: static\1
155 upload: static 158 upload: static
156 159
157 - url: .* 160 - url: .*
158 script: scripts.redirector.application 161 script: scripts.redirector.application
OLDNEW
« no previous file with comments | « no previous file | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698