[swift-evolution] [Meta] Proposal status page
Ben Rimmington
me at benrimmington.com
Mon Sep 5 08:38:49 CDT 2016
> On 14 Jul 2016, at 09:30, Jacob Bandes-Storch wrote:
>
> I got sidetracked today and mocked up a proposal "status page":
>
> http://jtbandes.github.io/swift-evolution/
>
> This moves the proposal status info (currently in README.md) into a separate "source of truth":
>
> https://github.com/jtbandes/swift-evolution/blob/master/proposals.xml
>
> The status page is then generated from the source of truth using XSLT. Unfortunately, in order to get this working on GitHub Pages, I had to load the files using JavaScript (otherwise the browser blocks the cross-origin requests): https://github.com/jtbandes/swift-evolution/blob/gh-pages/index.html.
This new feature was added to GitHub Pages a few weeks ago:
<https://github.com/blog/2228-simpler-github-pages-publishing>
You might be able to publish from the `master` branch, without using JavaScript:
<https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/>
-- Ben
More information about the swift-evolution
mailing list