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

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

Issue 453093005: Regeneration and redirects for book content (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 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-dot-dart-lang.appspot.com 3 # NOTE: URL is CHANGEME-dot-dart-lang.appspot.com
4 # To specify a name, change 'CHANGEME' to something 4 # To specify a name, change 'CHANGEME' to something
5 # like 'prod-zone-article'. 5 # like 'prod-zone-article'.
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 - url: /docs/tutorials/custom-elements/ 44 - url: /docs/tutorials/custom-elements/
45 script: scripts.redirector.application 45 script: scripts.redirector.application
46 46
47 - url: /docs/dart-up-and-running/ch0\d.html 47 - url: /docs/dart-up-and-running/ch0\d.html
48 script: scripts.redirector.application 48 script: scripts.redirector.application
49 49
50 - url: /docs/dart-up-and-running/contents/ch04-tools-dartdoc.html 50 - url: /docs/dart-up-and-running/contents/ch04-tools-dartdoc.html
51 script: scripts.redirector.application 51 script: scripts.redirector.application
52 52
53 - url: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html
54 script: scripts.redirector.application
55
56 - url: /docs/dart-up-and-running/contents/ch04-tools-dart-vm.html
57 script: scripts.redirector.application
58
53 - url: /mailing-list 59 - url: /mailing-list
54 script: scripts.redirector.application 60 script: scripts.redirector.application
55 61
56 - url: /docs/spec/dartLangSpec.* 62 - url: /docs/spec/dartLangSpec.*
57 script: scripts.redirector.application 63 script: scripts.redirector.application
58 64
59 - url: /docs/spec/latest/.* 65 - url: /docs/spec/latest/.*
60 script: scripts.redirector.application 66 script: scripts.redirector.application
61 67
62 - url: /docs/getting-started/editor/.* 68 - url: /docs/getting-started/editor/.*
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 upload: static/index.html 215 upload: static/index.html
210 secure: always 216 secure: always
211 217
212 - url: (.*\..*) 218 - url: (.*\..*)
213 static_files: static\1 219 static_files: static\1
214 upload: static 220 upload: static
215 secure: always 221 secure: always
216 222
217 - url: .* 223 - url: .*
218 script: scripts.redirector.application 224 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