Skip to content

Conversation

@adriaanm
Copy link
Contributor

Added the news item and download page for 2.11.0-M4. Review by @heathermiller, please.

I verified it looks ok in jekyll (btw, on jekyll 1.1.2, the command to start the server is jekyll serve).

I'd also suggest switching to github flavored markdown in _config.yml:

--- i/_config.yml
+++ w/_config.yml
@@ -5,3 +5,6 @@ devscalaversion: "2.11.0-M4"
 scala_maindownload_unix: "/files/archive/scala-2.10.2.tgz"
 scala_maindownload_windows: "/files/archive/scala-2.10.2.msi"
 baseurl: ""
+markdown: redcarpet
+redcarpet:
+  extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]

@heathermiller
Copy link
Member

Awesome! LGTM.

Yeah, good point on the markdown parser– now that we don't rely on github pages, we're free to do anything. I'll look into it– you like github-flavored/redcarpet, you say? (Makes sense, our markdown would be 1-to-1 everywhere.)

heathermiller added a commit that referenced this pull request Jul 30, 2013
@heathermiller heathermiller merged commit 6eace07 into scala:master Jul 30, 2013
@adriaanm
Copy link
Contributor Author

Cool! I have another tweak coming to fix the font size for 2.11.0-M4, as it doesn't fit in the button for me.

@sjrd
Copy link
Member

sjrd commented Jul 30, 2013

It does not fit for everyone, actually. See #82.

@heathermiller
Copy link
Member

Yep, we're aware. We've already got a ticket for that. We could also just make the thing wider.

@gkossakowski
Copy link
Contributor

@adriaanm @heathermiller: I'm wondering how download/_posts/2013-07-11-2.11.0-M4.md was authored? Is it generated by some script that I don't know about or you have to write it by hand (including file sizes)?

@adriaanm
Copy link
Contributor Author

It's all manual. Crazy, I know. There's a script somewhere in the
scala/scala-dist repo I believe, but mostly it's just manual....

On Tuesday, September 17, 2013, Grzegorz Kossakowski wrote:

@adriaanm https://github.com/adriaanm @heathermillerhttps://github.com/heathermiller:
I'm wondering how download/_posts/2013-07-11-2.11.0-M4.md was authored?
Is it generated by some script that I don't know about or you have to write
it by hand (including file sizes)?


Reply to this email directly or view it on GitHubhttps://github.com//pull/86#issuecomment-24550605
.

@retronym
Copy link
Member

I've automated this in scala/make-release-notes#23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants