[swift-evolution] [Meta] Proposal status page
Mark Lacey
mark.lacey at apple.com
Mon Jul 18 18:57:01 CDT 2016
> On Jul 18, 2016, at 4:44 PM, Jacob Bandes-Storch via swift-evolution <swift-evolution at swift.org> wrote:
>
> This is now live: http://apple.github.io/swift-evolution/ <http://apple.github.io/swift-evolution/>
Very very nice!
I wonder if we should do something to avoid the 404 here though: http://apple.github.io <http://apple.github.io/>
Perhaps a redirect to https://github.com/apple/swift <https://github.com/apple/swift> or maybe directly to https://github.com/apple/swift/blob/master/README.md? <https://github.com/apple/swift/blob/master/README.md?>
Mark
>
> On Fri, Jul 15, 2016 at 8:08 AM, Thorsten Seitz <tseitz42 at icloud.com <mailto:tseitz42 at icloud.com>> wrote:
> Cool! Looks great!
>
> -Thorsten
>
> Am 14.07.2016 um 10:30 schrieb Jacob Bandes-Storch via swift-evolution <swift-evolution at swift.org <mailto:swift-evolution at swift.org>>:
>
>> I got sidetracked today and mocked up a proposal "status page":
>>
>> http://jtbandes.github.io/swift-evolution/ <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 <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 <https://github.com/jtbandes/swift-evolution/blob/gh-pages/index.html>.
>>
>>
>> If we wanted to adopt this for the official swift-evolution repo, the steps would be:
>>
>> 1. push the XML and XSL files to master
>>
>> 2. push a gh-pages branch with the status page
>>
>> 3. update README.md on master to point to the status page, rather than duplicating all the information.
>>
>>
>> Thoughts? Tweaks? Insults?
>>
>> Jacob
>> _______________________________________________
>> swift-evolution mailing list
>> swift-evolution at swift.org <mailto:swift-evolution at swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-evolution <https://lists.swift.org/mailman/listinfo/swift-evolution>
>
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160718/9b5ef1ac/attachment.html>
More information about the swift-evolution
mailing list