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

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

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 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 14 matching lines...) Expand all
25 url_blacklist: 25 url_blacklist:
26 - http://www.dartlang.org/*/code/out/* 26 - http://www.dartlang.org/*/code/out/*
27 - https://www.dartlang.org/*/code/out/* 27 - https://www.dartlang.org/*/code/out/*
28 28
29 #default_expiration: "1d" 29 #default_expiration: "1d"
30 30
31 handlers: 31 handlers:
32 - url: /\+ 32 - url: /\+
33 script: scripts.redirector.application 33 script: scripts.redirector.application
34 34
35 - url: /docs/tutorials/web-ui/
36 script: scripts.redirector.application
37
38 - url: /docs/tutorials/templates/
39 script: scripts.redirector.application
40
41 - url: /docs/tutorials/custom-elements/
42 script: scripts.redirector.application
43
35 - url: /docs/dart-up-and-running/ch0\d.html 44 - url: /docs/dart-up-and-running/ch0\d.html
36 script: scripts.redirector.application 45 script: scripts.redirector.application
37 46
38 - url: /mailing-list 47 - url: /mailing-list
39 script: scripts.redirector.application 48 script: scripts.redirector.application
40 49
41 - url: /docs/spec/dartLangSpec.* 50 - url: /docs/spec/dartLangSpec.*
42 script: scripts.redirector.application 51 script: scripts.redirector.application
43 52
44 - url: /docs/getting-started/editor/.* 53 - url: /docs/getting-started/editor/.*
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 upload: static/index.html 166 upload: static/index.html
158 secure: always 167 secure: always
159 168
160 - url: (.*\..*) 169 - url: (.*\..*)
161 static_files: static\1 170 static_files: static\1
162 upload: static 171 upload: static
163 secure: always 172 secure: always
164 173
165 - url: .* 174 - url: .*
166 script: scripts.redirector.application 175 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