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

Side by Side Diff: README

Issue 11577007: generate dartisans from playlist, keep everything up to date (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: unify descriptions Created 8 years 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 | « Makefile ('k') | scripts/gen_dartisans_playlist.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The dartlang.org site. Built with Jekyll (https://github.com/mojombo/jekyll) 1 The dartlang.org site. Built with Jekyll (https://github.com/mojombo/jekyll)
2 and hosted on App Engine. 2 and hosted on App Engine.
3 3
4 File issues and bugs here: http://dartbug.com/new 4 File issues and bugs here: http://dartbug.com/new
5 5
6 Fork and submit patches here: https://github.com/dart-lang/dartlang.org 6 Fork and submit patches here: https://github.com/dart-lang/dartlang.org
7 7
8 ORIENTATION 8 ORIENTATION
9 9
10 * ./src 10 * ./src
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 * Edit, create docs as normal. 49 * Edit, create docs as normal.
50 50
51 DEPLOYMENT 51 DEPLOYMENT
52 52
53 * run 'make clean && make deploy' 53 * run 'make clean && make deploy'
54 * this builds the site and places everything into 'build' 54 * this builds the site and places everything into 'build'
55 * this command also uses the current branch for the app engine version name 55 * this command also uses the current branch for the app engine version name
56 * this command will then deploy the site 56 * this command will then deploy the site
57 * You will probably need to grab a unique password from your Google Account sett ings. 57 * You will probably need to grab a unique password from your Google Account sett ings.
58 * Save this into the App Engine Launcher during the first deployment. 58 * Save this into the App Engine Launcher during the first deployment.
59
60 REGENERATING DARTISANS PLAYLISTS
61
62 Did you just run a Dartisans? Good for you! Here's what you need to do:
63
64 1. Update the description to be present tense (instead of future), to remove the
65 link to the moderator page.
66 1. Ensure the episode is added to the Dartisans playlist, owned by
67 Google Developers channel.
68 1. Sort the playlist by date.
69 1. Ensure your episode explicitly sets a Recorded On date.
70 1. Format your episode's title like this: "Dartisans ep. XX: Subtitle Here"
71 1. Pick a great image thumbnail. Don't use the static Dart logo.
72 1. Now run `make dartisansplaylist`
73 1. Test it, commit, and go!
OLDNEW
« no previous file with comments | « Makefile ('k') | scripts/gen_dartisans_playlist.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698